juha
f38190794b
Formatting: joined lines where only ');' was split to its own line, in procedure defs.
...
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
juha
4e6e7a17b8
LCL: rename Menus.Shortcut function back to its Delphi compatible name.
...
git-svn-id: trunk@29859 -
2011-03-15 18:16:38 +00:00
juha
4e95f6a390
LCL: Show menu shortcuts also when they are sequencial keys combinations (like Ctrl+Q, B)
...
git-svn-id: trunk@29853 -
2011-03-15 14:05:55 +00:00
juha
0928ead547
LCL: Changed function ColorToRGB's return value to TColorRef. Many related changes around the code.
...
git-svn-id: trunk@29734 -
2011-03-06 12:45:59 +00:00
mattias
b88c6577a4
synedit: fixed synregexpr 64bit
...
git-svn-id: trunk@29717 -
2011-03-03 12:46:22 +00:00
paul
e91ed950f3
synedit: fix TColor -> TColorRef assignments and vice versa
...
git-svn-id: trunk@29714 -
2011-03-03 08:35:33 +00:00
paul
32f21a5927
synedit: fix compilation
...
git-svn-id: trunk@29695 -
2011-03-01 04:45:38 +00:00
marc
c8f3c56e61
+ added missing Italian translation. Patch by Sandro Cumerlato
...
git-svn-id: trunk@29656 -
2011-02-23 00:39:05 +00:00
mattias
0e109ea1e1
fixed typos: usefull
...
git-svn-id: trunk@29446 -
2011-02-10 09:43:23 +00:00
mattias
cfd767ecf2
fixed typos: commited
...
git-svn-id: trunk@29442 -
2011-02-10 09:38:08 +00:00
mattias
78a626bf15
fixed typos: chnage
...
git-svn-id: trunk@29441 -
2011-02-10 09:37:44 +00:00
mattias
0c89e90faf
synedit: give hint window a name for debugging
...
git-svn-id: trunk@29339 -
2011-02-02 22:05:50 +00:00
paul
bfe85e683f
ide, synedit, lcl: don't construct resourceless forms using Create constructor - use CreateNew instead
...
git-svn-id: trunk@29261 -
2011-01-31 03:38:11 +00:00
maxim
d7d15d1dcb
Translations: added Portuguese translation stub, based on Brazilian Portuguese
...
git-svn-id: trunk@29259 -
2011-01-30 17:39:09 +00:00
maxim
9972d532ea
Translations: changed Brazilian Portuguese language code according to ISO/IANA language and region codes
...
git-svn-id: trunk@29245 -
2011-01-29 12:23:02 +00:00
martin
1cb4963ee6
SynEdit: Pas-Highlighter, improved final keyword
...
git-svn-id: trunk@29141 -
2011-01-20 15:18:02 +00:00
martin
d9b3de392f
SynEdit: Pas-Highlighter, deprecated after class
...
git-svn-id: trunk@29140 -
2011-01-20 13:57:13 +00:00
martin
5efeb35240
SynEdit: LenghtOfLongestLine. Slightly improve r28830 #ceb5f99b6a
...
git-svn-id: trunk@29067 -
2011-01-17 11:11:34 +00:00
paul
7197a70a51
synedit: register TSynEdit (patch of AlexS)
...
git-svn-id: trunk@29028 -
2011-01-15 11:01:03 +00:00
mattias
7dd7be48a7
synedit: fixed case of name
...
git-svn-id: trunk@29000 -
2011-01-13 17:17:19 +00:00
mattias
744159214c
synedit: made a normal package
...
git-svn-id: trunk@28999 -
2011-01-13 17:15:48 +00:00
martin
fff1e9d51a
SynEdit: Added debug-info (IFDEFed)
...
git-svn-id: trunk@28964 -
2011-01-11 21:02:45 +00:00
martin
60ec5e108d
SynEdit: Fixed restoring fold-state from session. Issue #0018446
...
git-svn-id: trunk@28963 -
2011-01-11 21:01:09 +00:00
martin
3c87ebe10d
SynEdit: Fix a drawing bug, if a framed word is partly invalidated.
...
git-svn-id: trunk@28923 -
2011-01-09 14:49:24 +00:00
mattias
8bd4b85521
synedit: clean up
...
git-svn-id: trunk@28884 -
2011-01-06 17:27:22 +00:00
mattias
e2a2b1c57f
IDE: code templates: auto indent and option to disable it for each template, bug #17632
...
git-svn-id: trunk@28876 -
2011-01-06 17:14:35 +00:00
vincents
ceb5f99b6a
synedit: don't use LINE_LEN_UNKNOWN as actual line length in LengthOfLongestLine, fixes issue #17174
...
git-svn-id: trunk@28830 -
2010-12-28 15:50:56 +00:00
martin
caad22e1db
SynEdit: unregister callback on destruction of markup-object
...
git-svn-id: trunk@28794 -
2010-12-20 21:12:04 +00:00
martin
cdb10f937d
SynEdit: improved bat, ini highlighter by VRODE
...
git-svn-id: trunk@28770 -
2010-12-19 19:02:56 +00:00
vincents
dcbf5c2171
synedit: fixed Makefile for all targets (issue #18252 )
...
git-svn-id: trunk@28757 -
2010-12-18 08:50:29 +00:00
martin
76bc17ce8d
SynEdit: removed windoows reference
...
git-svn-id: trunk@28751 -
2010-12-18 00:21:27 +00:00
martin
5ab4f20fcc
SynEdit: Pas Highlighter extended for new records with methods
...
git-svn-id: trunk@28750 -
2010-12-17 23:22:42 +00:00
martin
527962ef04
Synedit. issue 18320SynEdit: add ini, bat highlighter, (forgot the main files)
...
git-svn-id: trunk@28749 -
2010-12-17 22:56:31 +00:00
martin
2c8aec58e4
SynEdit: add ini, bat highlighter, thanks to vrode for converting from orig synedit. issue #18320
...
git-svn-id: trunk@28745 -
2010-12-17 19:49:06 +00:00
paul
bf754531b7
revert r28741 #34d7d7e235 because it breaks loading of saved fold info
...
git-svn-id: trunk@28742 -
2010-12-17 16:27:33 +00:00
paul
34d7d7e235
synedit:
...
- don't distinct between class/object and record because records can have sections and methods now. remove cfbtRecord enumeration member
ide: remove code related to cfbtRecord
git-svn-id: trunk@28741 -
2010-12-17 09:30:58 +00:00
martin
801686ce3e
SynEdit: Fix scrolling to correct pos after undo. issue #0018228
...
git-svn-id: trunk@28738 -
2010-12-17 03:48:27 +00:00
martin
7f2ff17b32
SynEdit: Fixed a crash in SyncroEdit. If previous syncro was aborted, while new selection existed and overlapped with syncro-area, and then new selection was reduced in size
...
git-svn-id: trunk@28733 -
2010-12-16 22:52:18 +00:00
martin
e64dc6c401
SynEdit: partly fix Caret move back to undo pos (if CaretAlwaysVisible is on) issue #18228
...
git-svn-id: trunk@28726 -
2010-12-16 04:51:22 +00:00
martin
4b168f8fd6
SynEdit: Reduced overhead in Resize
...
git-svn-id: trunk@28675 -
2010-12-10 23:25:56 +00:00
martin
4fc047c0aa
SynEdit: Fix incorrect calculation of chars fitting in display (causing scrollbar issues)
...
git-svn-id: trunk@28674 -
2010-12-10 21:49:56 +00:00
mattias
ddaaeb59b8
synedit: clean up
...
git-svn-id: trunk@28651 -
2010-12-08 20:57:07 +00:00
martin
512bbdeb86
SynEdit: doc for BeginUpdate
...
git-svn-id: trunk@28611 -
2010-12-03 15:49:09 +00:00
martin
6b5a0784e7
SynEdit: prevent painting during paintlock. Issue #0018105 , #0018090
...
git-svn-id: trunk@28608 -
2010-12-03 13:34:52 +00:00
martin
ba8f8d4e90
SynEdit, SourceEdtior: Decouple UndoBlock from UpdateBlock
...
git-svn-id: trunk@28602 -
2010-12-03 02:10:35 +00:00
martin
d1792391e0
SynEdit: Fix updating (book-)mark position on edit, after other shared editor was closed. incl Testcase
...
git-svn-id: trunk@28601 -
2010-12-02 23:39:48 +00:00
martin
2cae5e44c8
SynEdit: Fix hidden caret at pos=1, if gutter invisible. Issue #0018134
...
git-svn-id: trunk@28600 -
2010-12-02 13:51:32 +00:00
martin
74e9ccac95
SynEdit: added missing nil check
...
git-svn-id: trunk@28559 -
2010-11-29 23:56:34 +00:00
martin
bdff583eba
SynEdit: Temporarily allow painting during paintlock (the lesser of two evils)
...
git-svn-id: trunk@28534 -
2010-11-28 13:46:49 +00:00
martin
693dd76264
SynCompletion: Removed gtk workaround, since issue #0017774 is fixed
...
git-svn-id: trunk@28461 -
2010-11-24 15:22:15 +00:00