Commit Graph

501 Commits

Author SHA1 Message Date
juha
2e86fb66b8 IDE: add list of open editors to the SE tab popup menu.
git-svn-id: trunk@35858 -
2012-03-10 08:23:48 +00:00
juha
2e4c4d2bfe IDE: Prevent a crash when the SE is closed from a modal dialog.
git-svn-id: trunk@35811 -
2012-03-07 21:23:26 +00:00
juha
1c146e5078 IDE: remove useless code in SE popup menu update for bookmarks, disable undefined bookmarks in GoTo section
git-svn-id: trunk@35775 -
2012-03-06 16:54:12 +00:00
juha
dfc80e1895 IDE: formatting
git-svn-id: trunk@35774 -
2012-03-06 16:20:32 +00:00
juha
23c8d08e0b IDE: formatting
git-svn-id: trunk@35759 -
2012-03-06 09:46:52 +00:00
juha
bf285bb78e IDE: change order of Source Editor popup sections + other fixes.
git-svn-id: trunk@35738 -
2012-03-05 15:03:48 +00:00
juha
80faea06cf IDE: Update the popup menu for Source Editor in a right place.
git-svn-id: trunk@35737 -
2012-03-05 14:36:48 +00:00
juha
34eceb1e57 IDE: improve the split between popup menus of Source Editor's tab and editor.
git-svn-id: trunk@35733 -
2012-03-05 13:28:46 +00:00
mattias
857aa86216 IDE: clean up
git-svn-id: trunk@35731 -
2012-03-05 11:24:05 +00:00
juha
72a1b0cfa6 IDE: Make a separate popup menus for SourceEditor tabs and editor itself. Select the tab when right-clicked. Issue #19846
git-svn-id: trunk@35725 -
2012-03-05 10:32:26 +00:00
paul
27e8d29632 ide: when checking for a hint window also check for a hint window child (issue #0020185)
git-svn-id: trunk@35517 -
2012-02-21 01:07:44 +00:00
paul
19acb2a8de ide: don't hide hint if user input handler passes a hint window as a source of messages (issue #0020185), also don't explicitly hide hint if source editor notifies about scroll event - hint will hide anyway because of user input notification
git-svn-id: trunk@35501 -
2012-02-20 06:24:01 +00:00
martin
4f15b0fa87 IDE/SynEdit: macro recorder, create with owner (protect from self destruction)
git-svn-id: trunk@35497 -
2012-02-19 22:59:58 +00:00
juha
2b9b562c24 IDE: make procedure TSourceNotebook.MoveEditor() public. Fix EditorFileManager behavior with many editor windows.
git-svn-id: trunk@35476 -
2012-02-19 11:30:46 +00:00
martin
a3467f2bc3 IDE/SynEdit: macro recorder, ignore certain commands
git-svn-id: trunk@35461 -
2012-02-18 17:46:22 +00:00
martin
9369fbe99c IDE/SynEdit: Added basic macro recorder
git-svn-id: trunk@35458 -
2012-02-18 17:09:03 +00:00
martin
6c2f247b5d IDE/SynEdit: Added basic macro recorder
git-svn-id: trunk@35456 -
2012-02-18 16:56:27 +00:00
martin
2cadce4640 SourceEditor: removed relict of old key-handling
git-svn-id: trunk@35404 -
2012-02-16 20:59:09 +00:00
martin
d76c007767 SynEdit: rework base-class structure for plugins
git-svn-id: trunk@35366 -
2012-02-14 20:01:45 +00:00
martin
3e30dd5250 SourceEdit: fix center caret X
git-svn-id: trunk@35364 -
2012-02-14 14:16:27 +00:00
juha
6b19f5e2aa IDE: inite resource strings for Undo, Redo, Cut, Copy and Paste
git-svn-id: trunk@35323 -
2012-02-12 14:35:42 +00:00
martin
c7eda00eb0 added debugln for focus
git-svn-id: trunk@35139 -
2012-02-04 23:31:55 +00:00
martin
f88a9d1f56 SynEdi: more debugln for undo
git-svn-id: trunk@35067 -
2012-01-31 19:26:25 +00:00
mattias
6a153e32a2 IDE: source editor: popup menu: added make resourcestring menu item
git-svn-id: trunk@34982 -
2012-01-28 13:07:04 +00:00
mattias
d5b6d03867 IDE: source editor open file: fixed path fpdoc and unit
git-svn-id: trunk@34980 -
2012-01-28 06:45:46 +00:00
martin
d503d615c5 Added try finally to some UndoBlock (editor)
git-svn-id: trunk@34977 -
2012-01-27 15:13:52 +00:00
paul
10d26cebb0 ide: cleanup and improve code readability
git-svn-id: trunk@34969 -
2012-01-27 08:08:43 +00:00
martin
08b6e284e1 SrcEdit: improved setting debug marks
git-svn-id: trunk@34937 -
2012-01-25 16:51:54 +00:00
mattias
9238bba3a6 IDE: source editor popup menu: open fpdoc file of unit
git-svn-id: trunk@34841 -
2012-01-21 14:27:37 +00:00
mattias
9c60f59d00 IDE: source editor popup menu: open unit/lfm of include file
git-svn-id: trunk@34840 -
2012-01-21 14:11:13 +00:00
mattias
74acb7f2d8 IDE: source editor popup menu: open unit/lfm of include file
git-svn-id: trunk@34839 -
2012-01-21 14:08:14 +00:00
mattias
ce2b09aa85 IDE: fixed crash on word completion
git-svn-id: trunk@34799 -
2012-01-19 17:09:03 +00:00
martin
2cc4863e8b MouseOpts: debug context menu
git-svn-id: trunk@34704 -
2012-01-11 04:03:04 +00:00
martin
5a689cb2ed SourceEditor: Allow replacing text and keep y-pos of marks
git-svn-id: trunk@34535 -
2012-01-01 19:32:53 +00:00
mattias
6c8ac2b3c8 IDE: identifier completion: option to only replace the prefix, not the whole identifier
git-svn-id: trunk@34399 -
2011-12-25 00:44:07 +00:00
martin
2719d51a7d IDE: improved ctrl (meta) click (mouse) for mac
git-svn-id: trunk@34274 -
2011-12-19 10:44:54 +00:00
mattias
1f7b476a9c IDE: clean up
git-svn-id: trunk@34196 -
2011-12-15 04:36:43 +00:00
martin
400f05dee0 SynEdit: refactor painting
git-svn-id: trunk@34165 -
2011-12-14 02:53:19 +00:00
martin
ae14a2fb5e IDE: SourceEditor, change toggle comment for single line selection to use full line, like multi-line selection. Column mode selection still allows the previous behaviour. Issue #20091
git-svn-id: trunk@33647 -
2011-11-20 17:22:44 +00:00
martin
bd624e2328 Ide: SourceEditor, added "Find in other Window"
git-svn-id: trunk@33635 -
2011-11-20 01:34:10 +00:00
sekelsenmat
fa02b703f1 Renames TNotebookOption and friends to TCTabControlOptions,etc because the old name was completely wrong since TNotebook is completely unrelated to this type
git-svn-id: trunk@33537 -
2011-11-15 07:28:07 +00:00
mattias
dc4d739171 IDE: toggle form: when on include serach unit
git-svn-id: trunk@33148 -
2011-10-29 11:15:47 +00:00
mattias
286cff9902 IDE: clean up
git-svn-id: trunk@33147 -
2011-10-29 11:02:03 +00:00
mattias
dce2342e2d IDE: source editor: context menu open lfm file of inc file
git-svn-id: trunk@33146 -
2011-10-29 11:00:15 +00:00
juha
b73ac7c339 IDE: fix Invert assignment's extra linefeed. Issue #20571
git-svn-id: trunk@33105 -
2011-10-26 21:13:59 +00:00
sekelsenmat
a7bfcf6c9b Removes TPageControl.OnPageChanged to fix bug #19903 double OnChange calls
git-svn-id: trunk@32622 -
2011-10-02 18:03:18 +00:00
martin
e9e9d97ea2 DBG: Add watchpoints to src-edit popup menu
git-svn-id: trunk@32575 -
2011-09-30 19:18:18 +00:00
martin
e7eb929eb2 DBG: Toggle breakpoint enabled with ctrl-click. (more efficient)
git-svn-id: trunk@32442 -
2011-09-20 19:34:58 +00:00
martin
a65bbd7c40 DBG: Toggle breakpoint enabled with ctrl-click. Issue #0017330
git-svn-id: trunk@32441 -
2011-09-20 19:24:22 +00:00
martin
b2d943371e SrcEdit: fix utf8 issue in incremental search. issue #0020288
git-svn-id: trunk@32409 -
2011-09-18 18:07:32 +00:00