Commit Graph

577 Commits

Author SHA1 Message Date
martin
d67ac0c78c IDE: SourceEditor: reduce work when applying global options
git-svn-id: trunk@39958 -
2013-01-24 20:43:41 +00:00
juha
d451ec6672 IDE: Allow user to create own custom IDE macros and install them to IDE by using packages. Issue #23502, patch from Cyrax
git-svn-id: trunk@39909 -
2013-01-20 09:34:35 +00:00
martin
86cf02bfa5 SourceEditor: Improve session restore, if more than 2 windows were used.
git-svn-id: trunk@39829 -
2013-01-11 14:59:56 +00:00
mattias
4191ccc638 IDE: make resourcestring: focus editor
git-svn-id: trunk@39814 -
2013-01-09 14:43:21 +00:00
mattias
a70beb5187 IDE: update active sourceeditor on MouseDown
git-svn-id: trunk@39709 -
2013-01-01 11:45:40 +00:00
mattias
f531875607 IDE: update active sourceeditor on KeyDown
git-svn-id: trunk@39708 -
2013-01-01 11:43:22 +00:00
mattias
9f25516ea6 IDE: use Sender sourceeditor instead of last active sourceeditor
git-svn-id: trunk@39707 -
2013-01-01 11:33:01 +00:00
martin
87f31fe559 IDE fix smart indent
git-svn-id: trunk@39639 -
2012-12-23 18:30:17 +00:00
martin
650f60c596 IDE: Add option to auto-continue comments
git-svn-id: trunk@39605 -
2012-12-20 23:35:24 +00:00
martin
60e115de93 SourceEditor: Fix get correct Editor, do not use nil object (Beautifier callback).
git-svn-id: trunk@39603 -
2012-12-20 20:44:33 +00:00
mattias
39dde6cf13 IDE: find prompt: shorten texts, bug #23493
git-svn-id: trunk@39575 -
2012-12-18 11:51:46 +00:00
martin
6b37bec961 IDE: added clear all-in-open-files or all-in-current-file bookmarks. Issue #0013428
git-svn-id: trunk@39557 -
2012-12-16 06:09:49 +00:00
martin
a66522e83b SourceEditor: Fixed crash when closing last tab (via ctrl F4) while code-completion was active. Issue #0023317
git-svn-id: trunk@39282 -
2012-11-15 15:33:36 +00:00
juha
37a90f1c94 IDE: Ask user to continue search from the beginning if no matches were found. Issue #23228
git-svn-id: trunk@39237 -
2012-11-02 22:31:01 +00:00
juha
3731f23757 IDE: formatting
git-svn-id: trunk@39212 -
2012-10-31 21:29:18 +00:00
martin
70d1556197 SourceEditor: Use selection as default search only if caret is in/at selection (persistent selection)
git-svn-id: trunk@39101 -
2012-10-16 11:51:25 +00:00
juha
5c22372849 IDE: formatting
git-svn-id: trunk@38700 -
2012-09-16 21:04:52 +00:00
juha
672f5bd862 Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
2012-09-13 06:39:56 +00:00
martin
55db0fa79e EditorMacros: Refactor, make avail in SrcEditInterface
git-svn-id: trunk@38381 -
2012-08-25 22:46:20 +00:00
martin
1ffcfe06cd EditorMacros: Refactor, do not inherit TSynMacroRecorder
git-svn-id: trunk@38372 -
2012-08-25 13:37:05 +00:00
martin
c0c7de3fea IDE: Export to html, do not enforce check for writeable. Issue #0022588
git-svn-id: trunk@38198 -
2012-08-07 21:40:54 +00:00
mattias
a99a34ebd2 IDE: using UTF8CompareText
git-svn-id: trunk@37960 -
2012-07-16 20:53:37 +00:00
martin
c51dc8a862 SourceEditor: Begin/EndUpdate
git-svn-id: trunk@37877 -
2012-07-05 14:44:38 +00:00
mattias
0200ab2e5b IDE: moved InsertFilename to source editor so that focussing works like other source commands
git-svn-id: trunk@37802 -
2012-06-27 16:06:45 +00:00
mattias
c625dd1c05 IDE: moved InsertGUID to source editor so that focussing works like other source commands
git-svn-id: trunk@37801 -
2012-06-27 16:04:02 +00:00
martin
2dfbcd88d3 SourceEditor: Display stop button, while macro recording
git-svn-id: trunk@37719 -
2012-06-21 18:23:39 +00:00
martin
4eeeddf42d IDE: Added list of recorded editor macros
git-svn-id: trunk@37679 -
2012-06-17 21:16:52 +00:00
mattias
24c2470b43 IDE: using TFileStreamUTF8 and TStringListUTF8
git-svn-id: trunk@37656 -
2012-06-15 16:50:31 +00:00
martin
f5beac7000 SourceEditor: Fix (Work-around) an issue with focusing an editor, that is being closed (while debugging) "no parent handle". Issue #0022015
git-svn-id: trunk@37623 -
2012-06-11 18:47:41 +00:00
martin
9cfccbdc1a DBG: Cancel LineInfo, if unit is closed in editor (forgot file)
git-svn-id: trunk@37502 -
2012-06-03 15:36:37 +00:00
martin
204877981e SourceEditor: Fix an issue with focusing an editor, that is being closed (while debugging) "no parent handle". Issue #0022015
git-svn-id: trunk@37471 -
2012-06-01 14:21:52 +00:00
juha
b1a2dfb791 IDE: Add Source/Insert General/MIT Notice. Issue #22151, patch from Reinier Olislagers
git-svn-id: trunk@37466 -
2012-05-30 16:56:55 +00:00
juha
48d4107e26 IDE: Focus active source editor before executing menu command, did not work with anchordocking. Issue # 22114, modified from patch by Takeda Matsuki
git-svn-id: trunk@37422 -
2012-05-26 07:25:27 +00:00
juha
5b73c6f898 Remove old ifdefs from "deprecated" declarations. They don't work with recent compilers
git-svn-id: trunk@37405 -
2012-05-23 20:28:24 +00:00
martin
ec79d9e28b SourceEdit/DBG: Ensure Codebuffer is updated before using it to add watches
git-svn-id: trunk@37380 -
2012-05-21 16:45:53 +00:00
martin
e27bff3507 SourceEditor: Hide hint, when mouse moves (even if outside IDE, or IDE is not active). Differentiate plain and html hint Issue #0022016
git-svn-id: trunk@37379 -
2012-05-21 16:07:39 +00:00
martin
a66b293fd8 SourceEditor: Hide hint, when mouse moves (even if outside IDE, or IDE is not active). Issue #0022016
git-svn-id: trunk@37378 -
2012-05-21 15:59:20 +00:00
mattias
25cee57606 IDE: fixed uninitialized result
git-svn-id: trunk@37346 -
2012-05-19 09:11:46 +00:00
martin
3b402f3e72 SourceEditor: Added logging/debugln
git-svn-id: trunk@37310 -
2012-05-17 19:11:41 +00:00
martin
f8a052f453 SourceEditor: Fix crash when closing several tabs, while debugging (paused / loading line info). May be related to issue #22015
git-svn-id: trunk@37273 -
2012-05-13 21:46:42 +00:00
martin
d0fa292c28 SourceEdit: Only add tabs to tab-history that were accessed
git-svn-id: trunk@37196 -
2012-05-06 10:48:22 +00:00
martin
b66752bd74 SourceEdit: Do not access outdated tab-history entries (dangling pointers). Issue #0021939
git-svn-id: trunk@37195 -
2012-05-06 10:40:09 +00:00
martin
3b43d6d9d5 Fix compile, for mouse over hint
git-svn-id: trunk@37139 -
2012-05-02 16:41:17 +00:00
martin
7eb5fa6c4a SrcEdit: Improve allow mouse to enter html hint
git-svn-id: trunk@37138 -
2012-05-02 16:33:50 +00:00
martin
0fbe5d3207 Fix compile, for mouse over hint
git-svn-id: trunk@37124 -
2012-05-01 15:39:14 +00:00
martin
ca7b620b13 SrcEdit: Improve allow mouse to enter html hint
git-svn-id: trunk@37123 -
2012-05-01 15:24:49 +00:00
martin
44b12851fb SrcEdit: Allow mouse to enter html hint
git-svn-id: trunk@37117 -
2012-05-01 00:48:19 +00:00
martin
25e5537ed4 SourceEdit: use softcenter for Replace prompt. Issue #0021709
git-svn-id: trunk@36796 -
2012-04-15 14:16:18 +00:00
martin
ee4e8f2cb6 CodeTemplate: allow tab to trigger / selection to ignore. issue #0017631
git-svn-id: trunk@36527 -
2012-04-02 18:32:06 +00:00
martin
db25fe4136 IDE: Export as HTML
git-svn-id: trunk@36523 -
2012-04-02 15:35:22 +00:00