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

More functionnalities for repl #951

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2022

  1. Evaluate file

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    262d495 View commit details
    Browse the repository at this point in the history
  2. Preserve focus

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    331577c View commit details
    Browse the repository at this point in the history
  3. Remove location message

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    4d769f8 View commit details
    Browse the repository at this point in the history
  4. get_code -> get_selected_code

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    9f3e328 View commit details
    Browse the repository at this point in the history
  5. prepare_code -> preformat_code

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    d0e0bbd View commit details
    Browse the repository at this point in the history
  6. Wrapping Ast Node support

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    880864c View commit details
    Browse the repository at this point in the history
  7. evaluate-selection -> evaluate-expression

    Add the functionnality to auto select the expression instead of the line if the selection is empty
    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    bcc8dc3 View commit details
    Browse the repository at this point in the history
  8. better preformat

    Now handles single lines and fixe the `is_repl_ready` check
    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    76736da View commit details
    Browse the repository at this point in the history
  9. Update path request and usage

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    5612c5b View commit details
    Browse the repository at this point in the history
  10. Name change : _evaluate_selection -> _evaluate_expression

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    eb22999 View commit details
    Browse the repository at this point in the history
  11. Fix the position of cursor send to lsp-server

    In previous versions, the cursor position was sent without worrying about whether it was an expression. Now we send the position so that the cursor is in the previous expression.
    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    fc62f64 View commit details
    Browse the repository at this point in the history
  12. Infinity loop fix

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    9c2802b View commit details
    Browse the repository at this point in the history
  13. Add comments case

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    76dffe6 View commit details
    Browse the repository at this point in the history
  14. Fix top call problem

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    c7b99ea View commit details
    Browse the repository at this point in the history
  15. Cursor jump after expressions evaluations

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    9581a42 View commit details
    Browse the repository at this point in the history
  16. Readme update

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    8d1ca2d View commit details
    Browse the repository at this point in the history
  17. Now handles comments between expressions

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    0e0c694 View commit details
    Browse the repository at this point in the history
  18. Better end file behavior

    OscarLahaie authored and Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    6a363ca View commit details
    Browse the repository at this point in the history
  19. remove article

    Ulugbek committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    17952b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2022

  1. Configuration menu
    Copy the full SHA
    e762957 View commit details
    Browse the repository at this point in the history
  2. make fmt

    Ulugbek committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    8f4c068 View commit details
    Browse the repository at this point in the history
  3. * reveal new selection when cursor jumps;

    * some cleanups
    Ulugbek committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    005ef00 View commit details
    Browse the repository at this point in the history
  4. some more cleanup

    Ulugbek committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    1b9c5b6 View commit details
    Browse the repository at this point in the history