Commit Graph

335 Commits

Author SHA1 Message Date
Paul Kulchenko
513a3f6799 Fixed line calculations for markup styling to properly style comments after folded fragments. 2016-05-11 17:12:52 -07:00
Paul Kulchenko
74d31824c4 Added skipping auto-complete suggestions after markup in comments. 2016-05-10 15:01:27 -07:00
Paul Kulchenko
b3c92fd8f3 Allowed shortcuts for editor menu items (closes #597, closes #405). 2016-04-26 20:49:01 -07:00
Paul Kulchenko
21d8f9f030 Updated Rename All Instances menu item to remove unnecessary whitespace. 2016-04-26 20:21:03 -07:00
Paul Kulchenko
b87fef583c Modified adding icons to menu items to avoid duplice items on Win10 (#603). 2016-03-31 19:17:23 -07:00
Paul Kulchenko
2c13b2c521 Added Shift+click-on-fold-margin to un/fold the line the click was on (#616). 2016-03-27 16:24:57 -07:00
Paul Kulchenko
1053e6c803 Updated editor calltip to use line number instead of position in getting text height. 2016-03-24 19:44:59 -07:00
Paul Kulchenko
b75301cf4c Minor update to use editor BreakpointToggle method. 2016-03-10 14:36:36 -08:00
Paul Kulchenko
d81736ab4c Fixed line number reported in onEditorMarkerUpdate event callback. 2016-03-10 14:36:35 -08:00
Paul Kulchenko
b006b19276 Renamed debugger method quickeval to EvalAsync for consistency. 2016-03-10 14:36:34 -08:00
Paul Kulchenko
7a3fa4d6f8 Updated Run and RunTo debugger methods to uppercase. 2016-03-10 14:36:25 -08:00
Paul Kulchenko
6512209caa Replaced use of debugger fields with debugger methods. 2016-02-25 11:58:05 -08:00
Paul Kulchenko
a737a133d8 Updated debugger to use proper debugger objects. 2016-02-25 11:40:22 -08:00
Paul Kulchenko
fd216bfe7d Added BreakpointToggle method to the debugger (#166). 2016-02-25 11:40:19 -08:00
Paul Kulchenko
4881a8b611 Added editor.linenumber to configure showing of line numbers in the editor. 2016-02-15 22:12:35 -08:00
Paul Kulchenko
3b7bfc8415 Fixed setting editor focus when switching from commandbar on OSX (fixes #577). 2016-01-24 17:51:43 -08:00
Paul Kulchenko
af16a8a0ee Updated comment with clarification on editor UPDATEUI event handling. 2016-01-20 17:06:01 -08:00
Paul Kulchenko
16fc6a75d0 Replaced EditorIsModified with document method calls. 2016-01-12 14:05:17 -08:00
Paul Kulchenko
49d514f321 Added skipping UPDATE_CONTENT events on cursor blinks in UPDATEUI (#419). 2016-01-06 15:49:24 -08:00
Paul Kulchenko
3fafa96849 Switched to per-editor tracking in UPDATEUI event. 2016-01-06 10:01:35 -08:00
Paul Kulchenko
e7b81bd36c Fixed accepting explicit value in MarkerToggle (#166). 2016-01-05 20:12:03 -08:00
Paul Kulchenko
d1836daa92 Added breakpoint prev/next navigation (#419). 2015-12-30 21:05:18 -08:00
Paul Kulchenko
e78ef13df7 Added MarkerToggle editor method (#166). 2015-12-30 10:34:19 -08:00
Paul Kulchenko
bc93fc7c27 Added MarkerGotoNext and MarkerGotoPrev editor methods (#166). 2015-12-30 10:31:19 -08:00
Paul Kulchenko
b536ef43e6 Added BookmarkToggle method to the editor (#166). 2015-12-28 18:20:10 -08:00
Paul Kulchenko
41e6739cb0 Added BreakpointToggle method to the editor (#166). 2015-12-28 18:01:32 -08:00
Paul Kulchenko
c3d64c7a76 Fixed search navigation after selecting one variable instance (fixes #565). 2015-12-07 12:54:21 -08:00
Paul Kulchenko
f1bb792287 Fixed editing fragments in folded text (follow-up to d2ddc96a; #564). 2015-12-06 21:28:13 -08:00
Paul Kulchenko
52c2bf4dec Fixed editing multiple selections when selection is in folded fragments (fixes #564). 2015-12-06 21:27:53 -08:00
Paul Kulchenko
1e0e37aa5a Updated Ctrl/Shift-Ins and Shift-Del to work in all editors (#260, #556). 2015-11-23 15:44:34 -08:00
Paul Kulchenko
dfee96e1d7 Added using *Raw methods when available for handling of invalid UTF-8 chars (#260, #556). 2015-11-16 20:54:09 -08:00
Paul Kulchenko
122ebea0f7 Added editor.wrapmode to configure wrapping mode in the editor. 2015-10-13 15:21:28 -07:00
Paul Kulchenko
752b30166c Added Run to Cursor to the popup menu in the editor (#413). 2015-08-22 22:06:20 -07:00
Paul Kulchenko
f63b140c14 Updated auto-complete to close when one of the options matches the current input. 2015-08-11 23:09:09 -07:00
Paul Kulchenko
49335e62cf Merge branch 'project-symbol-search' 2015-08-09 20:10:29 -07:00
Paul Kulchenko
fd31261ec4 Fixed autocomplete for words that may include underscores in suggestions. 2015-08-09 19:59:58 -07:00
Paul Kulchenko
45bb80e92e Updated tracking of editor updates to skip unneeded notifications on OSX (#499). 2015-08-07 16:48:03 -07:00
Paul Kulchenko
d0a1e792d6 Added setting different types of indentation guides. 2015-07-22 15:34:27 -07:00
Paul Kulchenko
1ecb99420c Added caching of symbols for open files (#499). 2015-07-16 10:12:31 -07:00
Paul Kulchenko
813c8de968 Updated line number handling to adjust for large files (#491). 2015-07-09 12:42:48 -07:00
Paul Kulchenko
f5077b89a2 Fixed mouse selection in auto-complete on OSX (fixes #496). 2015-07-08 18:06:41 -07:00
Paul Kulchenko
5adc17d7bb Refactored status updates to use SetStatus method. 2015-06-26 13:58:08 -07:00
Paul Kulchenko
d460b380c1 Added Ctrl/Cmd-Enter/Ctrl/Cmd-Shift-Enter to add line after/before the current one (#334). 2015-06-26 09:12:45 -07:00
Paul Kulchenko
9a2d98f7ca Added ignoring current selection in auto-complete with Shift-Enter (closes #494). 2015-06-26 09:11:13 -07:00
Paul Kulchenko
e5fa2afe3c Added hiding auto-complete after typing one of the offered options (#494). 2015-06-25 12:12:38 -07:00
Paul Kulchenko
cc1f36af2f Updated indicator processing to use new API. 2015-06-13 16:34:32 -07:00
Paul Kulchenko
a8c6f3a0dc Optimized handling of multi-line changes in the editor (closes #477). 2015-06-03 21:59:39 -07:00
Paul Kulchenko
fd3f86a54b Added deleting the rest of the word on auto-complete (acandtip.droprest). 2015-05-21 12:41:55 -07:00
Paul Kulchenko
2d711fb2a5 Updated copyright year. 2015-05-13 20:54:41 -07:00
Paul Kulchenko
42f7a2647b Fixed keeping editor cursor position after closing search panel (#416). 2015-05-12 20:08:46 -07:00