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

Many changes to OcaIDE #19

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

Conversation

taquangtrung
Copy link
Contributor

Hi,

I would like to contribute my recent development to your OcaIDE tool.
Below are summary of what I have done.
Please feel free to merge and contact me if you have any queries.

Best regards,
Quang Trung.

++ Improvement to project building:

  • Save all editing files before compiling
  • Show time of compilation
  • Compile project of current opened file (Hotkey: Ctrl+B)
  • Cancel compilation of project built by above compiling command (Hotkey: Ctrl+F12)

++ Auto-completion feature:

  • Show type information in auto-completion pop-up window
  • Find completion definitions in current editing file, in aliased module (locally or globally aliasing, multiple-level aliasing)

++ Go to definition (Hyperlink):

  • search for definition in current editing files, various kinds of aliased modules
  • able to search definition of type annotation
  • (Hotkey F3)

++ Improve editor:

  • Enable annotation navigation by hot key Ctrl+, Ctrl+.
  • Smart indentation: indent next line similar to indentation of nearest non-white-space line
  • Move cursor / select text by indentation (target line is a line having different indentation with current line)
    (Hotkey: Ctrl+Up/Down, Ctrl+Shift+Up/Down)
  • Move cursor / select text by block of code (blocks are separated by white-space or empty line)
    (Hotkey: Ctrl+[ , Ctrl+], Ctrl+Shift+[ , Ctrl+Shift+] )
  • Delete trailing whitespace in the whole file or in a selection of text (Hotkey: Ctrl+)

++ Improve outline feature:

  • Using regular expression in quick-outline feature (can be used to search for type information)
  • Synchronize editor without outline view when double-click

++ Debugging:

  • Add "_build" folder to find-path of debugger
  • show value and type information of variable
  • Set call stack focus on selected item

++ Others:

  • Remove duplicated paths in ".paths" file. Reset existing ".paths" file when creating a new project based on existing one
  • Show type information of variables, function in status bar (Enable/disable in preference)
  • Improve error-recovery ability of parser

trungtq added 30 commits May 15, 2012 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant