Luiz Aguiar

- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Luiz Aguiar created a post, How set the tab size to 2 spaces
The default tab size in ERB files is et to 4 space, how I can change for 2?Regards,Luiz Aguiar -
Luiz Aguiar created a post, -
Luiz Aguiar commented, -
Luiz Aguiar created a post, -
Luiz Aguiar commented, -
Luiz Aguiar created a post, Problem running applet (file permission)
When I try to run a applet, this exception is show me:D:\Java\jdk1.5.0_08\bin\java -Didea.launcher.port=7532 "-Didea.launcher.bin.path=D:\Documents and Settings\user\Ambiente\IDE\IDEA-5646\bin" -Df... -
Luiz Aguiar commented, -
Luiz Aguiar created a post, Code compile automatically
How I configure to compile automatically de edited java class when saved?When I add a new method in a interface and salve the file, the other class that implements this interface, don't show a erro... -
Luiz Aguiar created a post, enhanced for automatically (templates/intention)
When I just write for into a main method for example, how de idea make the enhanced for loop automatically for me? like the for <crtl+space> in the eclipse e netbeans.Thanks! -
Luiz Aguiar created a post, How can I transform a eclipse project in web module
I just imported a eclipse workspace, that contains a web project, and now I need to convert the imported project to web module, to run/deploy in the weblogic server.How can I do that?Thanks