mattias
2fae0d3819
implemented IDE command ecSetFreeBookmark
...
git-svn-id: trunk@7579 -
2005-08-27 13:57:47 +00:00
mattias
e063082bb7
fixed deactivating word/identifier completion box on loosing focus
...
git-svn-id: trunk@7578 -
2005-08-27 13:41:09 +00:00
mattias
7d6ed9e626
added resourcestrings for property editor of TMaskEdit
...
git-svn-id: trunk@7577 -
2005-08-27 13:05:37 +00:00
mattias
7bccdc9896
added TMaskEdit.EditMask property editor from Lagunov Aleksey
...
git-svn-id: trunk@7576 -
2005-08-27 12:55:55 +00:00
mattias
76f6b894c2
added TMaskEdit.Mask property editor from Alex
...
git-svn-id: trunk@7575 -
2005-08-27 11:48:22 +00:00
vincents
b4888ec10e
removed $IFDEF HASWIDESTRING en HASCURRENCY, because after 2.0.0 they are not defined anymore
...
git-svn-id: trunk@7574 -
2005-08-26 06:55:40 +00:00
mattias
9a240dd36a
fixed *not* converting widestrings to ansistrings in converting lfm streams
...
git-svn-id: trunk@7573 -
2005-08-26 00:05:13 +00:00
mattias
3ede56bfce
implemented goto next/previous bookmark keymapping
...
git-svn-id: trunk@7572 -
2005-08-25 22:21:11 +00:00
mattias
fc534906c2
implemented goto next/previous bookmark menu items
...
git-svn-id: trunk@7571 -
2005-08-25 21:53:55 +00:00
mattias
401d21c00f
implemented goto next/previous bookmark
...
git-svn-id: trunk@7570 -
2005-08-25 21:48:07 +00:00
vincents
bd65ed9642
added win32 widesrting functions for fpc 2.0.0
...
git-svn-id: trunk@7569 -
2005-08-25 20:33:31 +00:00
mattias
bca60bcb66
fixed Idle handler when no unit is open
...
git-svn-id: trunk@7568 -
2005-08-25 18:21:27 +00:00
mattias
577379f6ec
fixed underscore in word/identifier completion
...
git-svn-id: trunk@7567 -
2005-08-25 17:40:43 +00:00
mattias
1f63c9f2f7
identifier completion now shows enums
...
git-svn-id: trunk@7566 -
2005-08-24 23:38:01 +00:00
mattias
0c8bf07ec3
started showing code context
...
git-svn-id: trunk@7565 -
2005-08-24 22:48:12 +00:00
vincents
4cc22e9844
csCreating is a ControlState
...
git-svn-id: trunk@7564 -
2005-08-24 22:35:38 +00:00
micha
3fc488b817
prevent ignoring wrong character (bug #1113 )
...
git-svn-id: trunk@7563 -
2005-08-24 21:10:27 +00:00
mattias
18a6999481
fixed checking dangling events on empty units
...
git-svn-id: trunk@7562 -
2005-08-24 18:54:09 +00:00
mattias
a6441b5840
implemented allowing resizing of TSynCompletionForm
...
git-svn-id: trunk@7561 -
2005-08-24 18:10:00 +00:00
mattias
da60edbfea
fixed translations for multi lines, fixed converting UTF8 to local charset under linux fpc 2.0
...
git-svn-id: trunk@7560 -
2005-08-24 17:17:59 +00:00
vincents
e4255e575c
added scripts for snapshot rpm building
...
git-svn-id: trunk@7559 -
2005-08-23 13:50:50 +00:00
vincents
a3472dac78
added template rpm specs for snapshot rpm building, adapted from examples from Joost
...
git-svn-id: trunk@7558 -
2005-08-23 13:49:03 +00:00
micha
87292a147f
fix line ending: DIBs are dword, but CreateBitmap wants word-aligned
...
git-svn-id: trunk@7557 -
2005-08-23 13:30:17 +00:00
micha
18024f42bd
bitmap lines are aligned to dword boundaries (hint by MG)
...
git-svn-id: trunk@7556 -
2005-08-23 09:42:24 +00:00
mattias
bb8f7429bc
optimized copying to memorystreams
...
git-svn-id: trunk@7555 -
2005-08-23 09:19:39 +00:00
mattias
49bbb18e35
TBitmap with transparent pixels now saves in xpm format
...
git-svn-id: trunk@7554 -
2005-08-22 23:24:26 +00:00
micha
7fc9aa2035
use keydown instead of keyup to catch key: prevents "ding" sound in windows
...
git-svn-id: trunk@7553 -
2005-08-22 22:30:36 +00:00
micha
0a5eb91be8
make LCL set result to 1 for handled keys
...
git-svn-id: trunk@7552 -
2005-08-22 22:30:01 +00:00
micha
50c8ea3af8
fix Result var: initialize Result to something useful if we want to check it
...
git-svn-id: trunk@7551 -
2005-08-22 21:56:10 +00:00
mattias
482af03b03
implemented enabling/disabling Toggle Unit/Form speedbutton when activating designer form
...
git-svn-id: trunk@7550 -
2005-08-22 20:50:01 +00:00
mattias
33235b94e5
implemented word/identifier completion on pressing non alphanumeric char
...
git-svn-id: trunk@7549 -
2005-08-22 20:29:45 +00:00
mattias
a42d9d1c41
implemented unmodify for designer default form bounds
...
git-svn-id: trunk@7548 -
2005-08-22 20:01:08 +00:00
mattias
302e31ba58
implemented check if designer form mmoved
...
git-svn-id: trunk@7547 -
2005-08-22 19:48:36 +00:00
mattias
862a04296b
added TComboBox.ReadOnly - only partially working under gtk1
...
git-svn-id: trunk@7546 -
2005-08-22 19:02:06 +00:00
mattias
e053f1f051
fixed designer selection in datamdule
...
git-svn-id: trunk@7545 -
2005-08-22 18:29:47 +00:00
micha
c4a65fbb5f
fix typo, check appropriate message, lmkey for keys
...
git-svn-id: trunk@7544 -
2005-08-22 15:27:32 +00:00
micha
91d33a67f4
fixed: do not call KeyPress handling for alt-<x> keys (CN_SYSCHAR, WM_SYSCHAR)
...
fixed: handle tab when pressing the key, not when releasing it (seems platform independent)
fixed: remove tab handling in combobox
fixed: move dialogchar handling to pre-interface, so that widgetset can "ding" when key was not handled
git-svn-id: trunk@7543 -
2005-08-22 12:49:55 +00:00
vincents
924eb93413
removed cvs logs
...
git-svn-id: trunk@7542 -
2005-08-22 12:36:48 +00:00
vincents
a0311c2cba
removed cvs logs
...
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
vincents
7ecd5dbcf0
remove ===-lines in cvs log comments, so removelog awk script does its work correctly
...
git-svn-id: trunk@7540 -
2005-08-22 11:51:25 +00:00
mattias
4b77b6b726
fixed synedit: assigning text with #0 , TSynPasSyn and TSynPHPSyn for #0 , added PHP highlighter to IDE
...
git-svn-id: trunk@7539 -
2005-08-22 11:08:59 +00:00
vincents
7e441f98c9
remove ===-lines in cvs log comments, so removelog awk script does its work correctly
...
git-svn-id: trunk@7538 -
2005-08-22 10:05:31 +00:00
mattias
70d2949737
fixed IsCharAlphaNumeric to test for numbers too
...
git-svn-id: trunk@7537 -
2005-08-22 00:24:43 +00:00
mattias
16bf8eb0b8
fixed synedit undo for middle button inserting primary selection
...
git-svn-id: trunk@7536 -
2005-08-21 23:15:36 +00:00
mattias
c2b3055202
resourcestrings for publish project/package dlg
...
git-svn-id: trunk@7535 -
2005-08-21 22:29:01 +00:00
mattias
3152027241
resourcestrings for clean dir dialog result
...
git-svn-id: trunk@7534 -
2005-08-21 21:32:53 +00:00
mattias
7f03be49b1
improved sortseletiondialog for big fonts
...
git-svn-id: trunk@7533 -
2005-08-21 21:30:18 +00:00
mattias
b597a5b6be
added resourcestring for Open %s
...
git-svn-id: trunk@7532 -
2005-08-21 21:24:52 +00:00
mattias
3f2768d72c
updated finnish translation from Seppo
...
git-svn-id: trunk@7531 -
2005-08-21 21:19:50 +00:00
mattias
1d9930b170
updated translation
...
git-svn-id: trunk@7530 -
2005-08-21 09:18:58 +00:00