Scite editor

Download Report

Transcript Scite editor

Scite
Scintilla integrated text editor
Click here
Choose Atlanta, GA … click Download
You will get a .zip file as shown (I saved this on my desktop)
Double click on the icon and unzip with WinZip
Click on Extract to remove the files from the archive
They are normally placed directly in your C drive or under C\program files
The name of the folder is wscite
This is the executable
file … double click
After the program is loaded, if a shortcut was not put onto
your desktop, add one as shown for easy access
Double click on the shortcut to start the text editor
Click on file on the menu bar to change the page setup
Set all four margins to 0.25
Click on view on the menu bar and put a check on the following:
Tool Bar
Status Bar
Line Numbers
Output
Click on Options and uncheck the Vertical Split
This will produce an “output screen” on the bottom part of the editor
Click on Change Indentation Settings and change them to either 3 or 4
Java class with one method
Java application
After you implement the code, click on Tools and then click on Compile
The editor will print out, at the prompt (>), the command: javac Morty.java
If there are no errors you will get: Exit code: 0
After you compile, click on Tools and then click on Go (Run program)
The editor will print out, at the prompt (>), the command: java Morty
If there are no errors you will get all of the output followed by: >Exit code: 0