Commit Graph

10 Commits

Author SHA1 Message Date
Margers
12599706e5 Update Textmode IDE to new mouse wheel event. 2025-02-17 10:39:33 +00:00
Margers
fd64cb8c5a Show proper dialog title for Add Watch and Edit Watch 2024-11-11 12:13:17 +00:00
Margers
e1cb188157 FV In ListBox mouse scroll function as Key Up or Key Down 2024-09-24 16:31:17 +00:00
Michaël Van Canneyt
98ea5cddda * PChar -> PAnsichar 2023-07-15 18:22:37 +02:00
florian
b8a7473fec * hopefully finally fix of r44186
git-svn-id: trunk@44190 -
2020-02-16 12:48:39 +00:00
pierre
314c4552e5 Revert part of previous commit, not related to typos fixes
git-svn-id: trunk@44187 -
2020-02-16 09:33:10 +00:00
Tomas Hajny
ade50d3b50 * fix typo
git-svn-id: trunk@44186 -
2020-02-16 00:29:47 +00:00
Jonas Maebe
c6bb85eae9 * support for compiling the objects unit methods that expect local procedure/
function pointers using {$modeswitch nestedprocvars} functionality, activate
    this for LLVM and also activate that modeswitch for a test that uses this
   o also convert the IDE units to use this functionality
   o requires extra typecasts because implicit type conversions from
     procvar(p: psometype) to procvar(p: pointer) are not supported; on the
     plus side, even those type conversions are checked for validity
   o note: requires {$modeswitch nestedprocvars} in all programs/units
     that rely on this functionality

git-svn-id: trunk@40598 -
2018-12-20 21:22:40 +00:00
pierre
1ff69ee0fa Fix compilation with SUPPORT_REMOTE macro defined
git-svn-id: trunk@38157 -
2018-02-07 22:28:39 +00:00
florian
3ce7927096 * made the ide a package, so it can be build in parallel with the other packages, reasons:
- lowers build times
  - ide is not that important anymore than years before
  - other utils like pastojs are also located in the packages tree

git-svn-id: trunk@37926 -
2018-01-06 20:22:30 +00:00