Commit Graph

1931 Commits

Author SHA1 Message Date
vincents
d2ea69f6de disabled restarting lazarus, if not started by startlazarus, when compiling with fpc 1.0.x. Its system unit doesn't give a process id.
git-svn-id: trunk@6262 -
2004-11-17 15:41:12 +00:00
vincents
6c0ef5e717 replaced $(ProjectDir) by $(ProjPath) in destination directory template
git-svn-id: trunk@6261 -
2004-11-17 15:28:59 +00:00
mattias
2e189ec448 added some fpc src paths and changed auto create project for program a Yes/No question
git-svn-id: trunk@6246 -
2004-11-15 12:25:00 +00:00
mattias
d160b3b743 updated memcheck.pas from heaptrc.pp
git-svn-id: trunk@6225 -
2004-11-10 15:25:32 +00:00
mattias
233bfe04f3 fixed double calling destructor for resource cache items
git-svn-id: trunk@6211 -
2004-11-07 01:10:05 +00:00
mattias
68c0ee8c21 renamed avl_tree.pas to oldavltree.pas for new fpc 1.9.5
git-svn-id: trunk@6210 -
2004-11-06 19:49:14 +00:00
vincents
eb298338d2 Changes due to the new fpc unit directory structure.
git-svn-id: trunk@6208 -
2004-11-06 11:29:24 +00:00
mattias
455f9cf7dc added Delphi color scheme from Razvan
git-svn-id: trunk@6207 -
2004-11-05 22:18:44 +00:00
vincents
ebaff99d67 Use symbolic constant for restart exitcode.
git-svn-id: trunk@6205 -
2004-11-05 22:05:41 +00:00
marc
fee93ccea9 * fixed stronger fpc typing (and some real cast errors)
git-svn-id: trunk@6195 -
2004-11-04 01:26:47 +00:00
mattias
8960dd3810 implemented preferred size for controls for theme depending AutoSizing
git-svn-id: trunk@6189 -
2004-11-03 14:18:36 +00:00
vincents
6c926a1b4c - Implemented restarting by starting startlazarus on unix (for 1.9.x only).
- Add Restart After Succesfull Build CheckBox to the Configure Build Lazarus dialog.

git-svn-id: trunk@6183 -
2004-10-31 21:17:34 +00:00
mattias
089a0e60d6 disabled alClient RemainingClientRect adjust
git-svn-id: trunk@6182 -
2004-10-30 16:24:06 +00:00
mattias
cfaf6208d5 object inspector now uses ConfigSorage instead of laz_xmlxcfg
git-svn-id: trunk@6172 -
2004-10-28 10:01:30 +00:00
vincents
540fe4285a Lazarus can be restarted, even if not started by startlazarus (only win32 implemented).
git-svn-id: trunk@6166 -
2004-10-27 20:49:26 +00:00
mattias
b739b9b6dd updated finnish translation from Seppo
git-svn-id: trunk@6147 -
2004-10-17 09:55:36 +00:00
micha
7b6d63f91a speed up creation of environment options dialog by creating the handle later
git-svn-id: trunk@6142 -
2004-10-16 09:16:00 +00:00
mattias
d5177800f0 codeexplorer: using lower recursive depth
git-svn-id: trunk@6139 -
2004-10-15 13:28:22 +00:00
mattias
8f32b28a3f calling updating notebook tab after realize, needed for close btns
git-svn-id: trunk@6138 -
2004-10-15 12:04:09 +00:00
mattias
6a9d72cbda fixed compiler options interface double variables
git-svn-id: trunk@6133 -
2004-10-12 08:23:20 +00:00
marc
09f9e53b4f * Fixed interrupting GDB on win32
* Reset exename after run so that the exe is not locked on win32

git-svn-id: trunk@6132 -
2004-10-11 23:33:36 +00:00
vincents
0f9b054cfc Command line help for --debug-log.
git-svn-id: trunk@6130 -
2004-10-11 17:48:59 +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
vincents
51e29b5767 Added resource for startlazarus icon.
git-svn-id: trunk@6108 -
2004-10-04 07:05:11 +00:00
vincents
4786f0bb57 Added icon to startlazarus.
git-svn-id: trunk@6105 -
2004-10-01 21:33:36 +00:00
vincents
d624021fd1 fix LazProjectDescriptors memleak
git-svn-id: trunk@6101 -
2004-10-01 19:56:10 +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
mattias
967e95c46b barchart icon from Michael VC, finnish translation from Seppo
git-svn-id: trunk@6086 -
2004-09-28 21:00:26 +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
abacaa7cbf implemented Rename Identifier
git-svn-id: trunk@6075 -
2004-09-25 15:05:39 +00:00
micha
8b5ece2b97 convert LM_SETDESIGNING message to TWidgetSet method
git-svn-id: trunk@6069 -
2004-09-24 17:24:40 +00:00
vincents
5d937c489c moved FDebugger field from BaseDebugManager to DebugManager
git-svn-id: trunk@6049 -
2004-09-23 07:45:53 +00:00
vincents
a55e02fcb1 replace write with DbgOut
git-svn-id: trunk@6047 -
2004-09-22 21:35:08 +00:00
mattias
08d727e283 various fixes for TCustomMemo, RTTIControls, FindReferences
git-svn-id: trunk@6046 -
2004-09-22 19:05:58 +00:00
mattias
317a590852 implemented searching and editing virtual units
git-svn-id: trunk@6042 -
2004-09-22 12:43:18 +00:00
mattias
3a9c3febb9 updated russian localization
git-svn-id: trunk@6040 -
2004-09-21 21:51:08 +00:00
mattias
4a997f7523 fixed disable at designtime and bounding TProgressBar position
git-svn-id: trunk@6038 -
2004-09-21 10:05:26 +00:00
mattias
62665cfd40 implemented Refactoring Tool: Find Identfier References
git-svn-id: trunk@6035 -
2004-09-20 20:22:13 +00:00
mattias
a73fcef8dd fixed ideintf hard dependency on pkg intf
git-svn-id: trunk@6024 -
2004-09-18 10:13:58 +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
f252d6adac added refactoring submenu in source editor popupmenu and implemented simple var/const heuristic for extract proc
git-svn-id: trunk@6011 -
2004-09-16 00:15:50 +00:00
mattias
3a6a21005b added enclose selection with with block
git-svn-id: trunk@6006 -
2004-09-15 14:56:38 +00:00
mazen
3b2777f011 * Fixed infinite loop caused by very long file names
git-svn-id: trunk@6003 -
2004-09-15 08:25:09 +00:00
mattias
21b225c77b implemented finding DefineProperties in registered TPersistent, implemented auto commenting of missing units for Delphi unit conversion
git-svn-id: trunk@5996 -
2004-09-14 10:23:44 +00:00
mattias
06702cefa4 implemented autofixing MainUnit IDE directive PathDelim by Vincent
git-svn-id: trunk@5989 -
2004-09-12 22:57:29 +00:00
vincents
e87765f977 external tools are not running visibly anymore
git-svn-id: trunk@5988 -
2004-09-12 21:45:18 +00:00
vincents
a6a0b7cf8e fixed WriteOutput if time elapsed since last output is longer than half a second
git-svn-id: trunk@5979 -
2004-09-12 18:42:19 +00:00
vincents
22e003908d set FindInFile combobox texts to first item in history
git-svn-id: trunk@5974 -
2004-09-11 20:26:59 +00:00