A
Atreju
Hi all,
Following up from a previous post, I just started using Sams Teach
Yourself Java 6 in 21 days. So far it seems very nice, very similar to
my old VB book of the same series.
However, the text editor it comes with is buggy (for example, doesn't
colorize syntax until file is saved) and doesn't really do what I
need, and I'm wondering if anyone knows of any java-aware freeware
editors that do what i need:
For example, I had compile errors a few times because I failed to
capitalize the word "String" and simliarly I named a method
"showAttributes" but when I called it in an application I accidentally
capitalized ShowAttributes and it did not recognize any time I used it
like that, until I changed them to lowercase the way it is written in
the method declaration.
Having been using VB for so long, I'm spoiled in that, let's say I
name a variable strMyStringVariableWithAWeirdName
I could type ANYWHERE in my project strmystringvariablewithaweirdname
and it would automatically recognize it as having been declared as a
variable, and it applied the appropriate capitalizations. This
"awareness" as it is referred to is extraordiarily useful for me, and
especially since I'm only just learning... I understand that in the
scope of a whole IDE it can have the power to recognize everything
built therein, but even just having not capitalized "String" in my
main, for example, caused me a problem:
I wrote
public static void main(string[] arguments) {
and it left the word string un-capitalized. Given that's a variable
type that's part of the java language, I would think at least I could
get an editor that would correct that. It wouldn't compile until I
found that error.
Yes, yes, I know I've been spoiled, but I often, in my freeware hunts,
see a gazillion "editors" on the internet that feature all kinds of
these abilities for various languages.
I need the easiest and most reliable one in terms of taking care of
holding my hand like this. I want something free. I've been browsing
sourceforge but nothing catches my eye yet, so I figured... here's a
good place to get recommendation.
Any recommendation is appreciated, thanks.
Following up from a previous post, I just started using Sams Teach
Yourself Java 6 in 21 days. So far it seems very nice, very similar to
my old VB book of the same series.
However, the text editor it comes with is buggy (for example, doesn't
colorize syntax until file is saved) and doesn't really do what I
need, and I'm wondering if anyone knows of any java-aware freeware
editors that do what i need:
For example, I had compile errors a few times because I failed to
capitalize the word "String" and simliarly I named a method
"showAttributes" but when I called it in an application I accidentally
capitalized ShowAttributes and it did not recognize any time I used it
like that, until I changed them to lowercase the way it is written in
the method declaration.
Having been using VB for so long, I'm spoiled in that, let's say I
name a variable strMyStringVariableWithAWeirdName
I could type ANYWHERE in my project strmystringvariablewithaweirdname
and it would automatically recognize it as having been declared as a
variable, and it applied the appropriate capitalizations. This
"awareness" as it is referred to is extraordiarily useful for me, and
especially since I'm only just learning... I understand that in the
scope of a whole IDE it can have the power to recognize everything
built therein, but even just having not capitalized "String" in my
main, for example, caused me a problem:
I wrote
public static void main(string[] arguments) {
and it left the word string un-capitalized. Given that's a variable
type that's part of the java language, I would think at least I could
get an editor that would correct that. It wouldn't compile until I
found that error.
Yes, yes, I know I've been spoiled, but I often, in my freeware hunts,
see a gazillion "editors" on the internet that feature all kinds of
these abilities for various languages.
I need the easiest and most reliable one in terms of taking care of
holding my hand like this. I want something free. I've been browsing
sourceforge but nothing catches my eye yet, so I figured... here's a
good place to get recommendation.
Any recommendation is appreciated, thanks.