pierre
969c81b60f
* Fix DEBUG go32v2 compilation error
...
git-svn-id: trunk@16356 -
2010-11-17 16:14:08 +00:00
pierre
be4daa86e4
* Try to compile with mingw64 gdb
...
git-svn-id: trunk@16316 -
2010-11-08 15:44:38 +00:00
Károly Balogh
7bdfc64991
+ disable UserScreen for now on Amiga/MorphOS, dummy implementation causes more trouble than it solves
...
git-svn-id: trunk@16196 -
2010-10-21 23:44:17 +00:00
mazen
b127fc154a
* Fixed spell error revealed by lintian.
...
git-svn-id: trunk@16094 -
2010-10-06 20:33:57 +00:00
Jonas Maebe
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
...
later: the same as i386/darwin, except
a) uses the non-fragile Objective-C ABI/runtime
b) does not require stubs for direct calls/jumps (not required for
i386/darwin under 10.6 and later either, but still generated
there for backwards compatibility)
c) only the same packages are enabled as for ARM/Darwin
d) MacOSAll is compiled specifically for the iPhoneSimulator SDK
This target also defines the symbol "darwin" apart from the target
name "iphonesim" for source code compatibility reasons.
git-svn-id: trunk@16065 -
2010-09-29 21:56:47 +00:00
pierre
fb313ff87e
+ Use SetTbreak method
...
git-svn-id: trunk@15891 -
2010-08-24 13:35:36 +00:00
pierre
18bd6a344d
+ SetTBreak method added
...
git-svn-id: trunk@15890 -
2010-08-24 13:35:09 +00:00
Jonas Maebe
2011328acf
- removed debian detection since its gpm bug has been long fixed
...
git-svn-id: trunk@15862 -
2010-08-20 11:04:44 +00:00
marco
cfae57bccd
* add *.dpr and *.lpr to the Pascal highlight extensions
...
git-svn-id: trunk@15440 -
2010-06-15 07:49:06 +00:00
marco
ab2aa8f88d
* Patch from benjawin, Mantis 15779 to better deal with scrollbackbuffer<>screensize.
...
git-svn-id: trunk@14920 -
2010-02-17 08:53:48 +00:00
marco
9fb153f725
* fix for 11679, hide cursor when returning from dosshell/userprog
...
git-svn-id: trunk@14918 -
2010-02-15 15:59:33 +00:00
marco
83fc2dd1ea
* fix for #7308 . (changeonopen preferences does nothing)
...
git-svn-id: trunk@14887 -
2010-02-11 16:11:53 +00:00
pierre
7c06edbb17
* Avoid Range checks in CalcHash
...
git-svn-id: trunk@14772 -
2010-01-22 15:39:39 +00:00
pierre
d08c19be0d
* Update Makefiles
...
git-svn-id: trunk@14383 -
2009-12-10 08:27:13 +00:00
marco
f34978bf7b
* another minor incompatibility
...
git-svn-id: trunk@14346 -
2009-12-06 21:05:51 +00:00
marco
68e2c0c33e
* minor fix for problem of // with bin index chm files.
...
git-svn-id: trunk@14345 -
2009-12-06 21:03:35 +00:00
pierre
209acc0251
* Reset AbortTool before each run
...
git-svn-id: trunk@14063 -
2009-11-05 00:45:19 +00:00
pierre
eb188be8cb
+ Add support for gdblib.inc in libgdb directory
...
git-svn-id: trunk@14061 -
2009-11-04 23:30:49 +00:00
pierre
583ce9c1b9
* more GDB 7.0 changes
...
git-svn-id: trunk@14047 -
2009-11-04 14:21:32 +00:00
pierre
b9461b978c
* add missing remote dialog labels
...
git-svn-id: trunk@14038 -
2009-11-04 09:26:07 +00:00
pierre
d1f8681690
* fix compilation failure of test.pas
...
git-svn-id: trunk@14037 -
2009-11-04 09:25:28 +00:00
mazen
fe089df354
* Fixed typo in warning message.
...
git-svn-id: trunk@13972 -
2009-10-30 11:26:44 +00:00
marco
19fcb226f7
* IDE now uses generalized index procedure.
...
git-svn-id: trunk@13845 -
2009-10-11 13:53:03 +00:00
florian
07ef0c33df
o another linux console patch by Nikolay Nikolov:
...
* disabled linux VCSA output in UTF-8 mode, because it does not do any translation
and assumes that the font is cp437, or similar, which looks horrible on fonts
(like fedora's default latarcyrheb-sun16), which are designed only for unicode
support and have no similarity at all to cp437. We already can display all the
cp437 characters in UTF-8 mode (including the low 32 characters), in case the
font is cp437, and the UTF-8 translation provides better approximation (e.g.
for the line drawing characters) if the font is not cp437.
* do not "restore" the linux system font in SysDoneVideo in UTF-8 mode,
since we didn't change the font on startup
* added try_grab_vcsa to try harder to open VCSA in the linux IDE user
screen restore code. While VCSA is no longer needed in the video unit on
UTF-8 systems, the IDE still needs it, because it's the only way to provide
the "restore user screen" functionality on the linux virtual console.
git-svn-id: trunk@13726 -
2009-09-16 19:58:42 +00:00
marco
1e5b89049a
* Fix several minor html canonicalization problems. FB's chm still gpf's in the index load.
...
git-svn-id: trunk@13660 -
2009-09-06 17:06:36 +00:00
marco
fe20d5546e
* initial ms-its: cross chm linking support.
...
git-svn-id: trunk@13638 -
2009-09-02 20:54:06 +00:00
marco
1399b7f8fb
* open chm in nonexclusive mode. Could cause problems on Windows Vista where filelocks last even longer after closing.
...
git-svn-id: trunk@13599 -
2009-08-26 20:13:55 +00:00
florian
dd013a8987
* updated ide copyright and version
...
git-svn-id: trunk@13546 -
2009-08-16 21:25:18 +00:00
florian
212da45205
* don't send Update messages during loading of files, makes the IDE startup much faster when a lot of files are loaded
...
git-svn-id: trunk@13541 -
2009-08-16 10:26:29 +00:00
florian
e0cf3b0478
* change result type of AddItem from integer to sw_integer
...
git-svn-id: trunk@13538 -
2009-08-15 21:02:22 +00:00
marco
1a7b8eaefd
* minor improvements to debuginfo, and Florian's increasing of the topic size.
...
git-svn-id: trunk@13536 -
2009-08-15 13:37:49 +00:00
Jonas Maebe
847354fe10
* Makefiles version 2.5.1
...
git-svn-id: trunk@13533 -
2009-08-13 21:21:28 +00:00
Jonas Maebe
e246cac3ac
* regenerated using latest fpcmake
...
git-svn-id: trunk@13487 -
2009-08-02 18:40:14 +00:00
marco
10c67a4ad5
* fields after objects methods.
...
git-svn-id: trunk@13340 -
2009-06-27 14:06:58 +00:00
marco
91009ca615
* fixes for fields after classes also apply to TP objects. Fixed.
...
git-svn-id: trunk@13337 -
2009-06-27 13:45:33 +00:00
marco
c00204c1b3
* cvar needs to be external.
...
git-svn-id: trunk@13267 -
2009-06-12 21:07:51 +00:00
marco
39afd88425
* mingw textmode IDE debugging support. First working version (for me), atexit handler for mingw and cygwin stuff under ifndef USE_MINGW_GDB
...
git-svn-id: trunk@13157 -
2009-05-17 12:22:41 +00:00
Jonas Maebe
4bf254bc32
* added .txt extensions to all README, TODO and COPYING files
...
(mantis #12358 )
git-svn-id: trunk@12825 -
2009-02-28 17:34:08 +00:00
Károly Balogh
d800d165de
* use directory separator from System unit
...
git-svn-id: trunk@12794 -
2009-02-25 21:28:41 +00:00
florian
56ef86333d
* limit IDE stack to 3M on windows to avoid trouble at IDE startup at least on XP x64
...
git-svn-id: trunk@12650 -
2009-02-01 19:21:10 +00:00
marco
4ae434ce2e
* fix for supported_target turned into a set in r12622
...
git-svn-id: trunk@12623 -
2009-01-28 20:55:49 +00:00
marco
6916115086
* initialize edit menu to disabled, bug #6614
...
git-svn-id: trunk@12531 -
2009-01-08 22:44:32 +00:00
joost
e757212b86
* While reading in the configuration file, handle select-options case-insensitive, so that -Tlinux is correctly recognized
...
git-svn-id: trunk@12496 -
2009-01-03 22:36:09 +00:00
joost
96e141ffc6
* Instead of using a hardcoded SystemIDEDir first try to generate it from the startup-path
...
git-svn-id: trunk@12492 -
2009-01-03 18:04:32 +00:00
joost
c9b5621675
* ExistsDir must also find hidden directories, so that the local configuration files are found
...
git-svn-id: trunk@12462 -
2009-01-01 21:34:41 +00:00
marco
397539edf3
* fix for 0012697. crcs were used using a unit from the compiler.
...
Maybe polynomals were changed there since this was originally implemented
git-svn-id: trunk@12255 -
2008-11-27 20:54:41 +00:00
marco
77de2ff338
* Fix rangecheck problem, IDE now starts up after being compiled with -CROriot
...
git-svn-id: trunk@12130 -
2008-11-16 19:56:22 +00:00
marco
066e99be2b
* fixed another whtmlhlp
...
git-svn-id: trunk@12060 -
2008-11-12 20:16:59 +00:00
marco
c665711b4a
* Fixing result, no mode Delphi.
...
git-svn-id: trunk@12056 -
2008-11-12 17:53:13 +00:00
marco
2a28ba151f
* fix for win32 chm use.
...
git-svn-id: trunk@12054 -
2008-11-12 17:38:18 +00:00