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 |
|
mattias
|
87d9c6bb13
|
IDE: moved macros save/saveall to source editor
git-svn-id: trunk@36514 -
|
2012-04-02 08:06:52 +00:00 |
|
martin
|
cca189d62b
|
SrcEdit: Fix order of events for editor created/destoyed
git-svn-id: trunk@36357 -
|
2012-03-26 20:06:02 +00:00 |
|
martin
|
67e76e1b92
|
SrcEdit: Fix order of events for editor created/destoyed
git-svn-id: trunk@36353 -
|
2012-03-26 19:42:40 +00:00 |
|
martin
|
30aa47c2c1
|
SrcEdit: Fix order of events for editor created/destoyed
git-svn-id: trunk@36352 -
|
2012-03-26 19:23:40 +00:00 |
|
martin
|
0d3821b8c6
|
SrcEdit: Close should not be public, as it only does part of the work (tab remains open)
git-svn-id: trunk@36351 -
|
2012-03-26 19:14:21 +00:00 |
|
paul
|
7b476a6856
|
ide: redo TSourceEditor.InsertLine (fixes bug #0021493)
git-svn-id: trunk@36335 -
|
2012-03-26 01:39:28 +00:00 |
|
martin
|
e243219fde
|
SrcEdit / Tab-Menu: open project inspector
git-svn-id: trunk@36271 -
|
2012-03-23 11:50:59 +00:00 |
|
martin
|
85053ebc34
|
SrcEdit / Tab-Menu: remove directory
git-svn-id: trunk@36267 -
|
2012-03-23 11:19:37 +00:00 |
|
martin
|
33afd9a994
|
SrcEdit / Tab-Menu: via ctrl-right
git-svn-id: trunk@36265 -
|
2012-03-23 11:08:30 +00:00 |
|
martin
|
c6d8b4ee5f
|
SourceEditor: Tabs in popup, use PageName (with Upper/Lower-Case)
git-svn-id: trunk@36237 -
|
2012-03-23 01:54:44 +00:00 |
|
martin
|
59d651babf
|
SourceEditor: open package from Tabs in popup
git-svn-id: trunk@36233 -
|
2012-03-22 23:50:38 +00:00 |
|
martin
|
46cc0fdc2a
|
SourceEditor: Show counts/modified Tabs in popup
git-svn-id: trunk@36232 -
|
2012-03-22 23:16:13 +00:00 |
|
martin
|
a6dd9b4d8d
|
SourceEditor: Sort Tabs in popup
git-svn-id: trunk@36231 -
|
2012-03-22 23:04:46 +00:00 |
|