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

Various cleanups and work on the content assistant #16

Merged
7 commits merged into from Dec 23, 2010
Merged

Various cleanups and work on the content assistant #16

7 commits merged into from Dec 23, 2010

Commits on Dec 15, 2010

  1. hstemplate_101215a

    - Move scion token strings to their own interface.
    - Simplify tab-to-space conversion and use provided Eclipse
      infrastructure
    - More code template hacking.
    Scott Michel committed Dec 15, 2010
    Configuration menu
    Copy the full SHA
    4dfa889 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2010

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

Commits on Dec 21, 2010

  1. hstemplates_101220a

    - Take the Unicode approach to lexing identifiers.
    - Cosmetic changes to HaskellEditor
    - Take the Unicode approach to lexing groups of symbols.
    Scott Michel committed Dec 21, 2010
    Configuration menu
    Copy the full SHA
    4b389df View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2010

  1. scionserver_101222

    - Write scion server output to its IOConsole in 1K chunks to improve
      UI responsiveness (could probably use a lower threshold, but 1K
      is what JP used to use.)
    - Add documentation to ThingAtPointCommand, update formatting.
    - Remove unused class NOPContinuation.
    Scott Michel committed Dec 23, 2010
    Configuration menu
    Copy the full SHA
    77c4831 View commit details
    Browse the repository at this point in the history
  2. console_101222

    - Remove unused class ConsoleCompilingReporter.
    - Add high/low water marks so that IOConsole doesn't cause Java
      OOM errors.
    Scott Michel committed Dec 23, 2010
    Configuration menu
    Copy the full SHA
    3e4aa68 View commit details
    Browse the repository at this point in the history
  3. tokenLex_101222

    Add initial support for lexer tokens returned by GHC and the
    scion-server "tokens" command. These will be used by the UI's
    content assist to get the previous token in front of the editor's
    point to give more context to the completion assistant.
    Scott Michel committed Dec 23, 2010
    Configuration menu
    Copy the full SHA
    b56bb6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03dc014 View commit details
    Browse the repository at this point in the history