Author Topic: A question about source code editors  (Read 2585 times)

0 Members and 1 Guest are viewing this topic.

Offline frux

  • NULL
  • Posts: 3
  • Cookies: 2
    • View Profile
A question about source code editors
« on: November 23, 2015, 08:38:25 pm »
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.
Everyone is talking. Nobody is understanding.

Offline khofo

  • EZ's Swashbuckler
  • Knight
  • **
  • Posts: 350
  • Cookies: 25
  • My humor is so black, it could go cotton picking.
    • View Profile
Re: A question about source code editors
« Reply #1 on: November 23, 2015, 09:09:32 pm »
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)
« Last Edit: November 23, 2015, 09:12:50 pm by khofo »
Quote from: #Evilzone
<Spacecow18> priests are bad ppl
<Insanity> Holy crap
Of course God isnt dead. He's out there partying with the Easter Bunny, Santa Clause, Tooth Fairy, and the Man on the moon...
Some of my work: Introduction to Physical Security

Offline zombie

  • /dev/null
  • *
  • Posts: 19
  • Cookies: 3
    • View Profile
Re: A question about source code editors
« Reply #2 on: December 01, 2015, 10:18:53 am »
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.

Offline iikibT

  • Serf
  • *
  • Posts: 41
  • Cookies: 7
    • View Profile
Re: A question about source code editors
« Reply #3 on: December 01, 2015, 10:39:49 am »
I remember I used notepad++ in the old days, when I first got in touch with programming (on Windows, of course).
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 =)
« Last Edit: December 01, 2015, 10:43:55 am by iikibT »
Hacking for no fun and no profit

Offline _Enigma

  • Serf
  • *
  • Posts: 27
  • Cookies: 3
    • View Profile
Re: A question about source code editors
« Reply #4 on: December 05, 2015, 06:51:22 pm »
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.

Offline techb

  • Soy Sauce Feeler
  • Global Moderator
  • King
  • *
  • Posts: 2350
  • Cookies: 345
  • Aliens do in fact wear hats.
    • View Profile
    • github
Re: A question about source code editors
« Reply #5 on: December 05, 2015, 07:29:12 pm »
I use Atom. It opensource and GitHub is behind it. It's a lot like Sublime but free and community driven.
>>>import this
-----------------------------

Offline Architect

  • Sir
  • ***
  • Posts: 428
  • Cookies: 56
  • STFU
    • View Profile
    • Rootd IRC
Re: A question about source code editors
« Reply #6 on: December 06, 2015, 03:55:36 pm »
I'll never grow tired of my vim coding because muh epic functionality and keystrokes.
« Last Edit: February 07, 2016, 05:16:14 pm by Architect »

Offline Lorem Ipsum

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
Re: A question about source code editors
« Reply #7 on: December 31, 2015, 01:23:05 am »
I find Geany rather good, convenient, and easy to use and set up. My vote goes for it.
Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Offline archfox

  • /dev/null
  • *
  • Posts: 12
  • Cookies: 1
    • View Profile
Re: A question about source code editors
« Reply #8 on: January 05, 2016, 03:32:48 pm »
If you don't restrict yourself to editors only, you can try out Eclipse as well. It is pretty friendly and smooth to start with and should't be that heavy to run.

*p.s. it is been ages since I last "touched" Java*