Commit Graph

61 Commits

Author SHA1 Message Date
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +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
paul
ed73700099 lcl: set RequireDerivedFormResource to False by default
ide: set RequireDerivedFormResource to True for new projects

git-svn-id: trunk@29303 -
2011-02-02 01:52:52 +00:00
mattias
0714e1cb71 IDE: disabled Win32GraphicApp option for console projects
git-svn-id: trunk@29033 -
2011-01-15 13:00:30 +00:00
vincents
56646eb28c removed support for compiled units in .ppw files, this is obsolete after fpc 1.0 (issue #16067)
git-svn-id: trunk@28053 -
2010-11-03 09:48:49 +00:00
mattias
8b9e2c6412 IDE: compiler options changestamp
git-svn-id: trunk@27607 -
2010-10-07 16:41:57 +00:00
mattias
36cb2971ba IDE: clean up
git-svn-id: trunk@27402 -
2010-09-18 08:45:04 +00:00
mattias
21afcaf45f IDE: save lpi, lps on compile only if modified
git-svn-id: trunk@27085 -
2010-08-13 02:30:58 +00:00
mattias
7778ac45a5 IDE: new console project: set pfMainUnitHasTitleStatement if title set, bug #16948
git-svn-id: trunk@27067 -
2010-08-12 10:03:35 +00:00
mattias
60f7ac9ff1 IDE: moved project types to projectdefs
git-svn-id: trunk@26991 -
2010-08-03 10:38:43 +00:00
martin
824a3c686c IDE, Project: Refactor: extracted editor session info from UnitInfo
git-svn-id: trunk@24324 -
2010-03-31 22:32:24 +00:00
martin
01061fd0f8 IDE, SourceEditor: Refactor BookMarks
git-svn-id: trunk@24102 -
2010-03-19 20:28:40 +00:00
martin
093ec32e60 Ensure compilation with fpc 2.4.0
git-svn-id: trunk@24019 -
2010-03-15 21:44:49 +00:00
martin
9e9e810073 Ide/Project; SourceEditor: Decouple relationship via EditorIndex. Start using reference instead of index
git-svn-id: trunk@24015 -
2010-03-15 18:01:40 +00:00
martin
5f1f1153e3 Ide/Project; SourceEditor: Decouple relationship via EditorIndex (equals Tab/Page). Refactor updates via object reference (prepare for multi window)
git-svn-id: trunk@23993 -
2010-03-14 19:14:59 +00:00
mattias
e768bb58c3 IDE: started path delim saving in projects/packages
git-svn-id: trunk@18137 -
2009-01-05 14:11:05 +00:00
mattias
9e39fbdff8 IDE: fixed loading history position filenames
git-svn-id: trunk@15420 -
2008-06-14 11:29:25 +00:00
mattias
c30b81fb48 IDE: added jump history from Martin
git-svn-id: trunk@15389 -
2008-06-11 16:01:49 +00:00
mattias
f8b5714a8f IDE: clean up, lazbuild: auto create lrs files bug #11063
git-svn-id: trunk@14921 -
2008-04-21 16:28:13 +00:00
vincents
370aa4c253 fixed fpc 2.3 compilation (assigning to set or record properties)
git-svn-id: trunk@11078 -
2007-05-04 22:43:58 +00:00
mattias
0fdb95d4a6 improved Delphi project converter with reading .dof and .cfg file, multiple retries and fixing include filenames in .lpr
git-svn-id: trunk@8868 -
2006-03-05 23:55:40 +00:00
mattias
a7173f4a7a extended Load/Save events for project sessions
git-svn-id: trunk@8680 -
2006-01-31 16:40:59 +00:00
mattias
bc8633f602 implemented saving project session file
git-svn-id: trunk@8667 -
2006-01-30 22:01:34 +00:00
mattias
7fdaec3be5 set default pascal extension for project descriptors
git-svn-id: trunk@8325 -
2005-12-14 23:39:46 +00:00
mattias
21624d99b0 reactivated fast xml units without widestrings
git-svn-id: trunk@6716 -
2005-01-29 14:36:04 +00:00
vincents
c535f37167 use xml units from fpc, if not compiling with fpc 1.0
git-svn-id: trunk@6603 -
2005-01-15 13:44:03 +00:00
mattias
bc8c4be760 implemented skipping debugger settings for publishing projects
git-svn-id: trunk@6563 -
2005-01-12 23:28:16 +00:00
mattias
a2102621c5 implemented registration functions for project, file and package types, added cgilazide package
git-svn-id: trunk@6282 -
2004-11-22 21:39:40 +00:00
mattias
d2d3030a60 implemented creating classes at run time from any TComponent descendant
git-svn-id: trunk@6272 -
2004-11-20 11:20:06 +00:00
mattias
eb45bfc091 implemented custom project types
git-svn-id: trunk@6093 -
2004-10-01 11:23:07 +00:00
vincents
450371882c splitted off unit FileUtil, it doesn't depend on other LCL units
git-svn-id: trunk@6081 -
2004-09-27 22:05:41 +00:00
mattias
ada62722b1 started new feature: find identifier references
git-svn-id: trunk@6022 -
2004-09-18 01:02:23 +00:00
vincents
97f219aa15 replaced writeln by DebugLn
git-svn-id: trunk@6020 -
2004-09-17 20:04:35 +00:00
mattias
ca675e25c7 implemented registration of project file types
git-svn-id: trunk@5899 -
2004-09-01 09:43:24 +00:00
mattias
75d71f9804 started project interface
git-svn-id: trunk@5893 -
2004-08-30 16:02:17 +00:00
mattias
617948d9c8 removed unneeded units in uses sections
git-svn-id: trunk@5443 -
2004-05-02 12:01:15 +00:00
mattias
1b77f736e7 added catalan
git-svn-id: trunk@4707 -
2003-10-11 08:33:22 +00:00
mattias
3057f78850 added automatic linux-windows file conversions
git-svn-id: trunk@4315 -
2003-06-25 17:22:47 +00:00
mattias
e830dfbe20 started datamodule
git-svn-id: trunk@4217 -
2003-05-30 16:25:47 +00:00
mattias
f09911f24f implemented saving breakpoints and watches
git-svn-id: trunk@4167 -
2003-05-21 16:19:12 +00:00
mattias
dff0b1e08e reduced output
git-svn-id: trunk@4149 -
2003-05-12 14:47:45 +00:00
mattias
2007425c74 implemented publish package
git-svn-id: trunk@4147 -
2003-05-12 13:11:34 +00:00
mattias
82e0e66828 implemented adding units to packages
git-svn-id: trunk@4023 -
2003-04-07 23:49:03 +00:00
mattias
e775dd8fa8 bookmarks are now saved also for closed files and merged when possible
git-svn-id: trunk@3883 -
2003-02-28 15:38:00 +00:00
mattias
ac8efccb39 reduced lpi size
git-svn-id: trunk@3750 -
2002-12-28 13:26:37 +00:00
mattias
3137dd2f7b fixed backuping symlinks
git-svn-id: trunk@3730 -
2002-12-23 13:20:46 +00:00
mattias
291b1cea12 fixed saving ignore binaries
git-svn-id: trunk@3712 -
2002-12-17 19:57:04 +00:00
mattias
afec99cd51 finished publish project
git-svn-id: trunk@3711 -
2002-12-17 19:49:34 +00:00
lazarus
26c26c01da MG: fixed double jumping in history
git-svn-id: trunk@3508 -
2002-10-14 11:43:07 +00:00
lazarus
92e2f6aee5 MG: added publish project
git-svn-id: trunk@3501 -
2002-10-13 09:35:38 +00:00