Commit Graph

25590 Commits

Author SHA1 Message Date
martin
73aae1143d SourceEditor: don't paint 2nd breakpoint on executionline (if no linenumber gutter visible)
git-svn-id: trunk@25870 -
2010-06-03 17:46:14 +00:00
mattias
588c1c85ab IDE: File new / ok without selection: do not close dialog
git-svn-id: trunk@25869 -
2010-06-03 17:16:23 +00:00
sekelsenmat
ee1218030f Fixes WinCE ComboBox styles
git-svn-id: trunk@25868 -
2010-06-03 17:16:21 +00:00
martin
98c6019a1f fix/improve contrast detection Colorscheme / issue #16628
git-svn-id: trunk@25867 -
2010-06-03 16:23:32 +00:00
martin
aac881b08d EditorOptions, prevent crash, if user-scheme is missing
git-svn-id: trunk@25866 -
2010-06-03 15:49:11 +00:00
martin
e2f0a958ac Fix Colorscheme issue / issue #16628
git-svn-id: trunk@25865 -
2010-06-03 15:26:52 +00:00
juha
991452e4a2 Save settings to ConfigStorage. Improved FixMainClassAncestor.
git-svn-id: trunk@25864 -
2010-06-03 12:59:50 +00:00
martin
4aac61a8ab IDE: better highlightettype detection
git-svn-id: trunk@25863 -
2010-06-03 11:46:05 +00:00
martin
3784648e7d SynEdit: Fixed missing update of Scrollbars (IDE disk-diff-dialog)
git-svn-id: trunk@25862 -
2010-06-03 11:44:34 +00:00
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