mattias
|
478b63f35b
|
IDE: add/remove active file to/from package
git-svn-id: trunk@32143 -
|
2011-09-01 17:38:45 +00:00 |
|
mattias
|
8e018a7c8a
|
IDE: add component: fixed check if package dependency is already there for redirected packages, bug #20082
git-svn-id: trunk@32083 -
|
2011-08-28 11:30:38 +00:00 |
|
mattias
|
e2bd12f9d6
|
IDE: new macro function: PkgName(PkgID)
git-svn-id: trunk@31697 -
|
2011-07-14 08:53:03 +00:00 |
|
mattias
|
8afc163cbf
|
IDE: new package macro: PkgName
git-svn-id: trunk@31696 -
|
2011-07-14 08:49:40 +00:00 |
|
mattias
|
0fe0eeaf6b
|
IDE: package: new component: redirecting lclase to lcl, only using LCL units if LCL is used
git-svn-id: trunk@31683 -
|
2011-07-12 21:38:12 +00:00 |
|
mattias
|
51e1742910
|
IDE: clean up
git-svn-id: trunk@31329 -
|
2011-06-22 07:52:10 +00:00 |
|
mattias
|
47a3a0845c
|
IDE: package options: fixed restoring modified on restore
git-svn-id: trunk@31328 -
|
2011-06-22 07:48:36 +00:00 |
|
mattias
|
087c6c7a2f
|
IDE: adding dependency to LCLBase instead uses LCL, fixed adding min version requirement
git-svn-id: trunk@31286 -
|
2011-06-19 22:35:27 +00:00 |
|
mattias
|
8bf43e981a
|
IDE: started focus hint
git-svn-id: trunk@31235 -
|
2011-06-14 22:15:46 +00:00 |
|
mattias
|
21693d6177
|
IDE: view package source: fixed hint
git-svn-id: trunk@31129 -
|
2011-06-07 20:23:27 +00:00 |
|
mattias
|
49fbf10ce9
|
IDE: build laz: fixed clean all
git-svn-id: trunk@31116 -
|
2011-06-06 07:37:33 +00:00 |
|
mattias
|
23176970f9
|
IDE: added warning when auto compile package has dependencies and output dir is in default fpc unit path
git-svn-id: trunk@31109 -
|
2011-06-05 23:34:31 +00:00 |
|
mattias
|
dcd22ef75e
|
IDE: build lazarus: removed obsolete options
git-svn-id: trunk@31091 -
|
2011-06-05 09:08:22 +00:00 |
|
mattias
|
3b9b3f2172
|
IDE: clean up
git-svn-id: trunk@30998 -
|
2011-06-01 11:19:55 +00:00 |
|
mattias
|
430d0550d3
|
IDE: package options: work on real package and restore via backup
git-svn-id: trunk@30886 -
|
2011-05-24 14:27:40 +00:00 |
|
mattias
|
5a93b962cf
|
IDE: fixed install/uninstall packages
git-svn-id: trunk@30817 -
|
2011-05-19 20:11:54 +00:00 |
|
mattias
|
339b4d136a
|
IDEIntf: hints about CheckInstallPackageList and InstallPackages
git-svn-id: trunk@30765 -
|
2011-05-16 12:02:47 +00:00 |
|
mattias
|
8009fe6f7c
|
IDEIntf: added CheckInstallPackageList and InstallPackages
git-svn-id: trunk@30764 -
|
2011-05-16 11:52:02 +00:00 |
|
mattias
|
aeb269207c
|
IDE: changed package list to TObjectList
git-svn-id: trunk@30763 -
|
2011-05-16 11:33:11 +00:00 |
|
mattias
|
92ad46ea4a
|
IDE: fixed package macro names for codetools
git-svn-id: trunk@30669 -
|
2011-05-11 01:07:29 +00:00 |
|
maxim
|
23c5c73b68
|
Packager: localized PkgDir, PkgSrcPath, PkgUnitPath, PkgIncPath macros description and changed their case to be camelcase like other ones.
While at this, fixed several typos in macros names: PkgUnitAth -> PkgUnitPath; PrimaryConfiPath -> PrimaryConfigPath; SecondaryConfiPath -> SecondaryConfigPath
git-svn-id: trunk@30665 -
|
2011-05-10 23:34:34 +00:00 |
|
juha
|
3f96385d5a
|
IDE: disable "Add Active Unit to Package" menu item for virtual files
git-svn-id: trunk@30383 -
|
2011-04-19 09:13:24 +00:00 |
|
juha
|
6fdeb037a4
|
Packager: in DoAddActiveUnitToAPackage, Cancel and Abort work identically. Remove Abort
git-svn-id: trunk@30382 -
|
2011-04-19 09:13:20 +00:00 |
|
juha
|
e0ace41a34
|
Packager: formatting and little refactoring.
git-svn-id: trunk@30364 -
|
2011-04-18 08:45:10 +00:00 |
|
mattias
|
dd0fc4c825
|
IDE: codehelp: improved debugging
git-svn-id: trunk@30266 -
|
2011-04-11 21:25:55 +00:00 |
|
paul
|
f6d82e6429
|
packager: fix TPkgFile.IsVirtual, use AFile.IsVirtual instead of FilenameIsAbsolute(AFilename) condition in TPkgManager.WarnAboutMissingPackageFiles
git-svn-id: trunk@30063 -
|
2011-03-29 08:33:58 +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
|
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 |
|
mattias
|
5a2644dd5b
|
IDE: uses section for installed packages: do not use runtime only packages, use indirectly used designtime packages too
git-svn-id: trunk@29464 -
|
2011-02-11 10:32:08 +00:00 |
|
mattias
|
ee33006577
|
IDE: check install package list: auto remove top level runtime packages
git-svn-id: trunk@29463 -
|
2011-02-11 10:13:56 +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
|
c7db1f5a24
|
IDE: allow adding multiple units with the same unit name to packages
git-svn-id: trunk@29068 -
|
2011-01-17 14:11:35 +00:00 |
|
mattias
|
744159214c
|
synedit: made a normal package
git-svn-id: trunk@28999 -
|
2011-01-13 17:15:48 +00:00 |
|
mattias
|
d092bfc036
|
IDE: inspect checksum changed dlg: show hints
git-svn-id: trunk@28975 -
|
2011-01-12 14:24:05 +00:00 |
|
mattias
|
a8b437d1a0
|
IDE: added macro FallBackOutputRoot, source editor context menu item to open package of package source file
git-svn-id: trunk@28932 -
|
2011-01-10 13:24:25 +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
|
98d8c393c9
|
IDE: compile IDE with only base packages
git-svn-id: trunk@28612 -
|
2010-12-03 16:32:25 +00:00 |
|
mattias
|
2e97e0d74b
|
IDE: warn for duplicate units in packages: showabort, bug #17905
git-svn-id: trunk@28183 -
|
2010-11-11 16:38:01 +00:00 |
|
mattias
|
0f54b04345
|
IDE: stop opening designer forms if one failed
git-svn-id: trunk@28082 -
|
2010-11-05 00:51:37 +00:00 |
|
mattias
|
9bd3a94663
|
IDE: fixed keeping installed packages when adding new needed packages
git-svn-id: trunk@28081 -
|
2010-11-05 00:41:08 +00:00 |
|
mattias
|
2bf7963f78
|
IDE: when opening a form with missing design time package: show option to install those packages
git-svn-id: trunk@28080 -
|
2010-11-05 00:19:24 +00:00 |
|
mattias
|
eef9458ebc
|
IDE: fixed warning about package installed unit path
git-svn-id: trunk@27994 -
|
2010-10-30 22:23:35 +00:00 |
|
mattias
|
215cc0bd0a
|
IDE: warn when installing a package with suspicious inc or unit path, bug #16891
git-svn-id: trunk@27976 -
|
2010-10-30 12:57:48 +00:00 |
|
mattias
|
3baf3ad6ba
|
IDE: build IDE: update globals before compiling packages
git-svn-id: trunk@27931 -
|
2010-10-28 20:55:36 +00:00 |
|
mattias
|
f7e017a61a
|
IDE: added build profiles for building the IDE, patch #15336
git-svn-id: trunk@27901 -
|
2010-10-27 19:32:27 +00:00 |
|
mattias
|
766f240486
|
IDE: fixed save package as when mainunit is custom unit
git-svn-id: trunk@27488 -
|
2010-09-26 22:00:05 +00:00 |
|
mattias
|
5e87400d8c
|
IDE: when package is renamed, rename its build macros
git-svn-id: trunk@27465 -
|
2010-09-26 10:34:13 +00:00 |
|
mattias
|
96c2c2c9f4
|
lazbuild: fixed initializing build macros
git-svn-id: trunk@27404 -
|
2010-09-18 09:02:00 +00:00 |
|
mattias
|
28afd00d86
|
IDE: conditionals for package compilation
git-svn-id: trunk@27400 -
|
2010-09-17 21:56:55 +00:00 |
|