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 |
|