Commit Graph

221 Commits

Author SHA1 Message Date
mattias
74860b471d lazbuild: fixed compiling ide
git-svn-id: trunk@23007 -
2009-12-06 23:24:43 +00:00
mattias
c5f7e33856 IDE: added IDEBuildOptions macro to codetools package
git-svn-id: trunk@22955 -
2009-12-04 11:32:51 +00:00
mattias
a8af53b8b2 IDE: added codetools.lpk
git-svn-id: trunk@22883 -
2009-11-30 20:58:04 +00:00
mattias
a13c723a8d IDE: delete package clean up base package
git-svn-id: trunk@22874 -
2009-11-30 11:03:41 +00:00
mattias
3d6f6c8bba IDE: fixed double adding
git-svn-id: trunk@22873 -
2009-11-30 10:58:45 +00:00
mattias
7948ae0818 IDE: if loading lazarus base packages, auto create built ins
git-svn-id: trunk@22871 -
2009-11-30 10:40:29 +00:00
paul
d7c68d6c15 packager: add qt issues file
git-svn-id: trunk@22731 -
2009-11-24 03:43:27 +00:00
martin
aa3ee0b66f Packager, SynEdit: Added missing units
git-svn-id: trunk@22653 -
2009-11-17 20:52:56 +00:00
martin
aeb21ec97a SynEdit, packager: Added doc location
git-svn-id: trunk@22593 -
2009-11-15 00:24:32 +00:00
mattias
43524639c2 codetools: fpdocs
git-svn-id: trunk@22560 -
2009-11-13 06:43:17 +00:00
paul
1e5ed0e46d packager: change AUnitName property to Unit_Name
git-svn-id: trunk@22353 -
2009-10-30 15:02:59 +00:00
paul
79ff6ed4bc components, ide, ideintf: change UnitName identifier to AUnitName inside classes (preparations for the new TObject.UnitName method)
git-svn-id: trunk@22327 -
2009-10-29 08:40:22 +00:00
mattias
fbec38464e IDE: quick fix cant find unit: check if owner already depends on package
git-svn-id: trunk@22024 -
2009-10-04 21:43:55 +00:00
mattias
df02734dc8 IDE: package links: using more relative paths
git-svn-id: trunk@21939 -
2009-10-01 11:03:35 +00:00
mattias
2455dce6c7 IDE: checking relative package files
git-svn-id: trunk@21924 -
2009-09-29 20:38:19 +00:00
mattias
4f168cab7d IDE: saving package links in lazarus source directory relative
git-svn-id: trunk@21923 -
2009-09-29 20:27:27 +00:00
mattias
483e7680e9 IDE: fixed creating fpdoc files for IDEIntf
git-svn-id: trunk@21701 -
2009-09-14 14:51:39 +00:00
mattias
a9ffff9a88 IDE: package manager: fixed crash caused by TPkgManager.AddDependencyToOwners
git-svn-id: trunk@21512 -
2009-09-01 10:35:50 +00:00
mattias
20c21820e4 IDE: trim TargetDir of IDE
git-svn-id: trunk@20986 -
2009-07-28 06:51:33 +00:00
mattias
5f4c6b579f IDE: added more ShowAbort flags
git-svn-id: trunk@19651 -
2009-04-27 18:08:58 +00:00
martin
5ccd61dfb4 SynEdit package registration: added some missing units
git-svn-id: trunk@19066 -
2009-03-22 20:30:51 +00:00
martin
2129ac6726 Merged SynEdit-design and SynEdit package. (SynEdit, now needs IdeIntf for the property editor; changed compilation order appropriately); Undone all Changes that introduced the SynEdit-Design package.
git-svn-id: trunk@18829 -
2009-02-26 23:31:02 +00:00
mattias
568c19f303 IDE: package main source: indent uses section
git-svn-id: trunk@18406 -
2009-01-24 11:29:44 +00:00
martin
77c9b560ff SynEdit Gutter: Refactor, add ability to save GutterParts to LFM file
git-svn-id: trunk@18330 -
2009-01-18 17:43:57 +00:00
mattias
aa6a1cb30d IDE: using absolute paths for compiling, because some external tools resolve symlinked directories
git-svn-id: trunk@17643 -
2008-12-01 10:53:42 +00:00
vincents
9c33a42cce IDE: fixed rebuilding IDE with a non-ascii primary config path
git-svn-id: trunk@16295 -
2008-08-29 11:49:05 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
mattias
106a0ad6cf IDE: updating package po files: creating po output directory interactive, adding error message on fail
git-svn-id: trunk@16182 -
2008-08-22 10:00:56 +00:00
mattias
2420f8a623 IDE: fcl package: changed to new directory layout of fpc
git-svn-id: trunk@16120 -
2008-08-18 13:04:17 +00:00
mattias
d53bf25da1 IDE: added lfm for TAddToPackageDlg
git-svn-id: trunk@16114 -
2008-08-18 12:17:05 +00:00
mattias
70e7f10204 IDE: package compilation: do not build all if only search paths changed, this is spotted by fpc itself
git-svn-id: trunk@16105 -
2008-08-18 08:34:07 +00:00
mattias
ac7275e981 IDE: compiler test: added check for intersections of unit paths between project and used packages
git-svn-id: trunk@16052 -
2008-08-13 13:06:20 +00:00
mattias
83a985a67e fixed abort on lfm repair during project loading, fixed uninitialized result for HasUnitRegisterProc
git-svn-id: trunk@15942 -
2008-08-03 20:01:46 +00:00
mattias
6f64b8639c IDE: not beautifying uses section of package main source, bug #11660
git-svn-id: trunk@15876 -
2008-07-26 16:49:14 +00:00
mattias
19b259bb99 IDE: removed auto resolving symlinks. Filenames must fit the search paths
git-svn-id: trunk@15795 -
2008-07-16 23:22:54 +00:00
mattias
acc9c7d69c IDE: moved some IDE building code down to packagegraph
git-svn-id: trunk@15747 -
2008-07-11 15:21:55 +00:00
mattias
3c1f8a71b4 IDE: moved some more code from pkgboss to packagegraph
git-svn-id: trunk@15744 -
2008-07-11 13:42:42 +00:00
mattias
e53050f3a2 fixed compilation for 2.3.1
git-svn-id: trunk@15722 -
2008-07-09 14:12:40 +00:00
mattias
9d0afc204c IDE: moved IFDEF BigIDE to lazarus.pp to let it work even on quick build, LazBuild: implemented compiling IDE standard packages
git-svn-id: trunk@15720 -
2008-07-09 13:22:45 +00:00
mattias
e8071d14a8 synedit: implemented markup system from Martin Friebe
git-svn-id: trunk@15689 -
2008-07-07 07:41:40 +00:00
jesus
1596af163d ide, i18n, automatic update translated po files for packages
git-svn-id: trunk@15491 -
2008-06-20 22:52:18 +00:00
mattias
d91c22d7db IDE: adding new package requirement to package now invalidates parse cache
git-svn-id: trunk@15009 -
2008-04-29 11:52:17 +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
fa76d74554 packager: added ccodeparsertool to the CodeTools package
git-svn-id: trunk@14780 -
2008-04-07 14:46:42 +00:00
mattias
d547195c8f IDE: implemented check if package uses Owner of property
git-svn-id: trunk@14754 -
2008-04-04 17:55:27 +00:00
mattias
3d48fcca42 IDE: implemented experimental TPersistentPropertyEditor.GetValues for multi forms
git-svn-id: trunk@14751 -
2008-04-04 16:25:44 +00:00
paul
e94a7220c4 ide: add first issues for gtk, gtk2 widgetsets
git-svn-id: trunk@14740 -
2008-04-03 01:01:47 +00:00
mattias
58cbd83556 IDE: package editor: fixed check if package provides another package
git-svn-id: trunk@14717 -
2008-04-01 15:26:36 +00:00
mattias
ebf62785c6 IDE: fixed crash by clean up, bug #10976
git-svn-id: trunk@14465 -
2008-03-08 10:49:33 +00:00
mattias
4592ec559b IDE: skip checking packages that are only compiled manually
git-svn-id: trunk@14453 -
2008-03-07 11:00:50 +00:00