User Tools

Site Tools


documentation:multicompilationinscite

Compiling Capsis and Jeeb in Scite

You may need to launch several compilation scripts from Scite if you work on several project. Here is an option to compile differently.

  • Options > Open User Options file
  • Add and adapt these lines with your own paths to Capsis and Jeeb
command.name.4.*=Capsis | compile
command.4.*=sh /home/coligny/java/capsis4/trunk/bin/javac_capsis.sh $(FileNameExt) 
command.mode.4.*=savebefore:yes
command.shortcut.4.*=F6

command.name.5.*=Capsis | ant clean compile
command.5.*=cd /home/coligny/java/capsis4/trunk/;sh ant clean compile
command.mode.5.*=savebefore:yes
command.shortcut.5.*=Ctrl+F6

command.name.6.*=Jeeb | ant compile
command.6.*=cd /home/coligny/java/jeeb/trunk/;sh ant compile
command.mode.6.*=savebefore:yes
command.shortcut.6.*=F7

command.name.7.*=Jeeb | ant clean compile
command.7.*=cd /home/coligny/java/jeeb/trunk/;sh ant clean compile
command.mode.7.*=savebefore:yes
command.shortcut.7.*=Ctrl+F7

Hitting F6 will launch the 'javac_capsis.sh' script and F7 will launch 'sh ant compile' for jeeb.

Note: other options are possible, F6 may be replaced by Ctrl+K, etc. See the Scite online documentation for more oprions.

documentation/multicompilationinscite.txt ยท Last modified: 2021/12/13 09:28 by 127.0.0.1