Commit Graph

333 Commits

Author SHA1 Message Date
mattias
b0e8ed453a IDE: compiler options: immediate invalidate when changing paths
git-svn-id: trunk@14426 -
2008-03-05 12:33:35 +00:00
mattias
22bd534fe8 IDE: auto renaming project title when renaming project, bug #10902
git-svn-id: trunk@14339 -
2008-03-01 12:14:09 +00:00
mattias
65a770df87 IDE: fixed overriding build target OS/CPU/LCL, bug #10915
git-svn-id: trunk@14337 -
2008-03-01 11:28:43 +00:00
mattias
b2affc1ca1 IDE: source editor: restarting completion timer after ending completion with point, feature request 9105
git-svn-id: trunk@14211 -
2008-02-20 14:19:06 +00:00
mattias
a4b202fce9 IDE: project: fixed save/load run parameters and published options
git-svn-id: trunk@13946 -
2008-02-01 21:49:13 +00:00
mattias
9fa2584d36 IDE: fixed updating Modified flag for units on revert
git-svn-id: trunk@13547 -
2007-12-31 14:06:17 +00:00
mattias
53e8d6533f IDE: fixed searching owner of virtual files
git-svn-id: trunk@13168 -
2007-12-05 19:27:09 +00:00
mattias
7187688e75 IDE: TUnitInfo.Modified now checks Source.ChangeStep
git-svn-id: trunk@13042 -
2007-11-26 21:34:54 +00:00
mattias
f20081a879 IDE: improved and enabled creation of .lrt files and combining all .rst/.lrt files into one .po files per project. ToDo: do the same for packages. From Luis Rodrigues
git-svn-id: trunk@12344 -
2007-10-06 13:59:31 +00:00
vincents
490a35d1a5 IDE: made comment about adding new units to main program source more clear (bug #9605)
git-svn-id: trunk@12187 -
2007-09-26 21:08:27 +00:00
mattias
0d555e756d IDE: auto update of save speedbuttons and menu items
git-svn-id: trunk@12122 -
2007-09-21 22:04:19 +00:00
mattias
d95149bc3a IDE: force clear modified flags when project was saved with mrOk
git-svn-id: trunk@12120 -
2007-09-21 21:22:08 +00:00
mattias
fe72c7716c h2pas wizard: added combo tools for pre and post h2pas tools
git-svn-id: trunk@11822 -
2007-08-15 17:41:50 +00:00
mattias
0df6cf29ec IDE: added options for new project item console application from Michael Van Canneyt
git-svn-id: trunk@11805 -
2007-08-13 08:59:41 +00:00
mattias
7d0d0743fd IDEIntf+IDE: added new project type: console application - a program using TCustomApplication
git-svn-id: trunk@11797 -
2007-08-12 11:54:11 +00:00
mattias
63c8112843 IDEIntf: added CustomData and CustomSessionData
git-svn-id: trunk@11486 -
2007-07-13 11:54:37 +00:00
paul
b4f7d49315 - set use manifest to false by default
git-svn-id: trunk@11386 -
2007-06-27 07:56:42 +00:00
paul
eaac2182c1 option to add so called "XP" manifest into windows executable
git-svn-id: trunk@11379 -
2007-06-26 09:24:33 +00:00
tombo
5aeedb0533 IDE: added option to debug/run Application Bundle on darwin, remove code under DoNotUseProcessDebugger
git-svn-id: trunk@11266 -
2007-06-02 10:53:09 +00:00
mattias
b5b38344d5 IDE: always creating the custom defines templates for package source directories, so that IDE add-ons can add their own settings
git-svn-id: trunk@11099 -
2007-05-08 08:38:03 +00:00
mattias
34b67b7af7 IDE: always creating the custom defines templates for project source directories, so that IDE add-ons can add their own settings
git-svn-id: trunk@11098 -
2007-05-08 08:05:57 +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
5e7915cd31 IDE: the first unit of a project is now automaticallly the main unit, if you dont want this: use MainUnitID:=-1
git-svn-id: trunk@10545 -
2007-01-31 11:13:37 +00:00
mattias
a4579a8ef6 IDE: fixed not adding CreateForm statement if main project file does not support it
git-svn-id: trunk@10537 -
2007-01-30 10:02:18 +00:00
mattias
c87cc5499f IDE: implemented updating .po files from .rst files after compilation of project, IDEIntf: moved .po files to ideintf/languages
git-svn-id: trunk@10410 -
2007-01-09 21:41:45 +00:00
mattias
0747802d17 IDE: updating source editor when highlighter file extensions have changed
git-svn-id: trunk@10393 -
2007-01-08 10:26:09 +00:00
mattias
368ecf5f31 IDE: reordered buttons from Graeme
git-svn-id: trunk@10291 -
2006-12-04 10:34:44 +00:00
mattias
a6a3f56624 IDE: added checks for cleaning up codetools defines for packages and projects
git-svn-id: trunk@10285 -
2006-12-04 00:37:36 +00:00
mattias
01c3d62fc8 IDE: project definitions are now automatically added to all directories in the unit search path (same for packages)
git-svn-id: trunk@10221 -
2006-11-20 15:38:48 +00:00
mattias
d6eb52a88b gtk intf: reduced X queries for GetCursorPos, LCL: extended ControlAtPos to search recursive, gtk2 intf: FindControlAtPos now searches recursive and now finds sub child controls, IDE: renaming units via save-as now consider code renames by user
git-svn-id: trunk@10114 -
2006-10-28 10:50:00 +00:00
mattias
c038401b5b IDE: implemented using Ancestor component when saving inherited root component, codetools: added flag to search in ancestors for dangling events
git-svn-id: trunk@10046 -
2006-10-07 20:49:56 +00:00
mattias
099ee4dc99 IDE: implemented closing designer without freeing component
git-svn-id: trunk@10010 -
2006-09-30 13:57:40 +00:00
mattias
0c307f6bf0 IDE: improved ancestor laoding, LCL: fixed TWinControl.InsertControl overhead calling wrong UpdateControlState
git-svn-id: trunk@10005 -
2006-09-29 17:03:51 +00:00
mattias
ab3ba51719 qt intf: combobox from Luis
git-svn-id: trunk@10004 -
2006-09-29 11:06:13 +00:00
mattias
edf2642c1d h2pas: added tools after, IDE: fixed find in files single line reg expr
git-svn-id: trunk@9947 -
2006-09-20 17:55:26 +00:00
mattias
14b9d0eadc project version info: added default values while saving
git-svn-id: trunk@9909 -
2006-09-15 17:59:31 +00:00
mattias
ff75ad8ae2 project version info: fixes from Jouke Rensma
git-svn-id: trunk@9874 -
2006-09-12 20:32:12 +00:00
mattias
8a1ec98260 fixed result of version info VersionInfoMessages
git-svn-id: trunk@9852 -
2006-09-09 20:18:39 +00:00
mattias
b4c542fce9 win32 version info: replaced public vars with properties
git-svn-id: trunk@9846 -
2006-09-09 18:34:36 +00:00
mattias
0da5b4e51c win32 version info: fixed mem leak and improved layout
git-svn-id: trunk@9845 -
2006-09-09 17:27:18 +00:00
mattias
de9ddde7ee IDE: added windows version info for projects from Jouke Rensma
git-svn-id: trunk@9835 -
2006-09-08 10:03:16 +00:00
mattias
f7855da268 IDE: moved package compile code to packagesystem, IDEIntf: removed IsPartOfProject flag of Backup functions, lazbuidl: package compiling
git-svn-id: trunk@9821 -
2006-09-06 22:40:37 +00:00
mattias
a7c0385d1a lazbuild: checking dependency graph
git-svn-id: trunk@9815 -
2006-09-05 11:36:29 +00:00
mattias
652f249a8b IDE: started BuildManager, the IDE part controlling all building, compiling
git-svn-id: trunk@9811 -
2006-09-04 21:21:54 +00:00
mattias
a22d3ff035 IDE codetools defines: do not delete path defines, if no custom options are defined
git-svn-id: trunk@9805 -
2006-09-04 10:30:54 +00:00
mattias
5cd0d04b68 IDE: fixed updating codetools defines for custom compiler flags
git-svn-id: trunk@9801 -
2006-09-03 12:35:15 +00:00
mattias
71e5337167 lazdoc: added xml cache, added inherited page
git-svn-id: trunk@9729 -
2006-08-18 09:17:37 +00:00
mattias
bf9d40f2ea fixed invalidating file references, when it was never valid
git-svn-id: trunk@9444 -
2006-06-18 19:52:01 +00:00
mattias
1552df85ab added diff for compiler options
git-svn-id: trunk@9362 -
2006-05-27 13:36:02 +00:00
mattias
2f2c92352b code templates: fixed reading new lines at start of template
git-svn-id: trunk@9259 -
2006-05-12 08:27:08 +00:00
micha
d9e9f1570f win64 fixes (from peter, modified)
git-svn-id: trunk@9221 -
2006-05-01 21:45:12 +00:00
mattias
a70721d9df renamed compiler options includefiles to IncludePath
git-svn-id: trunk@9127 -
2006-04-15 11:52:04 +00:00
mattias
de9497265f fixed project src path for output dir
git-svn-id: trunk@9120 -
2006-04-13 18:19:39 +00:00
vincents
38b49a2d5f fixed WriteProject result if Session is not saved in a separate file
git-svn-id: trunk@9086 -
2006-04-06 12:01:10 +00:00
mattias
7072bbe773 added default session if no lps file found
git-svn-id: trunk@9076 -
2006-04-04 18:53:45 +00:00
mattias
c4db1b2ab6 implemented auto repairing MainUnitID reading form .lpi
git-svn-id: trunk@9066 -
2006-04-02 17:43:12 +00:00
mattias
93f2393650 implemented Delphi package conversion of .cfg and .dof
git-svn-id: trunk@8974 -
2006-03-21 17:48:11 +00:00
mattias
ae450142cf improved delphi conversion, include paths and error handling
git-svn-id: trunk@8969 -
2006-03-21 12:21:53 +00:00
mattias
f7ceee21aa project now saves more files relative
git-svn-id: trunk@8960 -
2006-03-18 15:24:29 +00:00
mattias
9272283138 restored old tpanel.xpm
git-svn-id: trunk@8909 -
2006-03-10 16:19:34 +00:00
mattias
dddf196254 added project clean up and unit path clean up for Delphi project converter
git-svn-id: trunk@8890 -
2006-03-08 02:44:09 +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
5bb39b97a3 clearing session modified flags
git-svn-id: trunk@8862 -
2006-03-03 00:32:47 +00:00
vincents
a43501c484 added GetExecutableExt and GetLibraryExt
git-svn-id: trunk@8789 -
2006-02-21 16:27:17 +00:00
mattias
8ee1876b6e implemented compiler options ExecutableType
git-svn-id: trunk@8787 -
2006-02-20 22:46:02 +00:00
vincents
cd99516a89 if a package defines UseCThreads in its uses options, the cthreads unit will be add to the uses clause of new projects and applications and to lazarus itself.
git-svn-id: trunk@8744 -
2006-02-16 14:34:59 +00:00
mattias
a5232b9fee implemented loading project session from separate file
git-svn-id: trunk@8714 -
2006-02-06 18:55:31 +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
1ef1568abb implemented splitting TUnitInfo saving session data
git-svn-id: trunk@8669 -
2006-01-31 13:50:59 +00:00
mattias
bc8633f602 implemented saving project session file
git-svn-id: trunk@8667 -
2006-01-30 22:01:34 +00:00
mattias
cdba5bcbeb project loading ignores unitnames for non units
git-svn-id: trunk@8642 -
2006-01-28 11:38:44 +00:00
mattias
2e6513b9ed fixed setting unitname for non units on save as
git-svn-id: trunk@8641 -
2006-01-28 11:33:30 +00:00
mattias
900ebcc63d added printer4lazarus and cgilaz to bigide
git-svn-id: trunk@8413 -
2006-01-02 23:11:53 +00:00
mattias
17092a4e58 implemented make bigide
git-svn-id: trunk@8412 -
2006-01-02 20:39:49 +00:00
mattias
70eae36fca added new IDE item Library
git-svn-id: trunk@8403 -
2005-12-31 15:01:36 +00:00
mattias
b77cd7e3d2 implemented updating IDE fpc values on changing TargetCPU, cross building IDE now switches global settings, so changing project settings no longer required
git-svn-id: trunk@8330 -
2005-12-16 16:09:31 +00:00
mattias
51f9b3e409 implemented .compiled state files for projects
git-svn-id: trunk@8266 -
2005-12-07 17:11:04 +00:00
mattias
1a9b5c1c7e fixed increasing timestamp in TFileReferenceList on invalidate
git-svn-id: trunk@8245 -
2005-12-02 00:33:52 +00:00
mattias
a62ae95299 fixed treating .lpr as source in project, fixed splitter anchored to multiple controls
git-svn-id: trunk@8182 -
2005-11-17 19:06:13 +00:00
mattias
8b1cbe4186 fixed setting codetools defines for virtual directory
git-svn-id: trunk@8180 -
2005-11-16 23:00:53 +00:00
mattias
5d59178cc3 implemented multiple source directories for project
git-svn-id: trunk@8153 -
2005-11-14 21:53:06 +00:00
mattias
5b55b57a08 fixed setting modofied=false after open project
git-svn-id: trunk@8130 -
2005-11-11 14:49:45 +00:00
mattias
c54f333978 started IDE progress dialog and splitted project sessions
git-svn-id: trunk@8120 -
2005-11-09 19:40:59 +00:00
mattias
4ff395608a fixed not turning visible on designed forms
git-svn-id: trunk@8106 -
2005-11-08 18:05:12 +00:00
vincents
3353b58705 moved *.ru.po to *.ruold.po
git-svn-id: trunk@8103 -
2005-11-08 15:52:12 +00:00
vincents
205ee1a4fd fixed memleak
git-svn-id: trunk@8085 -
2005-11-07 08:28:56 +00:00
mattias
e4619df2e1 enabled lazdoc from Darius
git-svn-id: trunk@8049 -
2005-11-03 19:42:29 +00:00
mattias
bec6005a12 started codetemplate makros and project source directories
git-svn-id: trunk@8044 -
2005-11-02 23:09:33 +00:00
mattias
95e49adf77 improved TUnitInfo.ReadUnitNameFromSource
git-svn-id: trunk@7810 -
2005-09-23 21:40:32 +00:00
mattias
8fdf93f99a added LazDoc to projectintf from Darius
git-svn-id: trunk@7792 -
2005-09-23 12:34:02 +00:00
mattias
9d59986db5 fixed TAnchorSide.Side default value
git-svn-id: trunk@7650 -
2005-09-09 08:42:33 +00:00
mattias
addc4cc25a implemented adding multiple files in image list editor from Martin Smat
git-svn-id: trunk@7623 -
2005-09-04 08:46:52 +00:00
vincents
a0311c2cba removed cvs logs
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
mattias
eabd9ee61b fixed hiding guide lines
git-svn-id: trunk@7516 -
2005-08-17 10:12:44 +00:00
mattias
b526cdf66b formnames are now searched in Screen, started project session files
git-svn-id: trunk@7511 -
2005-08-16 20:07:43 +00:00
mattias
bb28a2365c implemented adding a new file from registered file types to package
git-svn-id: trunk@7305 -
2005-06-30 18:15:55 +00:00
vincents
ff9d437d61 fixed UnitInfoWithFilename (bug #937)
git-svn-id: trunk@7223 -
2005-06-05 19:44:20 +00:00
mattias
e41957a477 added TProjectFileDescriptor.GetResourceSource to create custom forms with custom .lfm sources
git-svn-id: trunk@7212 -
2005-05-28 23:16:21 +00:00
mattias
1917ac9586 auto clean/create .lrs file on creating custom .lfm file
git-svn-id: trunk@7209 -
2005-05-28 11:25:17 +00:00
mattias
dc21f3484c added TLazProject.ProjectInfoFile, fixed saving editor files if deleted
git-svn-id: trunk@7204 -
2005-05-26 20:17:50 +00:00