Commit Graph

434 Commits

Author SHA1 Message Date
paul
09b6731e09 ide: start resolving foreign references (works only when referenced form is already loaded)
git-svn-id: trunk@14798 -
2008-04-10 08:44:50 +00:00
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
mattias
31d368a4d8 changed OI SHow Hints option to resource string, added TProjectDescriptor.DoInitDescriptor
git-svn-id: trunk@7203 -
2005-05-26 15:54:02 +00:00
mattias
a4f497026b fixed ambigious with ambiguous
git-svn-id: trunk@7011 -
2005-03-23 10:45:06 +00:00
mattias
21624d99b0 reactivated fast xml units without widestrings
git-svn-id: trunk@6716 -
2005-01-29 14:36:04 +00:00
mattias
81f9980ad0 implemented automatic redirecting of package output directory and filestate cache
git-svn-id: trunk@6680 -
2005-01-25 01:14:19 +00:00
mattias
bdd68241d4 fixed win compilation
git-svn-id: trunk@6644 -
2005-01-20 13:10:58 +00:00
mattias
d98fb2e07c fixed Escape key in dialogs: run params, new, compiler opts
git-svn-id: trunk@6643 -
2005-01-20 11:37:24 +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
580394ccfd added loading/saving project pathdelim from Vincent
git-svn-id: trunk@6573 -
2005-01-13 19:54:58 +00:00
mattias
7223913675 improved project: recognizing if filename was fixed before pathdelim changed
git-svn-id: trunk@6564 -
2005-01-12 23:58:31 +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
b62eab6b71 updated russian utf translation from Vasily
git-svn-id: trunk@6433 -
2004-12-30 11:24:06 +00:00
mattias
03a3931754 fixed crash on readonly projects
git-svn-id: trunk@6409 -
2004-12-23 00:33:43 +00:00
mattias
545441282f fixed loading project flags and added RTTI example for readonly properties
git-svn-id: trunk@6373 -
2004-12-13 16:43:37 +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
6a9d72cbda fixed compiler options interface double variables
git-svn-id: trunk@6133 -
2004-10-12 08:23:20 +00:00
mattias
bce37f242b added compiler options to IDEIntf and made Win32GraphicApp default for application projects
git-svn-id: trunk@6125 -
2004-10-09 13:24:18 +00:00
mattias
4b92977b8b removed uneeded function TProject.AddNewFile
git-svn-id: trunk@6097 -
2004-10-01 13:18:41 +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
9cbff0982c added default values for compiler skip options and improved many parts of synedit for UTF8
git-svn-id: trunk@5919 -
2004-09-04 22:24:16 +00:00
marc
90b8b206c0 + Added option to skip compiler step on compile, build or run
* Fixed adding of runtime watches
* Fixed runnerror reporting (correct number and location is shown)

git-svn-id: trunk@5918 -
2004-09-04 21:54:08 +00:00
mattias
4ec908a9f7 added some project flags to start getting rid of TProjectType
git-svn-id: trunk@5900 -
2004-09-01 10:25:58 +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
6efa88fffb fixed extract proc selection block level check
git-svn-id: trunk@5748 -
2004-08-07 10:57:08 +00:00
mattias
ebb787e8f5 implemented virtual temporary ct files
git-svn-id: trunk@5747 -
2004-08-07 07:03:29 +00:00
mattias
e8ec5bd600 fixed setting Modified for hidden lpr file when adding CreateFormStatement
git-svn-id: trunk@5739 -
2004-08-04 16:58:15 +00:00
mattias
a444f136c2 replaced writeln by debugln
git-svn-id: trunk@5455 -
2004-05-11 11:42:27 +00:00
vincents
db5cc10354 added Trace: to assert message
git-svn-id: trunk@5341 -
2004-03-25 23:14:01 +00:00
mattias
bcf68cee11 implemented adding Application.Title:= statements
git-svn-id: trunk@5334 -
2004-03-20 12:55:48 +00:00
mattias
70c99062d7 fixed setting project LCLWidgetSet in defines
git-svn-id: trunk@5313 -
2004-03-17 11:28:35 +00:00
mattias
7352e72913 fixed package ID string to ID conversion
git-svn-id: trunk@5308 -
2004-03-15 15:56:24 +00:00
mattias
92c363f9d3 fixed error handling on saving lpi file
git-svn-id: trunk@5219 -
2004-02-22 15:39:44 +00:00
mattias
2bc1daf685 accelerated conversion from data to lrs
git-svn-id: trunk@5203 -
2004-02-17 22:17:40 +00:00
mattias
6d76f34810 using now fpc constant LineEnding from Vincent
git-svn-id: trunk@5073 -
2004-01-17 13:29:04 +00:00
mattias
cb158488ae fixed reopening virtual files
git-svn-id: trunk@5001 -
2004-01-03 20:19:22 +00:00
mattias
dc9602f510 added TProject.Destroying
git-svn-id: trunk@4956 -
2003-12-26 09:37:19 +00:00
mattias
459b1c939c fixed many range check warnings
git-svn-id: trunk@4951 -
2003-12-25 14:17:07 +00:00
mattias
854443fa49 fixed updating Define caches, when project dependencies changes
git-svn-id: trunk@4945 -
2003-12-23 18:51:40 +00:00
mattias
93962e4220 splitted output directories for cross compilation
git-svn-id: trunk@4914 -
2003-12-20 01:20:53 +00:00
mattias
4847e82ed3 fixed a few more black colors
git-svn-id: trunk@4838 -
2003-11-25 08:59:01 +00:00
mattias
7b213bc79f fixed win32 intf menu height from Wojciech
git-svn-id: trunk@4827 -
2003-11-22 23:56:33 +00:00
mattias
f0955a6093 implemented extract proc, check lfm and convert delphi unit
git-svn-id: trunk@4708 -
2003-10-15 18:01:10 +00:00
mattias
1b77f736e7 added catalan
git-svn-id: trunk@4707 -
2003-10-11 08:33:22 +00:00
mattias
5e5c1122a7 renamed LCLLinux to LCLIntf
git-svn-id: trunk@4637 -
2003-09-18 09:21:03 +00:00
mattias
d5f2315cf8 fixed loading old project compiler options
git-svn-id: trunk@4632 -
2003-09-17 08:43:17 +00:00
mattias
731901b4e8 implemented Import and Export of compiler options
git-svn-id: trunk@4594 -
2003-09-10 12:13:48 +00:00
mattias
09f667c569 implemented Build+Run File
git-svn-id: trunk@4504 -
2003-08-20 15:06:57 +00:00
mattias
b8131d303a clean up win32 ifdefs
git-svn-id: trunk@4484 -
2003-08-15 14:28:48 +00:00
mattias
c4156a9592 deactivated FCL TDataModule
git-svn-id: trunk@4408 -
2003-07-14 09:03:39 +00:00
mattias
7880351d77 fixed changing widget set and TStringGrid exceptions on ColCount=0
git-svn-id: trunk@4386 -
2003-07-08 17:30:19 +00:00
mattias
3057f78850 added automatic linux-windows file conversions
git-svn-id: trunk@4315 -
2003-06-25 17:22:47 +00:00
mattias
d1bd70761c fixed changing unitname during update
git-svn-id: trunk@4288 -
2003-06-19 09:26:58 +00:00
mattias
0da8d34560 implemented filename case check before adding to project
git-svn-id: trunk@4243 -
2003-06-08 11:05:45 +00:00
mattias
8798b8079b fixed loading bookmarks for editor index 0
git-svn-id: trunk@4230 -
2003-06-03 16:12:14 +00:00
mattias
ec9835ce63 implemented datamodules
git-svn-id: trunk@4222 -
2003-06-01 21:09:09 +00:00
mattias
ed5f8759dc splittet designer form and lookup root
git-svn-id: trunk@4220 -
2003-06-01 11:23:01 +00:00
mattias
78139b2a34 changed projects forms into components
git-svn-id: trunk@4218 -
2003-05-31 10:07:33 +00:00
mattias
e830dfbe20 started datamodule
git-svn-id: trunk@4217 -
2003-05-30 16:25:47 +00:00
mattias
806476ccad added README, describing how to create a gtk2 lcl application
git-svn-id: trunk@4196 -
2003-05-26 21:03:27 +00:00
mattias
4782526435 implemented restoring breakpoints
git-svn-id: trunk@4174 -
2003-05-23 14:12:51 +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
b005241c46 improved file checking
git-svn-id: trunk@4120 -
2003-05-02 10:28:59 +00:00
mattias
01696fe7b6 added package gtkopengl
git-svn-id: trunk@4109 -
2003-04-29 19:00:43 +00:00
mattias
9641429709 changed macro name ProjectDir to ProjPath
git-svn-id: trunk@4107 -
2003-04-29 09:31:10 +00:00
mattias
0818bea677 implemented define templates for projects with packages
git-svn-id: trunk@4094 -
2003-04-24 16:44:28 +00:00
mattias
885a22cec5 implemented default package for custom IDE components
git-svn-id: trunk@4088 -
2003-04-21 16:21:29 +00:00
mattias
70019f98d4 implemented inherited project compiler options
git-svn-id: trunk@4087 -
2003-04-20 23:10:03 +00:00
mattias
59957529dc implemented removing, re-adding, updating project dependencies
git-svn-id: trunk@4086 -
2003-04-20 20:32:40 +00:00
mattias
535b6b1c3a implemented saving loading project dependencies
git-svn-id: trunk@4084 -
2003-04-20 09:52:08 +00:00
mattias
043ac98dfc fixed loading form name
git-svn-id: trunk@4082 -
2003-04-20 07:36:29 +00:00
mattias
b5e10e846a implemented file reference list
git-svn-id: trunk@4075 -
2003-04-18 15:32:51 +00:00
mattias
7691dfe1a7 implemented creating compiler option string for packages
git-svn-id: trunk@4063 -
2003-04-16 13:48:10 +00:00
mattias
94d356f9a1 implemented inherited Compiler Options View
git-svn-id: trunk@4061 -
2003-04-15 17:58:28 +00:00
mattias
088d4e7233 fixed TMemo.WordWrap
git-svn-id: trunk@4060 -
2003-04-15 08:54:27 +00:00
mattias
74214654f9 implemented inherited compiler options
git-svn-id: trunk@4059 -
2003-04-14 18:03:48 +00:00
mattias
51365b3a35 implemented broken dependencies dialog
git-svn-id: trunk@4052 -
2003-04-13 13:45:04 +00:00
mattias
82e0e66828 implemented adding units to packages
git-svn-id: trunk@4023 -
2003-04-07 23:49:03 +00:00
mattias
56b8cf78e3 fixed path delimiters for environment directories
git-svn-id: trunk@3983 -
2003-03-29 21:41:19 +00:00
mattias
a66925277d added TMemoScrollBar
git-svn-id: trunk@3981 -
2003-03-29 17:20:05 +00:00
mattias
802fe6a4e3 set Project.AutoCreateForms default to true
git-svn-id: trunk@3962 -
2003-03-25 17:11:16 +00:00
mattias
5d4cf435f6 implemented ProjectOpt: AutoCreateNewForms, added designer Show Options
git-svn-id: trunk@3910 -
2003-03-11 09:57:51 +00:00
mattias
a0262292bf make resource string dialog nearly complete
git-svn-id: trunk@3904 -
2003-03-08 21:51:57 +00:00
mattias
35d4bc1872 fixed checking readonly for non existing files
git-svn-id: trunk@3901 -
2003-03-07 13:32:40 +00:00
mattias
d392a8d123 fixed readonly check and added script to quick create lazarus snapshot
git-svn-id: trunk@3900 -
2003-03-07 11:41:22 +00:00
mattias
55408cc264 added new ... dialog
git-svn-id: trunk@3885 -
2003-02-28 19:10:25 +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
6d6ed821e8 started package system (packager)
git-svn-id: trunk@3879 -
2003-02-28 10:14:28 +00:00
mattias
ae1de60c60 readonly flag is now only saved if user set
git-svn-id: trunk@3875 -
2003-02-26 12:44:52 +00:00
mattias
f5bd6c0d61 fixed search paths for virtual projects
git-svn-id: trunk@3806 -
2003-01-15 09:08:08 +00:00
mattias
47413cf3e4 implemented incremental find and unit usage counts
git-svn-id: trunk@3776 -
2003-01-02 04:33:55 +00:00
mattias
ac8efccb39 reduced lpi size
git-svn-id: trunk@3750 -
2002-12-28 13:26:37 +00:00
mattias
3a628d7a0e focus fixes, reduced lpi size
git-svn-id: trunk@3749 -
2002-12-28 12:42:38 +00:00
mattias
61f6b4695c project now notices, if compiler options changed
git-svn-id: trunk@3644 -
2002-11-16 13:56:20 +00:00
lazarus
038aaa7cb3 MG: fixed used virtual files and IsPartOfProject Bug
git-svn-id: trunk@3591 -
2002-10-30 22:28:50 +00:00