Commit Graph

234 Commits

Author SHA1 Message Date
mattias
8201f274a8 added debug output for FindFPCTool
git-svn-id: trunk@8444 -
2006-01-04 17:51:18 +00:00
mattias
c62d1bc330 added more sphisticated FPCTool search function to find fpcmake.exe under windows
git-svn-id: trunk@8440 -
2006-01-04 17:08:59 +00:00
mattias
55b7e83e1c implemented codetools functions to collect search paths and to unitfiles in searchpaths
git-svn-id: trunk@8350 -
2005-12-21 11:47:03 +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
marc
8e0c64979c + Added check for escaped quotes
git-svn-id: trunk@8300 -
2005-12-13 00:54:36 +00:00
mattias
bf260d22ec reduced synedit highlighter overhead on inserting/replacing many lines
git-svn-id: trunk@8268 -
2005-12-07 22:53:31 +00:00
mattias
9542928f63 fixed linux compilation, fixed codetools searching class header comment
git-svn-id: trunk@8127 -
2005-11-10 18:36:27 +00:00
mattias
81ec6c15c1 removed dos unit
git-svn-id: trunk@7950 -
2005-10-11 07:55:52 +00:00
mattias
02ef7c9c49 added .p as pascal extension
git-svn-id: trunk@7730 -
2005-09-17 18:01:22 +00:00
mattias
d78f4a688c converted environment options to lfm from Darius
git-svn-id: trunk@7726 -
2005-09-17 13:50:59 +00:00
mattias
193756ef59 fixed FindNext finding empty filename
git-svn-id: trunk@7597 -
2005-08-30 17:41:53 +00:00
vincents
e91c979c4e removed $IFDEF VER1 from Salvatore
git-svn-id: trunk@7475 -
2005-08-03 20:14:56 +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
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
80fb00e662 added check for overwriting source directory on ublish module
git-svn-id: trunk@6912 -
2005-03-07 17:33:54 +00:00
mattias
21624d99b0 reactivated fast xml units without widestrings
git-svn-id: trunk@6716 -
2005-01-29 14:36:04 +00:00
mattias
40e9cb0f1b fixed SplitCmdLine for empty string
git-svn-id: trunk@6696 -
2005-01-26 18:41:23 +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
f511a12950 added checks for filenames with spaces
git-svn-id: trunk@6675 -
2005-01-24 11:49:42 +00:00
micha
5f8026a62c fix bug #506: pass quoted files and paths to gdb that possibly contain spaces
git-svn-id: trunk@6615 -
2005-01-16 19:02:02 +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
b298708349 available translations are now searched automatically
git-svn-id: trunk@6340 -
2004-12-06 18:27:18 +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
mattias
08d727e283 various fixes for TCustomMemo, RTTIControls, FindReferences
git-svn-id: trunk@6046 -
2004-09-22 19:05: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
ca675e25c7 implemented registration of project file types
git-svn-id: trunk@5899 -
2004-09-01 09:43:24 +00:00
mattias
bddd2f7bdc fixed freeing synedit PrimarySelection and sending gtklist DrawItem msg for destroing controls
git-svn-id: trunk@5691 -
2004-07-17 14:24:31 +00:00
mattias
47d625d78e replaced FindMask by global function from Vincent
git-svn-id: trunk@5540 -
2004-06-05 10:29:15 +00:00
mattias
48195f2943 fixed searching dir in searchpath under win32
git-svn-id: trunk@5090 -
2004-01-23 19:36:49 +00:00
mattias
485012e8e0 avoided fpc 1.9.2 AString:=AString bug
git-svn-id: trunk@5072 -
2004-01-17 12:43:29 +00:00
mattias
747b7543e3 fixed TrimSearchPath for paths starting with spaces
git-svn-id: trunk@5068 -
2004-01-16 12:01:32 +00:00
mattias
aa76552f75 renamed DirectoryExists to DirPathExists to reduce ambigiousity
git-svn-id: trunk@4925 -
2003-12-21 13:58:06 +00:00
mattias
f8bf653343 implemented Clean Directories
git-svn-id: trunk@4859 -
2003-11-28 23:24:57 +00:00
mattias
9860db873d added ambigious unit check for IDE
git-svn-id: trunk@4804 -
2003-11-15 13:07:09 +00:00
mattias
7ad8ccaa88 added state window from Bob
git-svn-id: trunk@4785 -
2003-11-08 23:56:53 +00:00
marco
b0b4261064 * fixes for freebsd
git-svn-id: trunk@4761 -
2003-11-04 11:49:04 +00:00
mazen
0a465d4795 * Fixing VER1_1 compile problem to allow using 1.1 compiler
* Most of oldlinux unit calls are now in BaseUnix unit with prefix Fp

git-svn-id: trunk@4748 -
2003-10-31 14:25:59 +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
fb8af62ec2 added searching for fpImage reader/writer
git-svn-id: trunk@4606 -
2003-09-12 14:59:43 +00:00
mattias
b8131d303a clean up win32 ifdefs
git-svn-id: trunk@4484 -
2003-08-15 14:28:48 +00:00
mattias
122d5ff33f started check compiler options
git-svn-id: trunk@4474 -
2003-08-13 16:18:58 +00:00
mattias
03abba6294 added FindInFiles Options from Bob
git-svn-id: trunk@3441 -
2002-10-01 15:46:03 +00:00
mattias
b49c62e4b0 fixed findclose
git-svn-id: trunk@3439 -
2002-10-01 15:46:02 +00:00
mattias
b73b5353d5 added reg expr to find in files from Bob
git-svn-id: trunk@3438 -
2002-10-01 15:46:02 +00:00
mattias
2327882286 added SelectDirectory dialog
git-svn-id: trunk@3436 -
2002-10-01 15:46:01 +00:00
mattias
db3c9842fc added findinfiles strat implementation from Bob Wingard
git-svn-id: trunk@3431 -
2002-10-01 15:45:59 +00:00
mattias
3e23f77601 added automatic linux-windows file conversions
git-svn-id: trunk@3429 -
2002-10-01 15:45:58 +00:00
mattias
01a8eab6d8 fixes for debugging lazarus
git-svn-id: trunk@3428 -
2002-10-01 15:45:57 +00:00
mattias
137f69e3e4 fixed update on changing package usage options
git-svn-id: trunk@3426 -
2002-10-01 15:45:56 +00:00
mattias
1ad9311c59 external tools are now searched in PATH
git-svn-id: trunk@3425 -
2002-10-01 15:45:55 +00:00
mattias
c5786f8b63 implemented filename case check before adding to project
git-svn-id: trunk@3424 -
2002-10-01 15:45:54 +00:00
mattias
6f35e069d6 small fixes for debugger without file
git-svn-id: trunk@3423 -
2002-10-01 15:45:53 +00:00
mattias
5e9b0c085f made compiling gtk2 interface easier
git-svn-id: trunk@3422 -
2002-10-01 15:45:52 +00:00
mattias
bd1b61d5e1 implemented search, fixed double loading breakpoints
git-svn-id: trunk@3421 -
2002-10-01 15:45:51 +00:00
mattias
428e9ffa91 implemented searching for indirect include files
git-svn-id: trunk@3420 -
2002-10-01 15:45:50 +00:00
mattias
70f8dc0d02 started loading/saving watches
git-svn-id: trunk@3419 -
2002-10-01 15:45:49 +00:00
mattias
8302a7e246 small fixes for gtkopengl
git-svn-id: trunk@3418 -
2002-10-01 15:45:48 +00:00
mattias
5ff70ab6fb implemented installing static packages
git-svn-id: trunk@3417 -
2002-10-01 15:45:47 +00:00
mattias
d6d3d3c853 implemented custom package initialization
git-svn-id: trunk@3416 -
2002-10-01 15:45:46 +00:00
mattias
ba1bca6234 implemented default package for custom IDE components
git-svn-id: trunk@3415 -
2002-10-01 15:45:45 +00:00
mattias
053cf027cd implemented automatic define templates for packages
git-svn-id: trunk@3414 -
2002-10-01 15:45:44 +00:00
mattias
b3d4452dd0 implemented compilation of simple packages
git-svn-id: trunk@3413 -
2002-10-01 15:45:43 +00:00
mattias
40f7bb5562 implemented creating compiler option string for packages
git-svn-id: trunk@3412 -
2002-10-01 15:45:42 +00:00
mattias
74beb6a945 implemented inherited Compiler Options View
git-svn-id: trunk@3411 -
2002-10-01 15:45:41 +00:00
mattias
a9ebfbffec implemented editing dependencies
git-svn-id: trunk@3410 -
2002-10-01 15:45:40 +00:00
mattias
8f9ea479eb implemented broken dependencies dialog
git-svn-id: trunk@3409 -
2002-10-01 15:45:39 +00:00
mattias
d4d9be12c6 started package registration
git-svn-id: trunk@3408 -
2002-10-01 15:45:38 +00:00
mattias
dbc4754166 implemented global and user package links
git-svn-id: trunk@3407 -
2002-10-01 15:45:37 +00:00
mattias
c0601d90c6 added TMemoScrollBar
git-svn-id: trunk@3406 -
2002-10-01 15:45:36 +00:00
mattias
d6d67d7996 fixed rtl include path
git-svn-id: trunk@3405 -
2002-10-01 15:45:35 +00:00
mattias
d4f67913c0 improved case renaming of pascal files
git-svn-id: trunk@3404 -
2002-10-01 15:45:34 +00:00
mattias
ca3b7a17ce fixed TControl.Show in design mode
git-svn-id: trunk@3403 -
2002-10-01 15:45:33 +00:00
mattias
cefa78f0c5 added synedit localization
git-svn-id: trunk@3402 -
2002-10-01 15:45:32 +00:00
mattias
be090f6f5d added localization for env options from Olivier
git-svn-id: trunk@3401 -
2002-10-01 15:45:31 +00:00
mattias
f079e2efcc fixed searching lazarus in current dir
git-svn-id: trunk@3400 -
2002-10-01 15:45:30 +00:00
mattias
8caddb6cbe resolving lazarus directory even if started with search path
git-svn-id: trunk@3399 -
2002-10-01 15:45:29 +00:00
mattias
9e79b31d5b added ReadAllLinks
git-svn-id: trunk@3398 -
2002-10-01 15:45:28 +00:00
mattias
319dc2391c fixed TCustomEdit.SelStart when nothing selected
git-svn-id: trunk@3397 -
2002-10-01 15:45:27 +00:00
mattias
e1b8eed559 freeing stopped external tools
git-svn-id: trunk@3396 -
2002-10-01 15:45:26 +00:00
mattias
3228319948 changes for fpc 1.1
git-svn-id: trunk@3395 -
2002-10-01 15:45:25 +00:00
mattias
a984b4d733 fixed backuping symlinks
git-svn-id: trunk@3394 -
2002-10-01 15:45:24 +00:00
mattias
3ce0e4a00f finished publish project
git-svn-id: trunk@3393 -
2002-10-01 15:45:23 +00:00
mattias
bba7efd634 added spanish support
git-svn-id: trunk@3392 -
2002-10-01 15:45:22 +00:00
mattias
e32657c3c0 added basic file handling functions to filectrl
git-svn-id: trunk@3391 -
2002-10-01 15:45:21 +00:00
lazarus
7c08dc2ede AJ: fixed compiling on win32
git-svn-id: trunk@3390 -
2002-10-01 15:45:20 +00:00
lazarus
387f997ca0 AJ: fixed ideprocs uses dos twice in win32
git-svn-id: trunk@3389 -
2002-10-01 15:45:19 +00:00
lazarus
d300d2e70b MG: added publish project
git-svn-id: trunk@3388 -
2002-10-01 15:45:18 +00:00
lazarus
4bfe65783c MG: added LCLPlatform to build lazarus dialog
git-svn-id: trunk@3387 -
2002-10-01 15:45:17 +00:00
lazarus
84eea4342e MG: fixed jumping history
git-svn-id: trunk@3386 -
2002-10-01 15:45:16 +00:00
lazarus
3443807a79 MG: workaround for TBinaryObjectWriter till we announce the new compiler
git-svn-id: trunk@3368 -
2002-09-20 08:36:42 +00:00
lazarus
6f512029ae MG: replaced halt with raiseexception
git-svn-id: trunk@3353 -
2002-09-16 16:06:21 +00:00
lazarus
ad021fe58e MG: unnit dependencies basically working
git-svn-id: trunk@3345 -
2002-09-14 17:04:24 +00:00
lazarus
60c0bf0cd4 MG: added insert ChangeLog Entry
git-svn-id: trunk@3324 -
2002-09-11 12:18:21 +00:00
lazarus
4b76f93f27 MG: added insert Username and Datetime
git-svn-id: trunk@3323 -
2002-09-11 12:05:46 +00:00
lazarus
8c87999185 MG: added insert GPL notice
git-svn-id: trunk@3322 -
2002-09-11 11:31:23 +00:00
lazarus
be6391b14b MG: not existing files will now be removed from recent lists
git-svn-id: trunk@3251 -
2002-08-27 09:22:43 +00:00
lazarus
97b927cb3d MG: fixed uses section
git-svn-id: trunk@3229 -
2002-08-21 11:30:52 +00:00
lazarus
68c590e8a0 MG: fixed mem some leaks in ide and gtk
git-svn-id: trunk@3228 -
2002-08-21 11:29:35 +00:00
lazarus
9edfb60be4 MG: added Un-/Comment Selection
git-svn-id: trunk@1845 -
2002-08-16 19:00:56 +00:00
lazarus
77fcbcd0dc MG: added a faster version of TXMLConfig
git-svn-id: trunk@1796 -
2002-07-30 06:24:06 +00:00
lazarus
a9d326e24a MG: fixed hints
git-svn-id: trunk@1784 -
2002-07-08 10:34:12 +00:00
lazarus
d8e1f35876 MG: fixed hints
git-svn-id: trunk@1783 -
2002-07-08 10:30:58 +00:00
lazarus
a8838bdc2d MG: fixed compiling for invalid programnames
git-svn-id: trunk@1779 -
2002-07-05 10:53:25 +00:00
lazarus
04cb1f713a MG: added handling of invalid programnamnes on save project
git-svn-id: trunk@1778 -
2002-07-05 10:32:44 +00:00
lazarus
ff2807c8cf MG: fixed typo
git-svn-id: trunk@1775 -
2002-07-04 15:12:16 +00:00
lazarus
8ff74a68fc MG: added codetools languages
git-svn-id: trunk@1774 -
2002-07-04 15:03:07 +00:00
lazarus
f665e24da1 MG: added internationalization, started with german
git-svn-id: trunk@1773 -
2002-07-04 14:48:24 +00:00
lazarus
c6cf9cfbda MG: added Tabs To Spaces in Selection
git-svn-id: trunk@1766 -
2002-06-28 06:34:56 +00:00
lazarus
15aa57881a MG: backuping files now save file attributes/permissions
git-svn-id: trunk@1684 -
2002-05-16 14:01:45 +00:00
lazarus
b8972ebce8 Keith: Fixed Win32 compilation problems
git-svn-id: trunk@1678 -
2002-05-13 21:21:28 +00:00
lazarus
6c9464c470 MG: updated licenses
git-svn-id: trunk@1668 -
2002-05-10 06:57:51 +00:00
lazarus
65c5b68d59 MG: fixed saving OI settings
git-svn-id: trunk@1647 -
2002-04-28 06:42:49 +00:00
lazarus
486bb0667d MG: IDE and codetools work now with trimmed filenames
git-svn-id: trunk@1642 -
2002-04-26 13:50:15 +00:00
lazarus
074a94475e MG: fixed SearchFileInPath
git-svn-id: trunk@1583 -
2002-04-03 07:29:58 +00:00
lazarus
3f5788bc3f MG: clean ups for main.pp, many minor fixes
git-svn-id: trunk@1544 -
2002-03-25 16:48:26 +00:00
lazarus
5d76031986 MG: added TOpen/SaveFlags and splittet some methods
git-svn-id: trunk@1543 -
2002-03-25 07:29:24 +00:00
lazarus
18de98b2ef MG: implemented run parameters: wd, launching app, sys vars
git-svn-id: trunk@1513 -
2002-03-14 14:39:41 +00:00
lazarus
bdf376450c MG: outputfilter can now find include files
git-svn-id: trunk@858 -
2002-02-09 01:47:08 +00:00
lazarus
0ada200b98 MG: fixed typo in win32 code
git-svn-id: trunk@563 -
2002-01-01 15:52:39 +00:00
lazarus
247f0376f6 MG: changes for fpc 1.1
git-svn-id: trunk@547 -
2001-12-19 10:59:12 +00:00
lazarus
03c31c5c96 MG: new file procs, find declaration now supports relative search paths
git-svn-id: trunk@541 -
2001-12-17 16:47:00 +00:00
lazarus
e2a57d3b7b MG: changes for new compiler 20011216
git-svn-id: trunk@536 -
2001-12-16 22:24:55 +00:00
lazarus
daad2096a2 MG: started find/replace history
git-svn-id: trunk@519 -
2001-12-13 14:13:10 +00:00
lazarus
ebc1277083 MG: added search for compiler, if not set
git-svn-id: trunk@495 -
2001-12-10 08:44:23 +00:00
lazarus
a9388c5fe6 MG: added hint for unset compiler path
git-svn-id: trunk@494 -
2001-12-10 08:19:52 +00:00
lazarus
c1f59f9e4c MG: minor fixes
git-svn-id: trunk@492 -
2001-12-10 07:47:00 +00:00
lazarus
43248ea0e1 MG: added jump-history
git-svn-id: trunk@472 -
2001-12-01 22:17:27 +00:00
lazarus
91d1543e1d MG: moved executable check to ideprocs.pp
git-svn-id: trunk@446 -
2001-11-21 13:09:50 +00:00
lazarus
07f6e25d94 MG: fixed DirectoryExists
git-svn-id: trunk@376 -
2001-10-31 18:09:51 +00:00
lazarus
e4f88ae491 MG: added code completion
git-svn-id: trunk@347 -
2001-10-12 17:34:27 +00:00
lazarus
ff15c0780a MG: added add to/remove from project, small bugfixes
git-svn-id: trunk@254 -
2001-04-04 12:20:35 +00:00
lazarus
85afa29a5c MG: added project options
git-svn-id: trunk@251 -
2001-04-03 12:14:43 +00:00