Commit Graph

57 Commits

Author SHA1 Message Date
marco
8082982d46 * removed single remaining use of a 1.0.x deprecated function.
git-svn-id: trunk@21322 -
2012-05-18 12:11:50 +00:00
Jonas Maebe
14cfe770a4 * replaced most (if not all) remaining fields/parameters in the compiler
that deal with paths/filenames with TPathStr (= ansistring) to prevent
    cutting off long paths (no change in speed when compiling the compiler,
    1% extra memory usage)

git-svn-id: trunk@21120 -
2012-04-29 17:36:23 +00:00
marco
dc14080182 * removed beautifying (camelcasing) of main module filename on *nix. Fixed #5614
git-svn-id: trunk@11458 -
2008-07-24 14:43:20 +00:00
giulio
157b00a44a IDE: Cleaned ifdefs related to Turbo Pascal and FPC 1.x
git-svn-id: trunk@11423 -
2008-07-20 21:37:48 +00:00
florian
d8fbc86061 * display compilation time, resolves #9926
git-svn-id: trunk@8776 -
2007-10-13 13:21:33 +00:00
peter
01350c165c * use new currentmodulestate
git-svn-id: trunk@7437 -
2007-05-24 06:40:37 +00:00
florian
acb9fb53d2 * fixed ide building using the new comment hook
git-svn-id: trunk@7371 -
2007-05-16 21:31:27 +00:00
pierre
3696f6fbb7 * better User Screen parsing code, interruptible by Esc key
git-svn-id: trunk@6125 -
2007-01-22 04:18:19 +00:00
pierre
87c0a048e5 * Undo last wrong commit
git-svn-id: trunk@6118 -
2007-01-22 04:03:46 +00:00
pierre
f876187194 * always include DebugMessage definitionwutils.pas
git-svn-id: trunk@6117 -
2007-01-22 03:51:32 +00:00
daniel
50b920294b + Switch IDE to resourcestrings
git-svn-id: trunk@6107 -
2007-01-21 21:40:59 +00:00
Jonas Maebe
41a415d366 * fixed type errors
git-svn-id: trunk@4800 -
2006-10-04 21:23:36 +00:00
peter
d98336156f * win64 compile fixes
git-svn-id: trunk@3297 -
2006-04-20 11:27:53 +00:00
peter
d3f604154b * removed obsolete ifdefs
git-svn-id: trunk@338 -
2005-06-10 07:11:29 +00:00
fpc
790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
fpc
50778076c3 initial import
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
florian
bd10600a3b * fixed compilation 2005-04-24 21:37:16 +00:00
peter
9843416e70 * always use exceptions to stop the compiler
- remove stop, do_stop
2005-04-24 21:01:37 +00:00
Tomas Hajny
171d3c54c1 * fix for targets missing exception handler implementation 2005-04-02 23:56:54 +00:00
florian
0a9b1e5b63 + Units & Exe dir may now contain $fpc... valus
* version to 1.0.4 increased
2005-03-06 13:48:59 +00:00
marco
daf59fbd7e * getFPCheapstatus (no, FPC HEAP, not FP CHEAP!) 2005-02-28 15:38:38 +00:00
peter
e417e34496 * truncate log 2005-02-14 17:13:06 +00:00
peter
1bb0a6373f * implement tinputfile.getfiletime 2005-02-10 20:57:02 +00:00
florian
1dcc4b0309 * user screen parsing fixed 2005-01-08 12:05:13 +00:00
peter
a263b1d40e * GetHeapStatus added, removed MaxAvail,MemAvail,HeapSize 2004-11-22 19:34:58 +00:00
florian
f95a1b6770 * implemented reload menu item
* increased file history to 9 files
2004-11-20 14:21:19 +00:00
florian
826564f0ff * reduced status updates by making them time dependend 2004-11-20 10:18:41 +00:00
florian
84def028af * fixed non working mouse after tools call
* better handling of source/target info
  * more info in about dialog
  * better info in compiler status dialiog
2004-11-14 21:45:28 +00:00
peter
4a8f1e918d * Breakpoints are now deleted when removed from source, disabling is
still possible from the breakpoint list
  * COMPILER_1_0, FVISION, GABOR defines removed, only support new
    FV and 1.9.x compilers
  * Run directory added to Run menu
  * Useless programinfo window removed
2004-11-08 20:28:25 +00:00
peter
2e6f9ff2a0 * fixed resize helptext 2004-11-06 22:02:48 +00:00
peter
d379e7285a * fixes for new fv 2004-11-06 17:22:52 +00:00
peter
14f74178c0 set exefile after compilation, before the target_info is not filled 2004-11-05 00:00:33 +00:00
peter
0eb61a4823 * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
Jonas Maebe
2268e4248b * made CompilerStop declaration compliant to new tstopprocedure type in
compiler
2004-09-09 20:33:00 +00:00
marco
70ca3f6e50 * linuxerrorcide 2003-11-14 17:29:38 +00:00
armin
1f0510925c * Fixed TCompilerMessageWindow.AddMessage to see line numbers with 1.1 2003-03-28 09:55:46 +00:00
pierre
c8a114a307 * fix problem in CompilerComment procedure 2003-03-27 14:11:53 +00:00
pierre
588b4508c1 * fix error in last commit 2003-01-13 09:05:18 +00:00
peter
20b1131cbd * adapted for new 1.1 compiler verbosity 2003-01-11 15:52:54 +00:00
pierre
8aca5d924f * avoid longjmp messages if quitting after compilation error 2002-12-02 13:58:29 +00:00
pierre
3e3c4683a3 * use target_os.ExeExt for compiled executable 2002-11-20 17:35:00 +00:00
Tomas Hajny
c14ba4685d * another bunch of missing HasSignal conditionals 2002-10-23 19:19:40 +00:00
pierre
327f5a720d * fix problems with system unit is not present for __fp__ compilation 2002-09-26 15:00:35 +00:00
pierre
7c478984c8 * only fpc uses video unit 2002-09-13 22:30:50 +00:00
pierre
a6d1670b82 * avoid to save file used by codecomplete 2002-09-09 06:53:54 +00:00
peter
952e80a72f * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
pierre
fc70eac139 * try to fix recompilation on changes problems 2002-09-05 08:45:40 +00:00
pierre
5953173600 + Enhance code complete by inserting unit symbols 2002-09-04 14:07:12 +00:00
pierre
43c0474872 + add a lock to speed up parsing of userscreen 2002-08-26 13:03:14 +00:00
pierre
7172866d44 * save and restore Exitproc if LongJmp called 2002-04-10 22:37:37 +00:00