Difference between revisions of "Java-mode"

From WikEmacs
Jump to navigation Jump to search
(Undo revision 2388 by Kindahero (talk))
m (Reverted edits by Debrita (talk) to last revision by GregLucas)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
I comment what I can't iteidmamely comprehend.Syntax highlighting gives me lots of cues so I can mentally parse a block of code much faster than if it were black and white.Thus, what needs a comment in black and white does not necessarily need a comment in TechniColor.While one should indeed comment business logic, one should also comment such that one's navigation of code is easy. Bear in mind that, as a Perl programmer, there can be a lot of meaning in just a few lines of my code.cheers,
+
{{Infobox major-mode
 +
|title = Emacs Lisp
 +
|library = cc-mode
 +
|command = java-mode
 +
|builtin = yes
 +
|auto activates = *.java
 +
}}
 +
 
 +
'''java-mode''' comes with Emacs which provides very basic [[syntax highlighting]].
 +
 
 +
== Basic Setup ==
 +
 
 +
 
 +
==See also ==
 +
[[Java]]
 +
 
 +
 
 +
[[Category:Java]]
 +
[[Category:Programming languages]]

Latest revision as of 20:21, 7 December 2012

Emacs Lisp
Library cc-mode
Command java-mode
Builtin yes
Auto-activates for *.java


java-mode comes with Emacs which provides very basic syntax highlighting.

Basic Setup

See also

Java