Commit Graph

1222 Commits

Author SHA1 Message Date
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
paul
56d6fef49d synedit: revert some changes made in r21507 #8018937c08 since they break compilation
git-svn-id: trunk@21508 -
2009-09-01 01:17:52 +00:00
mattias
8018937c08 synedit: fixed file encoding
git-svn-id: trunk@21507 -
2009-08-31 22:11:30 +00:00
martin
f64939fdee SynEdit, Trim spaces: Callback was triggered before trimmed spaces were added to cache. Leading to incorrect adjustment of block-selections (only happened with move Persistent-Block (ctrl-k,v) if last word on line was selected)
git-svn-id: trunk@21482 -
2009-08-30 13:12:32 +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
marc
8e83c9c28e * Updated Lithuanian translation by Valdas Jankunas
git-svn-id: trunk@21469 -
2009-08-27 23:33:00 +00:00
paul
8450ced843 languages: Polish translation update by Tomasz Wieckowski (issue #0014406)
git-svn-id: trunk@21437 -
2009-08-24 15:16:28 +00:00
mattias
287d754ed2 translations: german: updates from Swen
git-svn-id: trunk@21411 -
2009-08-22 22:11:42 +00:00
mattias
f1d4a6b323 synedit: added checks if handle is allocated
git-svn-id: trunk@21400 -
2009-08-22 19:42:50 +00:00
mattias
e0c57af916 undo
git-svn-id: trunk@21399 -
2009-08-22 19:40:53 +00:00
mattias
b03dbf338e synedit: added checks if handle is allocated
git-svn-id: trunk@21398 -
2009-08-22 19:33:35 +00:00
mattias
ef3a49fd63 translations: german: updates from Joerg Braun and Swen Heinig
git-svn-id: trunk@21395 -
2009-08-22 16:39:57 +00:00
paul
780307386f languages: Updated Portuguese translations by Marcelo B Paula (issue #0014404)
git-svn-id: trunk@21385 -
2009-08-21 15:24:37 +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
paul
ff015e5a07 synedit: update Portuguese translation from Marcelo B Paula (part of issue #0014245)
git-svn-id: trunk@21351 -
2009-08-20 16:24:10 +00:00
martin
9a8706aedd SynEdit, pascal highlighter: added mwpascal as modifier. Started to limit highlighting of modifiers to code following a procedure declaration. / issue #14392
git-svn-id: trunk@21350 -
2009-08-20 16:11:32 +00:00
martin
28040aadfd MouseActions: Fixed spurious crash when adding actions, due to incorrect locking of conflict checking)
git-svn-id: trunk@21334 -
2009-08-19 21:27:14 +00:00
martin
72074fd87f SynEdit: SyncronEdit: idle calls only if edit has not been requested already
git-svn-id: trunk@21331 -
2009-08-19 19:57:20 +00:00
martin
25d1bbf7ec SynEdit: SyncronEdit: made ProcessMessages interval time based instead of words-processed count. Better responsiveness on not so fast pc. Added idle calls
git-svn-id: trunk@21330 -
2009-08-19 19:42:22 +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
74e8a2eefb EditorOptions: added simplified Mouse settings
git-svn-id: trunk@21232 -
2009-08-15 20:05:01 +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
bf5bb6aec3 EditorOptions, Mouse config, added safety check to loading
git-svn-id: trunk@21226 -
2009-08-14 19:35:22 +00:00
martin
86a763c003 Syncron-Edit: Improved cell selection, go to next different cell via tab / Handle Mouse correctly, if Mouse up and other actions are assigned to gutter
git-svn-id: trunk@21211 -
2009-08-12 23:11:23 +00:00
marc
cc05f18a30 * Updated Russian translation by Maxim Ganetsky
git-svn-id: trunk@21210 -
2009-08-12 22:08:40 +00:00
marc
6753f1791c * updated .po files
git-svn-id: trunk@21208 -
2009-08-12 22:00:46 +00:00
mattias
f0811dac55 synedit: workaround for broken compilation in 21184
git-svn-id: trunk@21186 -
2009-08-12 11:33:06 +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
f4fe7d4be2 SynEdit, Mouse-Actions: Fixed an assertion error, when changing actions, issue #14309
git-svn-id: trunk@21164 -
2009-08-10 20:00:47 +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
52cd9eb698 EditorOptions: added color for Gutter-Separator / Hide unsupported Color/Style Features
git-svn-id: trunk@21155 -
2009-08-10 16:07:32 +00:00
martin
60e9b91231 SynEdit: added some conditional debugging
git-svn-id: trunk@21140 -
2009-08-08 22:06:34 +00:00
martin
c6ca3e5e7b SynEdit, Completion: Fixes for the component (nothing changes for IDE). Only the first char was looked-up, because keystrokes where recorded twice (utf8, and plain)
git-svn-id: trunk@21101 -
2009-08-05 00:12:11 +00:00
martin
fa96c149b9 SynEdit, Completion: Fixes for the component (nothing changes for IDE). Close the form after successful completion / replaced old (broken) fansi with CaseSensitive.
git-svn-id: trunk@21100 -
2009-08-04 23:34:19 +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
ada6f9b0a0 SynEdit: Added some tests
git-svn-id: trunk@21066 -
2009-08-01 23:12:06 +00:00
martin
68d8d80a23 SynEdit: Fixed some utf8 issues in smColumn mode blocks
git-svn-id: trunk@21065 -
2009-08-01 23:11:33 +00:00
martin
41133ceb24 SynEdit: Fixed a problem when replacing a smColumn mode block. New text would go in wrong location
git-svn-id: trunk@21064 -
2009-08-01 21:35:17 +00:00
martin
5d8a45e372 SynEdit: Added some tests
git-svn-id: trunk@21063 -
2009-08-01 19:10:21 +00:00
martin
ce18ca1f8d SynEdit: fixed an issue with deleting if past-Eol, padding was sometimes omitted (fixed bug introduced in 21060)
git-svn-id: trunk@21061 -
2009-08-01 18:12:10 +00:00
martin
c008588230 SynEdit: fixed an issue with deleting if past-Eol, padding was sometimes omitted
git-svn-id: trunk@21060 -
2009-08-01 18:01:17 +00:00
martin
3985057ea0 SynEdit: fixed an issue with undo if eoScrollPastEOL and NO-TrimmSpace is set. Padding spaces for text inserted past eol was not undone
git-svn-id: trunk@21058 -
2009-08-01 16:02:05 +00:00
martin
cde1f77fe0 SynEdit: Made Highlighter-Attribute names resource-strings
git-svn-id: trunk@21053 -
2009-08-01 10:48:48 +00:00
martin
0146750d03 SynEdit: Updated tests
git-svn-id: trunk@21039 -
2009-07-31 21:36:50 +00:00
martin
430990d9f1 SynEdit: Fixed smNormal Block-Selectional for Past-EOL. If only one line was selected the Area past EOL was ignored
git-svn-id: trunk@21038 -
2009-07-31 21:35:53 +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
cbddc640dd SynEdit: Added some tests
git-svn-id: trunk@21036 -
2009-07-31 20:58:57 +00:00