User Tools

Site Tools


hpl3:3rdparty:codelite

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
hpl3:3rdparty:codelite [2017/07/24 07:35]
exorph
hpl3:3rdparty:codelite [2020/02/10 16:14]
timan
Line 2: Line 2:
  
 //Alternate community created guide with images can be found here // //​[[https://​wiki.frictionalgames.com/​hpl3/​community/​scripting/​codelite_setup_with_pictures|wiki.frictionalgames.com/​hpl3/​community/​scripting/​codelite_setup_with_pictures]]//​ //Alternate community created guide with images can be found here // //​[[https://​wiki.frictionalgames.com/​hpl3/​community/​scripting/​codelite_setup_with_pictures|wiki.frictionalgames.com/​hpl3/​community/​scripting/​codelite_setup_with_pictures]]//​
-  - [[http://​codelite.org/​support.php|Download ​the latest ​CodeLite ​release.]]+  - [[https://downloads.codelite.org/​ReleaseArchive.php|Download CodeLite ​version 12.0.0 or lower from here.]]
   - Launch CodeLite and configure: \\ <​nowiki>​*</​nowiki>​ Settings→Code Completion→Display and Behavior: Activate "Keep function signature un-formated"​.   - Launch CodeLite and configure: \\ <​nowiki>​*</​nowiki>​ Settings→Code Completion→Display and Behavior: Activate "Keep function signature un-formated"​.
       * Settings→Code Completion→ctags→Search Paths: Click Add.. and navigate to the SOMA game folder and select the script/ folder.       * Settings→Code Completion→ctags→Search Paths: Click Add.. and navigate to the SOMA game folder and select the script/ folder.
Line 25: Line 25:
  
   * Write Class@ object and not Class @object, the later will screw up coloring.   * Write Class@ object and not Class @object, the later will screw up coloring.
-  ​* A bug currently can make some words loose coloring when you launch codelite. Open the Tags settings, click OK and the re-tag the file or project to fix it. +  * If you loose all coloring and can't get it back, just re-tag ​the workspace.
-  ​* If you loose all coloring and can't get it back, delete the .tags file saved in the same folder as your workspace. Then relaunch codelite and re-tag workspace, save file to get it working.+
   * Parameters with &in will break coloring of parameter, but will have no other side-effects.   * Parameters with &in will break coloring of parameter, but will have no other side-effects.
  
hpl3/3rdparty/codelite.txt · Last modified: 2020/02/10 16:21 by timan