Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/Python code editor version 0.1 #1076

Closed
wants to merge 58 commits into from
Closed

Commits on Mar 4, 2023

  1. Feat-CodeEditor-Start

    Implementation of Code Editor
    RTC-13 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    b0175a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #923 from RTC-13/feat/code-editor

    Feat-CodeEditor-Start
    RTC-13 authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6c42af7 View commit details
    Browse the repository at this point in the history
  3. Feat-CodeEditor-InputHandling

    Added user input handling for Code Editor
    RTC-13 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    211bf1c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #931 from RTC-13/feat/code-editor-rtc

    Feat-CodeEditor-InputHandling
    RTC-13 authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    4dded88 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    aba2653 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    74e4963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffb2b21 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #933 from navgurukul/feat/code-editor-rtc-worker

    Feat/code editor - Added worker scripts from `react-py`
    jschanker authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    93efebb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b06db01 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #934 from RTC-13/feat/code-editor-rtc

    Feat/React-py added Python code execution
    RTC-13 authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    cc45633 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Removed Vizualize Button

    RTC-13 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6c942ae View commit details
    Browse the repository at this point in the history
  2. Remove createVisulizeURL

    RTC-13 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5d2fa2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8e81c4 View commit details
    Browse the repository at this point in the history
  4. Styling PythonEditor.js

    RTC-13 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    50cc3b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Code Editor Styling

    Initial commit for Code Editor Styling
    RTC-13 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d2049e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0012d96 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary code

    RTC-13 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    67e80b4 View commit details
    Browse the repository at this point in the history
  4. Update PythonEditor.js

    RTC-13 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c0c8630 View commit details
    Browse the repository at this point in the history
  5. Update PythonEditor.js

    Conditional rendering
    RTC-13 committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    18aaab8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a74219e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Refactored Code Editor

    Fixes / Refactoring Code Editor
    RTC-13 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    bb88e12 View commit details
    Browse the repository at this point in the history
  2. fix:CodeEditor readOnly

    RTC-13 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3bcd978 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Remove unused hook import

    RTC-13 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    5ea7f12 View commit details
    Browse the repository at this point in the history
  2. Cursor offset

    possible solution
    RTC-13 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    aade07d View commit details
    Browse the repository at this point in the history
  3. Cursor offset fix

    RTC-13 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    9919986 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eee5e64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    966a403 View commit details
    Browse the repository at this point in the history
  6. Update PythonEditor.js

    reformat
    RTC-13 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    94f42df View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Update src/components/CodeEditor/CodeMirror.js

    Co-authored-by: jschanker <jschanker@molloy.edu>
    RTC-13 and jschanker authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    19c7da8 View commit details
    Browse the repository at this point in the history
  2. Indentation constant

    RTC-13 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    3528035 View commit details
    Browse the repository at this point in the history
  3. Update src/components/CodeEditor/PythonEditor.js

    Remove console.log
    
    Co-authored-by: jschanker <jschanker@molloy.edu>
    RTC-13 and jschanker authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    5920dcd View commit details
    Browse the repository at this point in the history
  4. Update src/components/CodeEditor/PythonEditor.js

    Co-authored-by: jschanker <jschanker@molloy.edu>
    RTC-13 and jschanker authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    614a1b2 View commit details
    Browse the repository at this point in the history
  5. Update PythonEditor.js

    Replaced border color with theme
    RTC-13 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    70da280 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f4e06d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69ef607 View commit details
    Browse the repository at this point in the history
  8. Update PythonEditor.js

    Removed unused useEffect
    RTC-13 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    864a59a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Added JSDoc

    RTC-13 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f63de7b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update PythonEditor.js

    fixed crash
    RTC-13 committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    07e92de View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    8139115 View commit details
    Browse the repository at this point in the history
  2. Added Code Editor Constants

    RTC-13 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    5920c93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b66a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    19ccba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c635b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4454c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. remove console.log

    komalahire committed Jul 3, 2023
    1 Configuration menu
    Copy the full SHA
    948e9ac View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    2523141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e809ffd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    fc5aa80 View commit details
    Browse the repository at this point in the history
  2. Fix: error caused when there was no input function used in the code e…

    …ditor
    
    Fixed error which happened when there was no user use of "input" activating the alert. Fixed by checking the if the noInputIndex was equal to zero, then we run the code normally and return out of the function.
    RTC-13 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d018e43 View commit details
    Browse the repository at this point in the history
  3. Remove console.log

    RTC-13 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    dbfe2c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    0a36335 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    acbd2e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Merge pull request #1026 from navgurukul/feat/code-editor-rtc-input-hack

    feat: Quick hack to allow input at beginning of Python code
    jschanker authored Aug 4, 2023
    1 Configuration menu
    Copy the full SHA
    c311ffa View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    d3b3ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be1fe14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3db3db View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    35e1340 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    4d6b53f View commit details
    Browse the repository at this point in the history