PDA

View Full Version : Closest Editor to Edit Plus for Ubuntu



MrDiaz
September 29th, 2008, 12:30 AM
I've been using Edit Plus2 for a while in Windows and I was wondering if there's a similar app for Ubuntu. I tried Bluefish, pretty fast and pretty, but it lacks a few things EditPlus already has built in. Ex, creating a new java file would already come with the class def and the main method typed in.

Also the syntax highlighting in Blueflish is limited.

LaRoza
September 29th, 2008, 12:39 AM
I've been using Edit Plus2 for a while in Windows and I was wondering if there's a similar app for Ubuntu. I tried Bluefish, pretty fast and pretty, but it lacks a few things EditPlus already has built in. Ex, creating a new java file would already come with the class def and the main method typed in.

Also the syntax highlighting in Blueflish is limited.

Please don't assume we know anything about Windows editors ;)

What do you use it for, and what features do you use?

Check here: http://ubuntuforums.org/showthread.php?t=752224

MrDiaz
September 29th, 2008, 12:52 AM
Yeah I checked the link, it just shows me a wide variety of editors. I was asking as more personal question, if any of you used Edit Plus before and now are using linux editors which one looks more like it.

LaRoza
September 29th, 2008, 12:59 AM
Yeah I checked the link, it just shows me a wide variety of editors. I was asking as more personal question, if any of you used Edit Plus before and now are using linux editors which one looks more like it.

If you give the features you want, you'll get more.

Le-Froid
September 29th, 2008, 01:03 AM
I think geany would be sort of like edit plus.

MrDiaz
September 29th, 2008, 01:06 AM
I said it in my first post hehe.

-more syntax highlights
-pre-defined programs (in Editplus you would create new->java file and it would already include)



public class
{

public static void main(String[] args)

{
}
}

Le-Froid
September 29th, 2008, 01:17 AM
I said it in my first post hehe.

-more syntax highlights
-pre-defined programs (in Editplus you would create new->java file and it would already include)



public class
{

public static void main(String[] args)

{
}
}


Thats basically what geany does too. I think it also has syntax highlighting for around 33 languages.

edit: you can check their site out at http://www.geany.org/

MrDiaz
September 29th, 2008, 01:18 AM
Thats basically what geany does too. I think it also has syntax highlighting for around 23 languages.

edit: you can check their site out at http://www.geany.org/

I'll check it out, thanks for the suggestion :)

LaRoza
September 29th, 2008, 01:18 AM
I said it in my first post hehe.

-more syntax highlights
-pre-defined programs (in Editplus you would create new->java file and it would already include)


I see many IDE's that do this. They are in the list ;)

MrDiaz
September 29th, 2008, 01:20 AM
Oh heck yeah, Geany is exactly what I was looking for. Thanks a lot!!

rlwilen
September 29th, 2008, 01:22 AM
I've been using Edit Plus2 for a while in Windows and I was wondering if there's a similar app for Ubuntu. I tried Bluefish, pretty fast and pretty, but it lacks a few things EditPlus already has built in. Ex, creating a new java file would already come with the class def and the main method typed in.

Also the syntax highlighting in Blueflish is limited.
I am not a window user so please explain what a Edit Plus2 is but I can till you there a lot of Editors in linux and can do just as much as the windows so if you can give me more detail than i can try to help you more

MrDiaz
September 29th, 2008, 01:24 AM
I am not a window user so please explain what a Edit Plus2 is but I can till you there a lot of Editors in linux and can do just as much as the windows so if you can give me more detail than i can try to help you more

http://www.editplus.com/screen.html

Is all good now though, I'm going with Geany