Commit Graph

9150 Commits

Author SHA1 Message Date
juha
73933e18a0 IDE, initial setup dlg: replace non-thread-safe stuff, RegExpr -> ValueOfKey func, non-cached file funcs
git-svn-id: trunk@39305 -
2012-11-19 01:14:15 +00:00
juha
49943df153 IDE, initial setup dlg: Use depth first strategy for searching
git-svn-id: trunk@39304 -
2012-11-19 01:14:09 +00:00
juha
d38f2da57d Revert "IDE: Build mode dialog revamp". Commit by mistake
git-svn-id: trunk@39303 -
2012-11-18 16:07:03 +00:00
juha
9f051d112c Fix compilation of LazBuild
git-svn-id: trunk@39302 -
2012-11-18 16:03:57 +00:00
juha
0951479289 IDE: Build mode dialog revamp
git-svn-id: trunk@39301 -
2012-11-18 16:03:52 +00:00
juha
f1d553753a IDE, initial setup dlg: use a thread to search for FPC sources, refactoring
git-svn-id: trunk@39299 -
2012-11-18 11:41:50 +00:00
juha
9f7d751934 IDE, initial setup dlg: add OK text also when "make" command is ok.
git-svn-id: trunk@39298 -
2012-11-18 11:41:45 +00:00
mattias
f5c07f66be IDE: rename identifier: stop on invalid identifier
git-svn-id: trunk@39295 -
2012-11-18 08:15:34 +00:00
juha
773c2fe670 IDE, Build Lazarus dialog. Cleanup
git-svn-id: trunk@39293 -
2012-11-17 10:02:48 +00:00
juha
7b14876476 IDE: in Build Lazarus dialog, relocate "Edit Defines" button to be nearer the "Defines" list
git-svn-id: trunk@39292 -
2012-11-17 10:02:43 +00:00
mattias
d291bcedbd IDE: initial setup dlg: invalidate file state cache when user comes back from another application
git-svn-id: trunk@39291 -
2012-11-17 09:45:41 +00:00
martin
a99a932801 DBG: Fix updating Inspect dialog, if triggered via source-editor (pop-up menu)
git-svn-id: trunk@39290 -
2012-11-16 15:43:16 +00:00
martin
a66522e83b SourceEditor: Fixed crash when closing last tab (via ctrl F4) while code-completion was active. Issue #0023317
git-svn-id: trunk@39282 -
2012-11-15 15:33:36 +00:00
martin
1652a45a33 SourceEditor: Fix asking "Save file", if only 1 tab is open in 2ndary window. Issue #0023312
git-svn-id: trunk@39276 -
2012-11-13 10:18:56 +00:00
juha
c5c1a65852 IDE: BuildModes manager continued
git-svn-id: trunk@39273 -
2012-11-11 09:23:52 +00:00
juha
e4a4d8582a IDE: Move Build Mode Management to its own form
git-svn-id: trunk@39272 -
2012-11-10 22:45:15 +00:00
juha
ef65901375 IDE: formatting
git-svn-id: trunk@39271 -
2012-11-10 22:44:59 +00:00
juha
f6ffdc0b7a IDE: rename IDEOptionsDialog.OnLoadIDEOptions and OnSaveIDEOptions to make the code easier to follow.
git-svn-id: trunk@39270 -
2012-11-10 22:44:54 +00:00
juha
4edee9917b New form for Build Mode Management
git-svn-id: trunk@39269 -
2012-11-10 22:35:02 +00:00
mattias
26aa11a8da IDE: moved multithreaded lpk scanner to a unit of its own
git-svn-id: trunk@39249 -
2012-11-06 12:25:01 +00:00
juha
92f88a8066 Add missing files of issue #19837
git-svn-id: trunk@39247 -
2012-11-05 19:49:46 +00:00
juha
cea28ef8e9 IDE: Improve Heaptrc output. Issue #19837, patch from Cyrax
git-svn-id: trunk@39245 -
2012-11-05 09:11:14 +00:00
juha
e37f37dd77 Project: fix an undefined return value
git-svn-id: trunk@39244 -
2012-11-05 09:11:01 +00:00
juha
37a90f1c94 IDE: Ask user to continue search from the beginning if no matches were found. Issue #23228
git-svn-id: trunk@39237 -
2012-11-02 22:31:01 +00:00
juha
3731f23757 IDE: formatting
git-svn-id: trunk@39212 -
2012-10-31 21:29:18 +00:00
juha
09ca4df1ec IDE: Simplify UpdateWindowMenu. Remove (now useless) delayed functionality.
git-svn-id: trunk@39172 -
2012-10-27 17:04:05 +00:00
juha
856fe390f2 IDE: remove some redundant UpdateWindowMenu calls. It is called when Window menu opens.
git-svn-id: trunk@39171 -
2012-10-27 16:36:16 +00:00
juha
8ff4d4ec3e IDE: Make SortAlphabetically=True by default in Project Inspector. Issue #22609
git-svn-id: trunk@39145 -
2012-10-20 08:31:20 +00:00
martin
70d1556197 SourceEditor: Use selection as default search only if caret is in/at selection (persistent selection)
git-svn-id: trunk@39101 -
2012-10-16 11:51:25 +00:00
juha
b5b8a10263 SynEdit: formatting
git-svn-id: trunk@39092 -
2012-10-15 16:41:10 +00:00
juha
ec95f00f98 IDE: prevent crash when Object Inspector is not assigned and project is compiled. Caused by r39082 #3b90468c10
git-svn-id: trunk@39091 -
2012-10-15 11:16:50 +00:00
juha
22c9f39a9c Designer: formatting
git-svn-id: trunk@39089 -
2012-10-15 10:42:04 +00:00
juha
3570c3b2ff Designer: Save properties in OI also when the selected control is clicked again. Issue #23048
git-svn-id: trunk@39088 -
2012-10-15 10:41:48 +00:00
juha
3b90468c10 IDE: Save changes in Object Inspector before compiling the project. Issues #22601 and #17795
git-svn-id: trunk@39082 -
2012-10-14 15:34:49 +00:00
juha
5a129e09c3 IDE: comment out another unused function in CompilerOptions
git-svn-id: trunk@39064 -
2012-10-13 09:14:02 +00:00
juha
03611adae0 IDE: Formatting
git-svn-id: trunk@39062 -
2012-10-13 09:13:41 +00:00
juha
b924d1d782 IDE: Update compiler messages for fpc 2.7.1. Issue #23041
git-svn-id: trunk@39061 -
2012-10-12 18:50:39 +00:00
juha
9791089e63 CompilerOptions: comment out unused compiler messages code. Will be removed later.
git-svn-id: trunk@39060 -
2012-10-12 18:50:34 +00:00
juha
08bdcbcf3f CompilerOptions: formatting, refactoring and cleanup of compiler messages code
git-svn-id: trunk@39059 -
2012-10-12 18:50:28 +00:00
juha
70da0a47bf IDE: remove unused resource string
git-svn-id: trunk@39058 -
2012-10-12 18:50:23 +00:00
mattias
e8cc088974 IDE: invalidate file state cache on rename/copy interactive
git-svn-id: trunk@39057 -
2012-10-12 09:50:30 +00:00
martin
f3f7450f44 Debugger: Disable "run to cursor" when debugger is stopped. This command is limited to the current frame (function). It can not be used to start a project. (also disable dcJumpTo, dcStepOut)
git-svn-id: trunk@39042 -
2012-10-10 23:00:51 +00:00
juha
7d0972774d IDE: Scan also "samples" folders in the Example Manager
git-svn-id: trunk@39020 -
2012-10-09 08:26:00 +00:00
juha
5d3ee21158 IDE: remove unused resource string
git-svn-id: trunk@38988 -
2012-10-08 00:12:18 +00:00
mattias
0776694118 IDE: added flag KeepInstalledPackages
git-svn-id: trunk@38971 -
2012-10-05 10:30:25 +00:00
mattias
5446aa1fac IDE: close project: close editor file from right to left
git-svn-id: trunk@38937 -
2012-10-01 08:56:40 +00:00
juha
0839a029db IDE: Add "Active File" to Search in Files where-selections. Issue #7686
git-svn-id: trunk@38924 -
2012-09-30 16:09:09 +00:00
juha
4593c8f87f IDE: Set "Include SubDirs" by default for Find in File Options
git-svn-id: trunk@38923 -
2012-09-30 16:08:52 +00:00
juha
b4440971ec IDE: Make File -> "Close All" cloase also packages. Rename "Close" to "Close Editor File". Issue #12422
git-svn-id: trunk@38921 -
2012-09-30 12:33:52 +00:00
juha
c24bd2344c IDE: Mark source file as modified when on-disk change is ignored. Issue #22889
git-svn-id: trunk@38918 -
2012-09-30 08:39:59 +00:00