Commit Graph

481 Commits

Author SHA1 Message Date
mattias
efefac194f IDE: clean build: search files
git-svn-id: trunk@30985 -
2011-05-31 15:28:08 +00:00
mattias
8359cb4b2e IDE: implemented using project build macros in project compiler options
git-svn-id: trunk@30885 -
2011-05-24 12:59:45 +00:00
mattias
fbe7f6e288 codetools: directory cacher: using integer stamps, fixed invalidate for single directories
git-svn-id: trunk@30884 -
2011-05-24 11:47:48 +00:00
mattias
a6260e0bfc IDE: various dialogs: if project has not title, use file name
git-svn-id: trunk@30603 -
2011-05-07 16:44:00 +00:00
mattias
24395559f5 IDE: auto create po output directory, bug #19293
git-svn-id: trunk@30556 -
2011-05-05 19:27:04 +00:00
mattias
69f7e02f62 IDE: project StorePathDelim: set modified on change
git-svn-id: trunk@30440 -
2011-04-23 15:50:50 +00:00
mattias
c0594332b5 IDE: project inspector: filter, directory hierarchy, show sorted alphabetically
git-svn-id: trunk@30055 -
2011-03-28 21:12:14 +00:00
juha
c596311397 IDE: Cleanup. (TProject.EditorInfoWithEditorComponent apparently works)
git-svn-id: trunk@29852 -
2011-03-15 14:05:37 +00:00
juha
01db3bb47c LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again.
git-svn-id: trunk@29820 -
2011-03-13 18:21:51 +00:00
juha
89a95ef754 IDE: Improve the EditorInfo map update.
git-svn-id: trunk@29626 -
2011-02-21 06:55:51 +00:00
juha
8e0084f605 IDE: Added a map for EditorInfo for fast lookup.
git-svn-id: trunk@29612 -
2011-02-20 16:44:32 +00:00
juha
9cb146625a IDE: Remove obsolete IndexOf func.
git-svn-id: trunk@29606 -
2011-02-19 10:21:12 +00:00
juha
024b3b8623 IDE: Minor optimization for UnitEditorInfoList.
git-svn-id: trunk@29605 -
2011-02-19 10:21:09 +00:00
mattias
2fe6028b41 IDE: improved error message when open lpi file
git-svn-id: trunk@29590 -
2011-02-17 11:44:56 +00:00
mattias
2755108d9c IDEIntf: moved compiler options to unit of its own (compoptsintf.pas), added access to compiler options of packages
git-svn-id: trunk@29523 -
2011-02-13 13:42:19 +00:00
mattias
a32a5f13a0 IDE: do not compiled design time packages into project
git-svn-id: trunk@29454 -
2011-02-10 18:56:04 +00:00
mattias
27b833a99b IDE: always set LCLWidgetType
git-svn-id: trunk@29190 -
2011-01-24 23:29:44 +00:00
mattias
33eff14728 IDE: compiler options: moved LCLWidgetType to macros
git-svn-id: trunk@29189 -
2011-01-24 17:08:44 +00:00
mattias
1b48dc89de IDE: replaced globaloptions with macros, bug #18179, #18421, #18143
git-svn-id: trunk@28897 -
2011-01-07 18:42:24 +00:00
mattias
ab62cfd0d1 IDE: fixed using defaults in sub directories
git-svn-id: trunk@28732 -
2010-12-16 21:31:47 +00:00
martin
e558b5e009 IDE: fix crash on project load, if session contains (invalid) multiply (3+) bookmark on the same line. Issue #0018105
git-svn-id: trunk@28648 -
2010-12-08 14:33:49 +00:00
mattias
7575b21454 IDE: project options cancel: restore SessionModified flag, bug #18143
git-svn-id: trunk@28607 -
2010-12-03 10:49:06 +00:00
mattias
0f237c154c codetools: fixed CreateRelativePath
git-svn-id: trunk@28483 -
2010-11-25 19:03:31 +00:00
mattias
49d43bc036 IDE: fixed initializing build conditionals
git-svn-id: trunk@28479 -
2010-11-25 14:10:13 +00:00
mattias
a406dd6698 IDE: do not update syntax highlighter without editor options, bug #17901
git-svn-id: trunk@28180 -
2010-11-11 08:46:04 +00:00
mattias
a1bacde7cb IDE: changing SessionStorage set Modified, bug #17788
git-svn-id: trunk@28037 -
2010-11-02 12:28:59 +00:00
mattias
590344aed7 IDE: clearing computed project build macro values
git-svn-id: trunk@27992 -
2010-10-30 22:04:32 +00:00
mattias
1e83d3b477 IDE: fixed applying options after write
git-svn-id: trunk@27920 -
2010-10-28 08:00:21 +00:00
mattias
cf4e767106 IDE: do not save project.compiled file for virtual projects, bug #17705
git-svn-id: trunk@27886 -
2010-10-26 15:15:57 +00:00
mattias
17d1cba55e lazbuild: added option --build-mode=<project build mode>, --bm=<project build mode>
git-svn-id: trunk@27874 -
2010-10-26 08:27:21 +00:00
mattias
0e64f10a02 IDE: create makefile for package: add Makefile.compiled file
git-svn-id: trunk@27834 -
2010-10-24 17:49:50 +00:00
mattias
1946265ab4 IDE: compiler options diff
git-svn-id: trunk@27762 -
2010-10-19 21:45:38 +00:00
mattias
b1f3a0a6c8 IDE: started compiler options diff dialog
git-svn-id: trunk@27760 -
2010-10-19 10:27:17 +00:00
mattias
3141ce6197 IDE: fixed TCompilerOptions.IsEqual, removed obsolete read/write events of compileroptions
git-svn-id: trunk@27722 -
2010-10-16 18:00:04 +00:00
mattias
78d480b9e1 IDE: fixed menu item 64bit
git-svn-id: trunk@27684 -
2010-10-13 19:01:58 +00:00
mattias
8ff93b3a7e IDEIntf: started RestoreSettings for options dialogs
git-svn-id: trunk@27677 -
2010-10-13 08:08:09 +00:00
mattias
1589de464e IDE: fixed loading project compiler options
git-svn-id: trunk@27649 -
2010-10-11 08:31:26 +00:00
mattias
045c7df7b2 IDE: save/load project compiler option sets
git-svn-id: trunk@27634 -
2010-10-09 16:37:08 +00:00
mattias
1cf22e85c1 IDE: moved project compileroptions and macrovalues to buildmodes
git-svn-id: trunk@27627 -
2010-10-08 20:28:37 +00:00
mattias
3d26d69da8 IDE: compiler options: added OnChanged handlers
git-svn-id: trunk@27622 -
2010-10-08 15:54:42 +00:00
mattias
53728f728d IDE: compiler options: made CreateDiff usable as Equals
git-svn-id: trunk@27617 -
2010-10-08 09:47:14 +00:00
mattias
abe779fb85 IDE: when checking for changed lpi, check content
git-svn-id: trunk@27616 -
2010-10-08 09:07:40 +00:00
mattias
8b9e2c6412 IDE: compiler options changestamp
git-svn-id: trunk@27607 -
2010-10-07 16:41:57 +00:00
mattias
e4623dcc4c IDE: replaced project compiler options OwnerProject+Project with LazProject
git-svn-id: trunk@27601 -
2010-10-07 10:45:54 +00:00
mattias
f572c7f13c IDE: replaced compiler options property Active with function IsActive
git-svn-id: trunk@27600 -
2010-10-07 10:42:27 +00:00
mattias
f0e93fedb8 IDE: added Active property for compiler options
git-svn-id: trunk@27594 -
2010-10-06 20:57:15 +00:00
mattias
dce224d875 IDE: cleaned up compileroptions: more consistent with other option classes
git-svn-id: trunk@27592 -
2010-10-06 20:19:21 +00:00
mattias
951dd0f0c5 IDE: change build macro valeus: invalidate
git-svn-id: trunk@27517 -
2010-09-28 20:56:48 +00:00
mattias
dc40b3a647 IDE: fixed TProject.SomethingModified checking session
git-svn-id: trunk@27337 -
2010-09-12 16:50:21 +00:00
mattias
e76c4c475d IDE: fixed storing i18n output directory and checking modified
git-svn-id: trunk@27334 -
2010-09-12 16:26:12 +00:00