Commit Graph

644 Commits

Author SHA1 Message Date
martin
2fb10a5a62 SynEdit: Remove references from old objects, when releasing
git-svn-id: trunk@24152 -
2010-03-21 18:04:17 +00:00
martin
8edd625a12 SynEdit, forward focus msg to inherited
git-svn-id: trunk@24037 -
2010-03-16 14:09:42 +00:00
martin
559e6fc038 SynEdit: If the caret-pos is changed by right click, make sure it happens before the menu pops up. Otherwise Windows does not show the new pos.
git-svn-id: trunk@23863 -
2010-03-07 12:19:39 +00:00
martin
4e85dcf58a SynEdit: Fix "right mouse move caret" did unset block selection. Issue #15325
git-svn-id: trunk@23862 -
2010-03-07 11:05:40 +00:00
martin
7af50c9684 SynEdit: Fix Initialization of Option and Option2 from constructor. Issue #15532
git-svn-id: trunk@23633 -
2010-02-05 01:07:54 +00:00
paul
5b7d36de82 lcl, designer, ideintf, components: rename csOwnedChildsNotSelectable -> csOwnedChildrenNotSelectable
git-svn-id: trunk@23185 -
2009-12-18 10:07:11 +00:00
mattias
725116be84 synedit: clean up
git-svn-id: trunk@23070 -
2009-12-10 16:20:46 +00:00
martin
da2de60b97 SynEdit: Fix Undo/Redo block-indent. Issue #15307
git-svn-id: trunk@23068 -
2009-12-10 12:51:46 +00:00
martin
d9ccb124f5 SynEdit: minor changes for DualView
git-svn-id: trunk@23065 -
2009-12-10 12:22:53 +00:00
mattias
0d6aff22e1 csOwnedChildsSelectable inverted and renamed to csOwnedChildsNotSelectable
git-svn-id: trunk@22852 -
2009-11-28 15:18:27 +00:00
martin
69f53e8c35 SynEdit: Starting Multi-View SynEdit
git-svn-id: trunk@22679 -
2009-11-19 00:14:36 +00:00
martin
7404b6ed0b SynEdit: refactor, moved some undo/redo code to the lines object
git-svn-id: trunk@22672 -
2009-11-18 16:53:20 +00:00
martin
18d49dd9cd SynEdit: refactor, all Lines.On* are now event-lists
git-svn-id: trunk@22662 -
2009-11-18 00:07:55 +00:00
martin
6a9a708b28 IDE, SourceEditor: Reduce painting during startup
git-svn-id: trunk@22574 -
2009-11-13 14:59:12 +00:00
martin
1af2c15937 SynEdit: Fix streaming inside frames (issue #14952, issue #14943)
git-svn-id: trunk@22489 -
2009-11-08 17:14:33 +00:00
martin
6c07eb4531 SynEdit: Clean-up
git-svn-id: trunk@22454 -
2009-11-05 21:36:08 +00:00
martin
64f6b721a6 SynEdit: added events for OnPaste / OnCutCopy
git-svn-id: trunk@22450 -
2009-11-05 15:29:24 +00:00
martin
0ba24b8a3b SynEdit: added events for OnPaste / OnCutCopy
git-svn-id: trunk@22438 -
2009-11-04 23:16:49 +00:00
martin
5b91fa1c1e SynEdit: Fixed line tracking for beautifier / auto-indent
git-svn-id: trunk@22416 -
2009-11-03 23:32:58 +00:00
mattias
e6d6a54eb9 reduced warnings
git-svn-id: trunk@22382 -
2009-11-02 10:47:24 +00:00
mattias
34327b6850 synedit: IncreaseChangeStamp on Text change
git-svn-id: trunk@22318 -
2009-10-28 13:02:49 +00:00
martin
d7dd7cd328 SynEdit: Fixed Quick-Paste-selection (usually middle mouse button)
git-svn-id: trunk@22197 -
2009-10-17 00:47:33 +00:00
martin
d033ed3dfc SynEdit / IDE: Keep cursor at position, if codetools makes changes to toher location (like updating component names) issue #12344
git-svn-id: trunk@21829 -
2009-09-22 23:13:04 +00:00
martin
793e654d38 SynEdit, added 2nd "home" command: first word in line / issue #14440
git-svn-id: trunk@21592 -
2009-09-06 15:09:35 +00:00
martin
194d83f7a8 SynEdit: implemented Caret skips tabs
git-svn-id: trunk@21587 -
2009-09-05 13:30:13 +00:00
martin
a258e83b1b SynEdit, Persistent-Block: fix ctrl-k,v (move block)
git-svn-id: trunk@21481 -
2009-08-30 13:07:17 +00:00
martin
1e7e1cca97 SynEdit: SyncronEdit: fixed problem with extended mouse-settings and breakpoints
git-svn-id: trunk@21381 -
2009-08-21 12:41:54 +00:00
martin
e00770cf12 SynEdit: The clipboard may fail to store SynEdits Metadata. In most cases this will make no difference, since the text has been copied. No longer throwing an exception by default
git-svn-id: trunk@21238 -
2009-08-15 21:48:19 +00:00
martin
867297cbb7 SynEdit: Fixed Mouse selects column with alt key
git-svn-id: trunk@21227 -
2009-08-14 22:33:41 +00:00
martin
389bc62b33 Synedit: Fixed missing invalidation, after folding "/fold" default region
git-svn-id: trunk@21180 -
2009-08-11 23:54:05 +00:00
martin
56790bc2d2 SynEdit: Fixed Selection became persistent after drag operation. introduced in rev 21163 #742c44e3d0
git-svn-id: trunk@21165 -
2009-08-10 20:37:36 +00:00
martin
742c44e3d0 SynEdit: Improved Mouse Actions. If mouse is selecting or dragging it will ignore other mouse-up configurations
git-svn-id: trunk@21163 -
2009-08-10 19:43:49 +00:00
martin
f197ebcead SynEdit: fixed MouseClick. if the click was in the text area, but only by one pixel, it was executed as gutter click (the cursor still shows as crIBeam)
git-svn-id: trunk@21162 -
2009-08-10 18:12:37 +00:00
martin
60e9b91231 SynEdit: added some conditional debugging
git-svn-id: trunk@21140 -
2009-08-08 22:06:34 +00:00
martin
666e29fbde SynEdit, added option to hide cursor, while editing/keyboard
git-svn-id: trunk@21091 -
2009-08-03 15:17:58 +00:00
martin
e17a71f967 SynEdit: set smNormal in ActiveMode=SelectAll, so it works independent of the DefaultMode
git-svn-id: trunk@21037 -
2009-07-31 21:23:03 +00:00
martin
c37ba03138 Synedit: Select paragraph did ignore the very last line in file / cleanup
git-svn-id: trunk@21028 -
2009-07-31 17:47:01 +00:00
martin
505244a52c SynEdit: Fixed eoNoSelection
git-svn-id: trunk@21018 -
2009-07-31 12:19:24 +00:00
martin
22f11e3eaa Synedit: Some more fixes for none persistent Blocks
git-svn-id: trunk@21015 -
2009-07-30 13:57:26 +00:00
martin
ea95a7e23c SynEdit small optimization (unnecessary call to shiftstate)
git-svn-id: trunk@21010 -
2009-07-29 19:14:32 +00:00
mattias
a5da38b431 clean up
git-svn-id: trunk@21009 -
2009-07-29 16:57:27 +00:00
martin
29221dae03 SynEdit: Added a protection against scrolling issues, if key repeat rate is too fast. related to issue #14234
git-svn-id: trunk@21008 -
2009-07-29 15:22:56 +00:00
martin
1948d12c9d SynEdit: Fixed some scrolling issues introduced in rev 20975 #ee46b0680f
git-svn-id: trunk@21002 -
2009-07-29 10:12:59 +00:00
martin
a74da44672 SynEdit: implemented option for not overwriting none-persistent blocks
git-svn-id: trunk@20994 -
2009-07-28 15:40:48 +00:00
martin
c3b7ab19d6 SynEdit: Fix non persistent block must be undone on action, even if caret did not move. For SourceEditor/IDE commands.
git-svn-id: trunk@20989 -
2009-07-28 12:59:16 +00:00
martin
df417f3254 SynEdit: Fix non persistent block must be undone on action, even if caret did not move. Issue #14213
git-svn-id: trunk@20981 -
2009-07-27 20:12:02 +00:00
martin
27a85b3e3b SynEdit, fixed clearing non persistent block, if caret moves to other end of block
git-svn-id: trunk@20979 -
2009-07-27 16:42:25 +00:00
martin
ee46b0680f SynEdit: Fixed an invalidation issue when scrolling (current line highlight could get lost), also improves issue #11715
git-svn-id: trunk@20975 -
2009-07-27 15:12:13 +00:00
martin
e480675e27 SynEdit: persistent block: QH, QB work if block is hidden / notify is called if block gets hidden
git-svn-id: trunk@20974 -
2009-07-27 12:24:04 +00:00
martin
592732cea4 SynEdit: added persistent block
git-svn-id: trunk@20965 -
2009-07-26 23:06:26 +00:00