Commit Graph

2244 Commits

Author SHA1 Message Date
florian
d17abfd1ad + openstring id is now supported 1999-02-05 12:51:21 +00:00
pierre
ebaa3a84ac <> debug conditionnal renamed DPMIEXCP_DEBUG 1999-02-05 12:49:25 +00:00
pierre
2d311def72 + code for FPC_TESTOBJEXT conditionnal 1999-02-05 12:26:25 +00:00
pierre
d4b1c07d9a + SourceDir that stores directories for sources that the
compiler should not know about
    Automatically asked for addition when a new file that
    needed filedialog to be found is in an unknown directory
    Stored and retrieved from INIFile
  + Breakpoints conditions added to INIFile
  * Breakpoints insterted and removed at debin and end of debug session
1999-02-05 12:11:53 +00:00
pierre
253b5b7cfd + SourceDirs added 1999-02-05 12:07:55 +00:00
pierre
7f1264e9ca + 'loose' centering for debugger 1999-02-05 12:04:56 +00:00
michael
fa91ee8dfb + Remarks by Dominik Deobald implemented 1999-02-05 11:32:40 +00:00
florian
9bcf29803e * in some cases a writeln of temp. ansistrings cause a memory leak, fixed 1999-02-05 10:56:19 +00:00
pierre
9709b802ba + linkofiles splitted inot linkofiles and linkunitfiles
because linkofiles must be stored with directory
    to enabled linking of different objects with same name
    in a different directory
1999-02-05 08:54:24 +00:00
pierre
92ce0fb888 * $L default extension from resext to objext 1999-02-05 08:51:16 +00:00
michael
3ac470a880 FileCreate must truncate the file 1999-02-04 21:43:08 +00:00
michael
1b018eafff + Fixed loadfromstream bug 1999-02-04 21:41:12 +00:00
pierre
a0d7c21ea4 * Set breakpoint only possible if source window 1999-02-04 17:56:17 +00:00
pierre
b2194c921a + several commands added 1999-02-04 17:54:22 +00:00
pierre
e4618ac6d6 + OpenOneSymbolBrowser 1999-02-04 17:53:47 +00:00
pierre
4452c5f39e * bs_invalid renamed bs_deleted 1999-02-04 17:52:38 +00:00
pierre
951303d680 * conditionnal code was wrong 1999-02-04 17:51:47 +00:00
pierre
98295eb7d0 + BrowserAtCursor started
* bug in TryToOpenFile removed
1999-02-04 17:45:23 +00:00
peter
e4f80a077b * linux fixes 1999-02-04 17:19:22 +00:00
michael
20c6d60e5a + fixed getvalue 1999-02-04 17:19:14 +00:00
peter
abbd27e3df * fixed crash with temp ansistring indexing 1999-02-04 17:16:51 +00:00
pierre
0368aeb7d1 * bug that lead to never close the redir file 1999-02-04 15:59:53 +00:00
pierre
7f85dc1fe5 * grep$$$.out was not closed 1999-02-04 15:59:08 +00:00
pierre
839493a774 * %fs is changed somewhere in debugging => use dosmemput instead of Mem array 1999-02-04 15:02:25 +00:00
michael
734889c0b6 * Fixed pos 1999-02-04 14:55:42 +00:00
pierre
6a9b21d415 + output and error redirection 1999-02-04 13:33:54 +00:00
pierre
b4b1e80dff * Several things added (I cannot commit them independently !)
+ added TBreakpoint and TBreakpointCollection
  + added cmResetDebugger,cmGrep,CmToggleBreakpoint
  + Breakpoint list in INIFile
  * Select items now also depend of SwitchMode
  * Reading of option '-g' was not possible !
  + added search for -Fu args pathes in TryToOpen
  + added code for automatic opening of FileDialog
    if source not found
1999-02-04 13:32:00 +00:00
pierre
9b3222cfbb + column info added 1999-02-04 13:16:14 +00:00
pierre
bcb0017927 + TabsPattern added 1999-02-04 13:15:40 +00:00
florian
cbfcfd4435 *** empty log message *** 1999-02-04 12:46:42 +00:00
pierre
33e7e22e1a + cmResetDebugger and cmGrep
* Avoid StatusStack overflow
1999-02-04 12:23:43 +00:00
florian
0d65d4126f * fixed indexed access of ansistrings to temp. ansistring, i.e.
c:=(s1+s2)[i], the temp is now correctly remove and the generated
    code is also fixed
1999-02-04 11:44:46 +00:00
florian
9b3fd7f5b6 + range checking for ansi- and widestrings
* made it compilable with TP
1999-02-04 10:49:39 +00:00
florian
4d9e0a3b11 + routines for range checking added 1999-02-04 10:49:21 +00:00
pierre
278d328c5c + GetCurrentWord (used in Find/Replace)
+ DefUseTabsPattern (pattern forcing tabs to be kept)
    used for all makefiles !!
1999-02-04 10:13:00 +00:00
pierre
2952458f80 + added objects and records symbol tables 1999-02-04 09:31:59 +00:00
michael
2517026b82 + Uses Windows on win32 platform 1999-02-03 16:18:58 +00:00
michael
c3b30adec1 + Inistial implementation 1999-02-03 13:40:58 +00:00
michael
c6a39aa272 + Only sysutils used now 1999-02-03 11:50:26 +00:00
michael
a7761fce12 + Added filetruncate 1999-02-03 11:41:30 +00:00
pierre
b186605bc4 * conditionnal code for extended check of virtual methods 1999-02-03 10:18:14 +00:00
pierre
c18fdf95f3 * fix for bug0211 for i386 1999-02-03 10:11:11 +00:00
florian
1cf84431d8 + added simple support for monochrome video cards (not cursors yet),
thanks to Jeff Patterson
1999-02-03 09:56:17 +00:00
pierre
dae387cd49 * symbol nubering begins with 1 in number_symbols
* program tmodule has globalsymtable for its staticsymtable
    (to get it displayed in IDE globals list)
  + list of symbol (browcol) greatly improved for IDE
1999-02-03 09:44:32 +00:00
florian
2ac877d04f * problem with calls to method pointers in methods fixed
- double ansistrings temp management removed
1999-02-02 23:52:32 +00:00
florian
cb4e814209 * new lines for non linux system fixed (tstrings class) 1999-02-02 23:49:23 +00:00
michael
df7d935b8f + Better clean 1999-02-02 22:47:04 +00:00
michael
f10d9fa181 + minor changes 1999-02-02 22:31:47 +00:00
michael
88db484b31 No longer needed, now sysutils is used. 1999-02-02 21:33:03 +00:00
michael
6facec26d6 - removed osfile.inc. All in sysutils now 1999-02-02 21:32:02 +00:00