Parcourir la source

* readd adjusted comment regarding InLazIDE which can still have its use

Sven/Sarah Barth il y a 2 jours
Parent
commit
3889b7ddd0
1 fichiers modifiés avec 14 ajouts et 0 suppressions
  1. 14 0
      packages/rtl-objpas/src/inc/rtti.pp

+ 14 - 0
packages/rtl-objpas/src/inc/rtti.pp

@@ -28,6 +28,20 @@ unit Rtti;
 {$goto on}
 {$Assertions on}
 
+{ Note: the Lazarus IDE might have problems to correctly handle some syntax
+        elements or to navigate to the invoke.inc if the main source is
+        navigated inside the IDE; to allow ensure that the InLazIDE define
+        is defined for the CodeTools. To do this do this:
+
+  - go to Tools -> Codetools Defines Editor
+  - go to Edit -> Insert Node Below -> Define Recurse
+  - enter the following values:
+      Name: InLazIDE
+      Description: Define InLazIDE everywhere
+      Variable: InLazIDE
+      Value from text: 1
+}
+
 {$WARN 4055 off : Conversion between ordinals and pointers is not portable}
 interface