Page 1 of 1

Some tips for JCIDE - Java Editor

Posted: Tue Sep 01, 2015 2:12 am
by product
In this section, You will learn about some of the basic Java editor features in JCIDE.

1, You can open *.java files in JCIDE editor by double clicking on it.

2, Syntax highlighting. Different kinds of elements in the Java source are rendered in different colors.


3, The Outline view displays an outline of the Java file including the package declaration, import declarations, fields, types and methods. The Outline view uses icons to annotate different Java elements.


4, In the Outline view, you can select different elements, and they are again displayed in a whole file view in the editor.

Re: Some tips for JCIDE - Java Editor

Posted: Wed Dec 02, 2015 2:44 am
by predators
Compared to other JavaCard development tools, It is very similar.

In Syntax highlighting : if different kinds of elements in the Java source are using more colors to distinguish , it will be more perfect.