PDA

View Full Version : [SOLVED] Text Editor, Syntax Highlighting



iGeekiHackiMatt
October 14th, 2012, 10:42 PM
1. I wasn't sure if this would go here or Development & Programming
2. I am looking for a Text Editor for website development, meaning I will use PHP, JavaScript, CSS, and HTML. I would like Syntax Highlighting and auto tab and line number, like notepad++ only for linux, I would rather not use WINE, and it must be free.

Any suggestions?

papibe
October 14th, 2012, 11:06 PM
Hi iGeekiHackiMatt.

I think you are looking for an IDE (http://en.wikipedia.org/wiki/Integrated_development_environment).

Take a look at Netbeans and Eclipse. They both are available in the Software Center.

Also, Gedit itself (default editor) support tabs, lines, and most common languages syntax highlighting.

Let us know how it goes.
Regards.

1clue
October 14th, 2012, 11:11 PM
Actually just about any delelopment editor should work fine for you, no need for an IDE.

I use vim, you could also use emacs. Those would both work on a terminal, so you could edit your html (or jsp or gsp or php or c or c++ ....) just fine.

So I would just start looking for 'linux programming editor' and sort through the dozens of available options until you find one you like.

iGeekiHackiMatt
October 15th, 2012, 12:04 AM
Hi iGeekiHackiMatt.

I think you are looking for an IDE (http://en.wikipedia.org/wiki/Integrated_development_environment).

Take a look at Netbeans and Eclipse. They both are available in the Software Center.

Also, Gedit itself (default editor) support tabs, lines, and most common languages syntax highlighting.

Let us know how it goes.
Regards.
I use Eclipse for programing in Java, How would one go about adding in php files into Eclipse?



Actually just about any delelopment editor should work fine for you, no need for an IDE.

I use vim, you could also use emacs. Those would both work on a terminal, so you could edit your html (or jsp or gsp or php or c or c++ ....) just fine.

So I would just start looking for 'linux programming editor' and sort through the dozens of available options until you find one you like.

I will look into those to products and try searching "linux programming editor"

Well I think I want an IDE. Not a GUI development tool where you build the website like a word document, that is so cheating!!! :D

Thanks for both replies!

1clue
October 15th, 2012, 12:09 AM
For Eclipse or STS you just open your project folder and it will scan for files. Both IDEs (STS is a variant of Eclipse) use a workspace file but both should understand PHP files.

This IDE has wide support for pretty much any type of programming you're likely to encounter.

Also like any IDE they have a certain way of doing things, and if you don't buy into their way then you're not going to like the IDE.

jrog
October 15th, 2012, 12:44 AM
I'm surprised no one has suggested Bluefish (http://bluefish.openoffice.nl/index.html). It's an editor that is mainly geared toward web designers/developers, and I believe it has all of the features you mentioned.

EDIT: And just so it's clear, it's in the repos: apt:bluefish

iGeekiHackiMatt
October 20th, 2012, 09:43 PM
I'm surprised no one has suggested Bluefish (http://bluefish.openoffice.nl/index.html). It's an editor that is mainly geared toward web designers/developers, and I believe it has all of the features you mentioned.

EDIT: And just so it's clear, it's in the repos: apt:bluefish

Thanks for the help everyone, I think I will use Blueflish!!!!