1114 posts
Location
UK
Posted 02 September 2013 - 03:07 AM
So I installed Lubuntu on my secondary PC yesterday, and then realized there was no good editor with syntax highlighting preinstalled. Do you know any good ones?
13 posts
Posted 02 September 2013 - 03:13 AM
if its like ubuntu then theres nano on the terminall just write nano <the_file_u_want_to_write>
1114 posts
Location
UK
Posted 02 September 2013 - 03:19 AM
if its like ubuntu then theres nano on the terminall just write nano <the_file_u_want_to_write>
That doesn't have syntax highlighting (does it?)
Whenever I use it, it doesn't show any option to enable syntax highlighting.
19 posts
Posted 02 September 2013 - 04:42 AM
There are quite a lot of choices for good text editors…
If you use Sublime Text there's a native Linux version of it you can get from its website.
If you want something simple that just does syntax highlighting and not much else, you can try gedit.
If you want to learn something completely different from what you already know, you can also try Vim :)/>
537 posts
Location
Copenhagen, Denmark
Posted 02 September 2013 - 09:08 AM
Vim.
1114 posts
Location
UK
Posted 02 September 2013 - 12:22 PM
Danke.
119 posts
Location
Adelaide, Australia
Posted 02 September 2013 - 12:31 PM
I use Notepad++, but I'm not sure if it is multi-platform.
I pretty sure Sublime is better anyways.