martin
|
40ef04413d
|
Fixed dropdown, predefined values only
git-svn-id: trunk@18243 -
|
2009-01-10 21:38:31 +00:00 |
|
martin
|
28eaceccd2
|
SynEdit: Improved cursor-left, with the new auto-indent "position only"
git-svn-id: trunk@18242 -
|
2009-01-10 21:27:18 +00:00 |
|
martin
|
585bbf6ef1
|
SynEdit, Auto-Indent: Implement indent types
git-svn-id: trunk@18241 -
|
2009-01-10 21:11:37 +00:00 |
|
martin
|
0ba3d5877c
|
SynEdit: Refactor, move all indent code into beautifier.
git-svn-id: trunk@18240 -
|
2009-01-10 18:28:58 +00:00 |
|
sekelsenmat
|
8d7d304d4c
|
Patch from Yury Sidorov. Adds native ballonhint to trayicon in win32/64
git-svn-id: trunk@18239 -
|
2009-01-10 18:12:28 +00:00 |
|
zeljko
|
9d4efb4e83
|
Qt: cleanup
git-svn-id: trunk@18238 -
|
2009-01-10 15:53:02 +00:00 |
|
kirkpatc
|
635c5b1194
|
Some corrections to ComCtrls.xml
git-svn-id: trunk@18237 -
|
2009-01-10 15:23:43 +00:00 |
|
paul
|
5627b19a33
|
ide: rename back 'syntax highlight' to 'colors' since colors is a more true name for this options set
git-svn-id: trunk@18236 -
|
2009-01-10 14:24:32 +00:00 |
|
martin
|
c71c1bdf06
|
SynEdit: Change default for Gutter.AutoSize to True (Bug #12962)
git-svn-id: trunk@18235 -
|
2009-01-10 14:00:18 +00:00 |
|
martin
|
93d0033585
|
Options: Fixed description for Smart-End-Key (revision 18215 #2f7de3e7d3)
git-svn-id: trunk@18234 -
|
2009-01-10 13:29:51 +00:00 |
|
paul
|
f7eda562c6
|
win32: rewrite focusing while pages switching (bug #0012959)
git-svn-id: trunk@18233 -
|
2009-01-10 12:55:04 +00:00 |
|
kirkpatc
|
11f5a2759a
|
FPDoc - some corrections to ComCtrls.xml
git-svn-id: trunk@18232 -
|
2009-01-10 12:22:58 +00:00 |
|
martin
|
fc746d62ba
|
SynEdit: TrimSpaces would mark the editor as modified. They also could add an "undo last caret move" (Bug #12949)
git-svn-id: trunk@18231 -
|
2009-01-10 02:21:08 +00:00 |
|
paul
|
5612e34a33
|
win32, qt: fix retrieving correct imageindex for page (bug #0012029)
git-svn-id: trunk@18230 -
|
2009-01-09 20:02:30 +00:00 |
|
paul
|
5df806377b
|
formatting
git-svn-id: trunk@18229 -
|
2009-01-09 19:37:13 +00:00 |
|
paul
|
ed1bf45b79
|
ide: include jcf into IDE by default
git-svn-id: trunk@18228 -
|
2009-01-09 18:14:39 +00:00 |
|
paul
|
326ab3f248
|
gtk2: fix button focusing (bug #0012705)
git-svn-id: trunk@18227 -
|
2009-01-09 17:48:56 +00:00 |
|
paul
|
e70dbcf2b1
|
designer: don't skip controls with TabStop=False when writing TabOrder. Such controls can have another controls and skipping them can break desired order.
git-svn-id: trunk@18226 -
|
2009-01-09 17:35:02 +00:00 |
|
paul
|
84b988a827
|
lcl: apply patch for issue "DBEdit does not update the dataset" by Bart Broersma (mantis #0012938)
git-svn-id: trunk@18225 -
|
2009-01-09 17:21:16 +00:00 |
|
jesus
|
530feb4ea2
|
IDE, added dbgrid columns component editor at design time, from Leslie Kaye, issue #12941
git-svn-id: trunk@18224 -
|
2009-01-09 17:00:13 +00:00 |
|
jesus
|
3a48aa228b
|
LCL, grids, fix app freeze (windows) when stringeditor is focused and grid handle is being destroyed
git-svn-id: trunk@18223 -
|
2009-01-09 16:53:43 +00:00 |
|
kirkpatc
|
d77400a729
|
FPDoc - several updates, additions and links for TextStrings.xml; minor changes to Themes .xml
git-svn-id: trunk@18222 -
|
2009-01-09 14:51:45 +00:00 |
|
martin
|
eae600b56a
|
SynEdit, adjust block begin, if line got trimmed, and not eoScrollPastEOL
git-svn-id: trunk@18221 -
|
2009-01-09 01:10:17 +00:00 |
|
martin
|
ef8462c9fc
|
SynEdit: Fix Bug #12944 (Trimming Spaces would prevent selecting a block)
git-svn-id: trunk@18220 -
|
2009-01-09 00:34:16 +00:00 |
|
martin
|
55bb461186
|
SynEdit: Fix bug #11535 (block painted to far past EOL)
git-svn-id: trunk@18219 -
|
2009-01-09 00:21:13 +00:00 |
|
martin
|
a38e378eb6
|
SynEdit, Markup-word: Fixed slow reaction to deselected block
git-svn-id: trunk@18218 -
|
2009-01-08 23:37:46 +00:00 |
|
marc
|
1fbe62ce7f
|
* Missing custom align events
git-svn-id: trunk@18217 -
|
2009-01-08 23:22:24 +00:00 |
|
martin
|
31438d74a3
|
SynEdit: Undo/Redo with trailing spaces
git-svn-id: trunk@18216 -
|
2009-01-08 23:01:57 +00:00 |
|
martin
|
2f7de3e7d3
|
SynEdit: implemented "End jumps to nearest start" and end key toggles between visible and real line end / end-key now behaves like home-key (just on the end of line).
git-svn-id: trunk@18215 -
|
2009-01-08 19:45:08 +00:00 |
|
paul
|
3939054ef3
|
win32: create page handle when it is added to the pagecontrol (solves bug #0012434)
git-svn-id: trunk@18214 -
|
2009-01-08 18:42:49 +00:00 |
|
paul
|
69bd358a27
|
win32: set focus on first focusable control or on page itself if no such control on pagecontrol page change (bug #0012692)
git-svn-id: trunk@18213 -
|
2009-01-08 18:06:52 +00:00 |
|
paul
|
2d45ac454b
|
lcl: apply Bart Broesma patch for issue "Is not possible to set the cursor position in a maskedit using the mouse" (bug #0012939)
git-svn-id: trunk@18212 -
|
2009-01-08 17:20:37 +00:00 |
|
kirkpatc
|
419adc5764
|
FPDoc - extensive updates, additions and links in stdactns.xml
git-svn-id: trunk@18211 -
|
2009-01-08 14:40:31 +00:00 |
|
paul
|
4e3871cdb2
|
lcl: force TBitbtn to have NumGlyphs = 1 after creation since it is default value, + misc formatting
git-svn-id: trunk@18210 -
|
2009-01-08 13:36:47 +00:00 |
|
paul
|
062984cd61
|
synedit: eat special keys in the completion IntfUTF8KeyPress as it is happen in the ansi KeyPress handler (part of bug #0012222)
git-svn-id: trunk@18209 -
|
2009-01-08 12:51:38 +00:00 |
|
paul
|
d2cfcc3186
|
synedit, ide: fix sourcecompletion on windows after deactivate (part of bug #0012222)
git-svn-id: trunk@18208 -
|
2009-01-08 12:34:19 +00:00 |
|
kirkpatc
|
3d1d0e8d31
|
FPDoc - correcting some minor errors and omissions in actnlist.xml, calendar.xml, grids.xml, maskedit.xml, menus.xml, rubberband.xml
git-svn-id: trunk@18207 -
|
2009-01-08 12:12:26 +00:00 |
|
mattias
|
2f13da5b12
|
IDE: word completion: fixed getting prefix with lines with tabs
git-svn-id: trunk@18206 -
|
2009-01-08 08:59:51 +00:00 |
|
jesus
|
0915feea3c
|
LCL, Add const keyword for setters of DataField property of in DbCtrls, from Luiz Americo, issue #12932
git-svn-id: trunk@18205 -
|
2009-01-08 05:10:28 +00:00 |
|
paul
|
92968b1868
|
lcl: fix bevel repaint (bug #0012516)
git-svn-id: trunk@18204 -
|
2009-01-08 05:06:53 +00:00 |
|
marc
|
fd3ab04151
|
+ Added missing custom align methods (VCL compatebility)
git-svn-id: trunk@18203 -
|
2009-01-08 00:43:38 +00:00 |
|
martin
|
df21d7be95
|
SynEdit: Auto-Indent (if spaces after caret) could indent to much
git-svn-id: trunk@18202 -
|
2009-01-07 23:33:04 +00:00 |
|
vincents
|
d3d5342fe6
|
updated po file, new order generated by updatepofiles.
git-svn-id: trunk@18201 -
|
2009-01-07 22:44:52 +00:00 |
|
vincents
|
7c460a7da6
|
updated po file, new order generated by updatepofiles.
git-svn-id: trunk@18200 -
|
2009-01-07 22:28:50 +00:00 |
|
vincents
|
2ecfe15a5a
|
synedit: use Node Offset of folding node = 1, so that the box does not get too small for small fonts without extra line spacing, hint from Martin Friebe
git-svn-id: trunk@18199 -
|
2009-01-07 22:03:03 +00:00 |
|
martin
|
3daee56246
|
SynEdit: More consistency. Accessing the text from outside will never trim spaces (on set) or see trailing spaces (on get). Up to now sometimes it would, sometimes not. Fixing SourceEditor (Begin/EndUpdate around Assign)
git-svn-id: trunk@18198 -
|
2009-01-07 21:44:43 +00:00 |
|
paul
|
83485fbc51
|
synedit: change drawing of [...] folded char a bit
git-svn-id: trunk@18197 -
|
2009-01-07 19:24:09 +00:00 |
|
martin
|
c0109e8c01
|
Fix RangeCheck, introduced in rev 18190 #12e937579c
git-svn-id: trunk@18196 -
|
2009-01-07 18:54:51 +00:00 |
|
mattias
|
c12eb5cec6
|
IDE: completion: stop ghost calls to ccComplete if no completion active
git-svn-id: trunk@18195 -
|
2009-01-07 18:36:50 +00:00 |
|
paul
|
2059383fbd
|
lcl: fix typo
git-svn-id: trunk@18194 -
|
2009-01-07 18:04:12 +00:00 |
|