Programming and Scripting > Java

A question about source code editors

(1/2) > >>

frux:
Hello! I moved to Ubuntu a few months ago. I already feel comfortable with it, but I still get lost sometimes when I try to install a program I used on Windows and is not available here in Linux.
I was trying some things in Android, but after some days I decided I need to review a bit about Java. I've started a course and I wanted to ask which source code editor do you think would be the best one to help me reviewing the language, creating just really simple programs.
I remember I used notepad++ in the old days, when I first got in touch with programming (on Windows, of course). I've look for it and I found out it is not available for Ubuntu. I know about "notepadqq", the Ubuntu clone (do you say it this way? ::) ) for notepad++, but I thought that maybe there are some other editors that would fit better my actual needing.

khofo:
Any text editor can do it,
personally I like to use atom (www.atom.io), the editor is neat, has highlighting for most languages and some autofill and space/tabs option, it also has most of the functionalities np++ has.
A thread about text editors:
https://evilzone.org/projects-and-discussion/enhanced-text-editors/msg116020/#msg116020
Anyways other popular option are sublime text and vim(cli)

zombie:
Tons of people use Sublime Text, but I would definitely recommend putting the time into learning vim if you want to become a fluent developer. Vim is installed on most Linux distros, makes you very productive if you get the hang of it, and it runs in the terminal (CLI). Another editor alternative is emacs, which is a very popular rival to vim.

But hey, if you end up choosing Sublime Text, then here's a registration key for the full version.

iikibT:

--- Quote from: frux on November 23, 2015, 08:38:25 pm ---I remember I used notepad++ in the old days, when I first got in touch with programming (on Windows, of course).

--- End quote ---
If you like notepad++ try Geany! It is similar but better (and also readily available in Ubuntu repository). I like it because it has all the features you expect from code editor while still being light =)

_Enigma:
I would definitely recommend getting comfy w vim! Ive heard arguements whether it should be used for java development over full IDE's, but once you get past the steeper starting learning curve its amazing for any scripting/programming needs you have.

Navigation

[0] Message Index

[#] Next page

Go to full version