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

Implement basic code completion #1189

Merged
merged 31 commits into from
Jun 11, 2013
Merged

Implement basic code completion #1189

merged 31 commits into from
Jun 11, 2013

Commits on Jun 5, 2013

  1. Let us begin

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    808bb95 View commit details
    Browse the repository at this point in the history
  2. Implement keybindings and such

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    dbca444 View commit details
    Browse the repository at this point in the history
  3. add autocompleter

    nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    a640e4c View commit details
    Browse the repository at this point in the history
  4. Bring in Harutyun's code

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    5fa87f8 View commit details
    Browse the repository at this point in the history
  5. Merge updates

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    b132200 View commit details
    Browse the repository at this point in the history
  6. Fix it up

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    dcdcd81 View commit details
    Browse the repository at this point in the history
  7. Get rid of my junk

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    e43bee0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef19fdb View commit details
    Browse the repository at this point in the history
  9. Some added UX behaviors

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    818dba5 View commit details
    Browse the repository at this point in the history
  10. Add autocompletion for language keywords

    Conflicts:
    
    	lib/ace/edit_session.js
    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    69e4152 View commit details
    Browse the repository at this point in the history
  11. Improve UX, drop dead code

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    cd19233 View commit details
    Browse the repository at this point in the history
  12. Fix rerender on text insertion

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    b811f1d View commit details
    Browse the repository at this point in the history
  13. Fix failing test

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    6f17611 View commit details
    Browse the repository at this point in the history
  14. One more test fix

    gjtorikian authored and nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    06c10fb View commit details
    Browse the repository at this point in the history
  15. fix popup

    nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    7293bb1 View commit details
    Browse the repository at this point in the history
  16. tweak the popup some more

    nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    5c1db2d View commit details
    Browse the repository at this point in the history
  17. revert changes to worker

    nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    dc19834 View commit details
    Browse the repository at this point in the history
  18. cleanup

    nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    68ebf08 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    df115ba View commit details
    Browse the repository at this point in the history
  20. cleanup

    nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    a399d14 View commit details
    Browse the repository at this point in the history
  21. style improvements

    nightwing committed Jun 5, 2013
    Configuration menu
    Copy the full SHA
    f6f4757 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c2b7d1f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c223f59 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    36c166b View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2013

  1. Configuration menu
    Copy the full SHA
    35a9dc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac9bb72 View commit details
    Browse the repository at this point in the history
  3. include split in build

    nightwing committed Jun 8, 2013
    Configuration menu
    Copy the full SHA
    b36c4c6 View commit details
    Browse the repository at this point in the history
  4. fix typo in clojure mode

    nightwing committed Jun 8, 2013
    Configuration menu
    Copy the full SHA
    917e4b9 View commit details
    Browse the repository at this point in the history
  5. revert change to config.js

    nightwing committed Jun 8, 2013
    Configuration menu
    Copy the full SHA
    af2a2e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2013

  1. Configuration menu
    Copy the full SHA
    156d9a7 View commit details
    Browse the repository at this point in the history
  2. fix typo

    nightwing committed Jun 9, 2013
    Configuration menu
    Copy the full SHA
    db1118c View commit details
    Browse the repository at this point in the history