martin
688c276e96
IDE, Options, fix default folded
...
git-svn-id: trunk@25861 -
2010-06-03 11:11:47 +00:00
martin
fc8327455c
IDE, Options, fix default folded
...
git-svn-id: trunk@25860 -
2010-06-03 11:11:36 +00:00
paul
f6de16c477
ide: improve BackupFile routing:
...
- Check if file is Locked. If it is so then use CopyFile instead of RenameFile since RenameFiles leaves lock on backup file on windows.
- If RenameFile is failed for some reason then use CopyFile.
git-svn-id: trunk@25859 -
2010-06-03 07:18:39 +00:00
paul
1f9a50c44a
lcl: use THandle instead of integer for the file handles
...
git-svn-id: trunk@25858 -
2010-06-03 07:09:46 +00:00
martin
8ce99dc2a6
IDE, Options, remember fold state of main-tree
...
git-svn-id: trunk@25857 -
2010-06-03 02:26:38 +00:00
martin
b4a1077e27
IDE options, remember last selection
...
git-svn-id: trunk@25856 -
2010-06-03 00:44:59 +00:00
maxim
8f899c7eb0
regenerated translations; updated Russian translation
...
git-svn-id: trunk@25854 -
2010-06-02 23:10:50 +00:00
martin
a5ac940baf
SynEdit: Fix long line hint (was not always updated)
...
git-svn-id: trunk@25853 -
2010-06-02 23:02:54 +00:00
martin
b5ee8bc72b
IDE: better highlightettype detection
...
git-svn-id: trunk@25849 -
2010-06-02 21:49:52 +00:00
martin
207eb21bea
EditorOptions, move color frame to display frame (color is a part of display)
...
git-svn-id: trunk@25848 -
2010-06-02 21:49:18 +00:00
mattias
a15b25d274
codetools: CheckLFM: check types even if parent types was not found
...
git-svn-id: trunk@25847 -
2010-06-02 19:20:22 +00:00
martin
577d90a496
IDE, options: updated help location
...
git-svn-id: trunk@25846 -
2010-06-02 18:49:36 +00:00
mattias
ac28017043
IDE: warn if adding a file twice to project
...
git-svn-id: trunk@25845 -
2010-06-02 17:58:01 +00:00
mattias
8ab26fb242
xmlcfg: fixed reading values of root node
...
git-svn-id: trunk@25844 -
2010-06-02 17:26:00 +00:00
martin
6fef62de1a
SynEdit: updated debugging
...
git-svn-id: trunk@25843 -
2010-06-02 14:29:15 +00:00
zeljko
0fcd32510d
Gtk: fixed compilation
...
git-svn-id: trunk@25842 -
2010-06-02 13:58:31 +00:00
paul
9ec445b97d
ide: reset *retry* result to *ok* if backup file was created after the n-th trial
...
git-svn-id: trunk@25841 -
2010-06-02 13:27:00 +00:00
juha
f622d42123
Converter: cleanup for function FixMainClassAncestor.
...
git-svn-id: trunk@25840 -
2010-06-02 10:31:19 +00:00
juha
bd7f593d03
Converter: minor layout change.
...
git-svn-id: trunk@25839 -
2010-06-02 10:31:10 +00:00
zeljko
11a302cae4
Gtk2: implemented psOwnerDraw for gtk2 statusbar. fixes #16614
...
git-svn-id: trunk@25838 -
2010-06-02 09:46:51 +00:00
blikblum
8450373c5d
lcl: remove workaround to old fpc bug in BeforeDestruction
...
git-svn-id: trunk@25837 -
2010-06-02 09:39:49 +00:00
paul
ef82b1fefd
lcl: fix FileIsSymLink for win32 (although it is not possible to tell whether it is a symlink or a original file)
...
ide: formatting
git-svn-id: trunk@25836 -
2010-06-02 09:39:24 +00:00
juha
4b7f43a42a
Converter: Remove CheckLFM which was copied from stdcodetools.
...
git-svn-id: trunk@25835 -
2010-06-02 08:30:23 +00:00
juha
862ca8e32c
Converter: Added FixMainClassAncestor function. Changes type to a fall-back type.
...
git-svn-id: trunk@25834 -
2010-06-02 08:30:15 +00:00
juha
da875639b2
Converter: ButtonPanel in ConvertSettings.
...
git-svn-id: trunk@25833 -
2010-06-02 08:30:08 +00:00
juha
5f12d632f8
Improve form converter code and refactor to allow more improvements later.
...
git-svn-id: trunk@25832 -
2010-06-02 08:30:00 +00:00
paul
e4ff56d0d1
lcl: fix form destruction
...
- don't call Destroying twice (first time in TCustomForm.BeforeDestruction and the second in the inherited method)
- unconditionally call GlobalNamespace.EndWrite since it can start in 2 places (maybe fixes bug #0016608?)
git-svn-id: trunk@25831 -
2010-06-02 07:06:58 +00:00
mattias
29eb934143
IDE: clean up
...
git-svn-id: trunk@25830 -
2010-06-02 05:22:05 +00:00
martin
8796e31a5a
EditorOptions, Color: fixed tab-order
...
git-svn-id: trunk@25829 -
2010-06-02 01:14:16 +00:00
martin
df10ee07b8
EditorOptions, Color: fixed traversing color tree by keyboard
...
git-svn-id: trunk@25828 -
2010-06-02 01:07:41 +00:00
martin
7d182b6bd5
SourceEditor, EditorOption: Customize handling of long line hints in Identifier completion dropdown
...
git-svn-id: trunk@25827 -
2010-06-01 22:51:43 +00:00
martin
cc05c07cf1
SynCompletion: Customize hint handling for long lines in drop-down window
...
git-svn-id: trunk@25826 -
2010-06-01 22:50:28 +00:00
marc
c334353214
* Updated Lithuanian translation by Valdas Jankūnas
...
git-svn-id: trunk@25825 -
2010-06-01 22:45:09 +00:00
mattias
29b27d13ba
LCL: TWinControl.RemoveControl virtual
...
git-svn-id: trunk@25824 -
2010-06-01 20:30:36 +00:00
mattias
dab1b02763
clean up OldAutoSize
...
git-svn-id: trunk@25823 -
2010-06-01 20:21:32 +00:00
martin
2ec8112e71
SynEdit: Clean up
...
git-svn-id: trunk@25822 -
2010-06-01 20:12:35 +00:00
mattias
87b1307bcf
IDE: fixed updating unit paths on package version change
...
git-svn-id: trunk@25821 -
2010-06-01 20:03:47 +00:00
jesus
3ea8aa8792
LCL, fix dbgrid column readonly property
...
git-svn-id: trunk@25820 -
2010-06-01 19:50:21 +00:00
mattias
d23bee7225
xmlcfg: invalidate path cache on deleting nodes
...
git-svn-id: trunk@25819 -
2010-06-01 19:34:24 +00:00
martin
1b77293eb8
EditorOptions: user defined mouse schemes
...
git-svn-id: trunk@25818 -
2010-06-01 19:20:46 +00:00
mattias
9e6de7a287
xmlcfg: fixed DeletePath
...
git-svn-id: trunk@25817 -
2010-06-01 17:14:55 +00:00
zeljko
2a52b833dc
Qt: implemented psOwnerDraw for TQtStatusBar panels.
...
git-svn-id: trunk@25816 -
2010-06-01 16:53:42 +00:00
mattias
8de24d2ca4
LCL: TSplitter: protected SetResizeAnchor
...
git-svn-id: trunk@25815 -
2010-06-01 16:42:58 +00:00
zeljko
c640156c1a
Qt: do not immediate create handles if we are under qt-4.5.XX otherwise forms aren't painted properly due to Qt bug.
...
git-svn-id: trunk@25814 -
2010-06-01 12:02:36 +00:00
sekelsenmat
987771a01f
Implements changing top-level menu caption under WinCE for atKeyPadDevice
...
git-svn-id: trunk@25813 -
2010-06-01 07:48:53 +00:00
martin
d8eb7e42ca
SourceEditor: removed debugln
...
git-svn-id: trunk@25812 -
2010-06-01 02:13:30 +00:00
martin
509ece6c49
EditorOptions, refactor mouse load/save
...
git-svn-id: trunk@25811 -
2010-05-31 23:59:25 +00:00
sekelsenmat
9682e60eea
Implements changing the menu caption of a top-level phone menu. Fixes bug #14973
...
git-svn-id: trunk@25810 -
2010-05-31 21:34:10 +00:00
mattias
5ef52a7806
LCL: do not autosize a root frame at designtime
...
git-svn-id: trunk@25809 -
2010-05-31 20:27:16 +00:00
mattias
9e84e4ce20
IDE: improved debugging
...
git-svn-id: trunk@25808 -
2010-05-31 19:24:36 +00:00