Commit Graph

6525 Commits

Author SHA1 Message Date
martin
0148fdb682 Fix code tool jump to error
git-svn-id: trunk@25952 -
2010-06-06 12:30:21 +00:00
mattias
a80a9f0aed IDE: fixed crash, bug #16652
git-svn-id: trunk@25950 -
2010-06-06 11:26:02 +00:00
mattias
0e14f732e0 IDEIntf: added handler IDEClose
git-svn-id: trunk@25944 -
2010-06-06 08:53:06 +00:00
mattias
35234caad3 IDE: fixed typo
git-svn-id: trunk@25930 -
2010-06-05 20:23:48 +00:00
martin
97ce05dff2 Debugger: fix crash during IDE startup
git-svn-id: trunk@25929 -
2010-06-05 18:51:56 +00:00
martin
26e2e7a1ff SourceEditor: Do not try to focus editor in invisible window / issue #16637
git-svn-id: trunk@25915 -
2010-06-05 13:31:21 +00:00
paul
a8458a680e ide: clip strings in the build lazarus dialog - so they can't overlap each-over (issue #0009791)
git-svn-id: trunk@25909 -
2010-06-05 10:31:43 +00:00
martin
2cec83d068 EditorOptions: Added color for [+] fold node
git-svn-id: trunk@25902 -
2010-06-04 21:04:34 +00:00
mattias
570eda3960 IDE: setdirseparator on IDE make targets
git-svn-id: trunk@25898 -
2010-06-04 17:48:17 +00:00
mattias
d7bdeb4d84 IDE: setdirseparator on fpc output
git-svn-id: trunk@25895 -
2010-06-04 15:50:24 +00:00
mattias
4eeeb7d463 IDE: setdirseparator on fpc output
git-svn-id: trunk@25894 -
2010-06-04 15:48:11 +00:00
mattias
cf38d711ab IDE: auto fix pathdelims of make messages
git-svn-id: trunk@25874 -
2010-06-03 21:57:40 +00:00
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
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
martin
4aac61a8ab IDE: better highlightettype detection
git-svn-id: trunk@25863 -
2010-06-03 11:46:05 +00:00
martin
688c276e96 IDE, Options, fix default folded
git-svn-id: trunk@25861 -
2010-06-03 11:11:47 +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
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
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
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
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
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
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
1b77293eb8 EditorOptions: user defined mouse schemes
git-svn-id: trunk@25818 -
2010-06-01 19:20:46 +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
mattias
9e84e4ce20 IDE: improved debugging
git-svn-id: trunk@25808 -
2010-05-31 19:24:36 +00:00
paul
da350323d4 ide: add unicode as the first item for the project version info
git-svn-id: trunk@25795 -
2010-05-31 07:09:32 +00:00
martin
4ab9eaac1b IDE: missing file on last commit
git-svn-id: trunk@25788 -
2010-05-31 00:22:51 +00:00
mattias
35693c3e88 IDE: fpdoceditor: reduced debugging
git-svn-id: trunk@25778 -
2010-05-30 18:02:31 +00:00
mattias
46444dc603 IDE: code explorer reduce idle overhead
git-svn-id: trunk@25776 -
2010-05-30 16:53:28 +00:00
mattias
73ea1f4f18 IDE: code explorer fixed crash
git-svn-id: trunk@25775 -
2010-05-30 16:43:07 +00:00
martin
64ac4380bd EditorOptions: color page layout, small fix (when foreground color invisible)
git-svn-id: trunk@25766 -
2010-05-30 13:24:25 +00:00
martin
92724abfb5 EditorOptions: re-layouted color page
git-svn-id: trunk@25763 -
2010-05-30 11:50:09 +00:00
martin
6c496f0876 EditorOptions: call BeginUpdate, before setting colors
git-svn-id: trunk@25755 -
2010-05-30 00:42:23 +00:00
martin
20c3143f29 EditorOptions: re-layouted color page
git-svn-id: trunk@25752 -
2010-05-29 17:33:41 +00:00
martin
488fd1f726 SourceEditor: Defer handle creation (visibility) at startup
git-svn-id: trunk@25728 -
2010-05-28 12:32:37 +00:00
martin
e5929b9523 IDE, EditorOptions: ColorSchemFactory, reduced calls to XmlConfig
git-svn-id: trunk@25724 -
2010-05-28 00:06:43 +00:00
martin
7b26624558 IDE, EditorOptions: ColorSchemFactory, reduced calls to XmlConfig
git-svn-id: trunk@25722 -
2010-05-27 23:59:13 +00:00
martin
f1d6ce478b IDE, EditorOptions: ColorSchemFactory, slight refactor
git-svn-id: trunk@25721 -
2010-05-27 23:36:25 +00:00
martin
26d72050ce IDE, EditorOptions: ColorSchemFactory, use new methos of TXmlConfig
git-svn-id: trunk@25719 -
2010-05-27 22:50:08 +00:00