LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-30-2008, 07:49 PM   #1
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Rep: Reputation: 30
Text editors for Linux


When I use Windows at work (no choice), I use Notepad++ which I think is a great text editor. When I use Linux I use Bluefish, which I also like. One thing that I wish that Bluefish did that Notepad++ does is drop vertical lines down to the next tag that is not indented. This helps me keep my tags straight, I religiously indent and this makes it easier to make sure that all of my tags are closed. This might seem like a simple thing, but I really got used to it in Notepad++ and miss that functionality in Bluefish.

I noticed that Quanta Plus drops dotted lines just like the solid lines that Notepad++ does. Is there any way of setting up Bluefish (or even Screem) to do this?

Thanks,
Todd
 
Old 05-30-2008, 08:04 PM   #2
r00tb33r
Member
 
Registered: Feb 2007
Distribution: Vector
Posts: 318

Rep: Reputation: 31
Sorry if I'm wrong but isn't Notepad++ based on this:
http://scintilla.sourceforge.net/SciTEImage.html
Let us know if that's what you are looking for.
 
1 members found this post helpful.
Old 05-30-2008, 08:18 PM   #3
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I just installed Scite and that seems to be exactly what I was looking for, thanks!

Looks like it might be kinda involved tweaking all of the settings to get them as I like them (font, tag colors, etc) as there only seems to be config files that need to be hand edited and no actual GUI to do the tweaking. But hey, it IS a text editor...

And yes, I am kinda anal about how I like things configured, that's just me. Again, thanks, that was just what I was looking for, although it would be nice to have that same capability in Bluefish or Screem as I very much like both of them also.

Thanks,
Todd
 
Old 06-06-2008, 09:52 AM   #4
webaware
Member
 
Registered: Nov 2007
Location: Australia
Distribution: Fedora FC-9 x86-64+i686,CentOS 5.2 i686
Posts: 58

Rep: Reputation: 16
Also check out Geany, another editor based on Scintilla. It fits the bill for me, another ex-Notepad++ user.
 
Old 06-20-2008, 07:51 AM   #5
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
Geany seems to be the closest to what I want, thanks for posting that. Do you know if there is a way to customize the colors that it used for html tags?

Thanks,
Todd
 
Old 06-20-2008, 10:31 PM   #6
webaware
Member
 
Registered: Nov 2007
Location: Australia
Distribution: Fedora FC-9 x86-64+i686,CentOS 5.2 i686
Posts: 58

Rep: Reputation: 16
You can configure Geany's syntax colour highlighting, and other stuff, through configuration files. See the documentation for details. NB: this doc is true for the current source release, which may differ from your distro's packaged release because some of the configuration stuff changed in recent versions.
 
Old 06-27-2008, 03:21 PM   #7
SlowCoder
Senior Member
 
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Debian based
Posts: 1,250

Rep: Reputation: 164Reputation: 164
I would just like to add to this discussion, that Notepad++ does support ASP file types, whereas Geany and Scintilla don't. That's no surprise, as Notepad++ is Windows, and the others are Linux.

I do, however, have Notepad++ running through Wine without any problems so far. So, if you do like the interface, that may be a consideration for you.
 
Old 06-27-2008, 07:29 PM   #8
webaware
Member
 
Registered: Nov 2007
Location: Australia
Distribution: Fedora FC-9 x86-64+i686,CentOS 5.2 i686
Posts: 58

Rep: Reputation: 16
Geany does support ASP. I use Geany to edit ASP from Linux. You just need to tell it to see .asp and .asa as HTML (and maybe add <%@language="vbscript"%> for VBScript instead of JavaScript) and it will do the syntax highlighting thing. Notepad++ is fine under Windows, but not-so-fine under Wine, so I use Geany.
 
Old 09-24-2008, 07:35 PM   #9
kram2593
LQ Newbie
 
Registered: Sep 2008
Location: Carmel, NY USA
Posts: 5

Rep: Reputation: 0
I love in UltraEdit windows, and occasionally use Notepad ++. Umder linx I still use vi and combine tasks needed to do with sed awk cut etc, but i guess I am getting lazy for an Ultraedit style GuI editor. Soggestions?, recommendations?, comments?
 
Old 09-25-2008, 12:49 AM   #10
harry2006
Member
 
Registered: Aug 2006
Location: /hawaii/honolulu/downtown
Distribution: Fedora 10[Cambridge] and Ubuntu 9.04[Jaunty]
Posts: 201

Rep: Reputation: 30
Quote:
Originally Posted by kram2593 View Post
I love in UltraEdit windows, and occasionally use Notepad ++. Umder linx I still use vi and combine tasks needed to do with sed awk cut etc, but i guess I am getting lazy for an Ultraedit style GuI editor. Soggestions?, recommendations?, comments?
if you don't make heavy user of NotePad++ and you can easily manage almost everything using vi, sed etc then there is no point in going for any special editor in linux, but if you still want one then my suggestion would be Quanta, its really good one, give it a try...thank you..
 
Old 11-25-2009, 05:04 PM   #11
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I know that this is an old post, but since I started it I feel the need to bring it back from the dead

I still have not found any Linux text editors that have the same desired functionality that Notepad++ has. This is what I feel that Linux text editors are missing (at least the ones that I've seen):

Tag highlighting:
The type of tag highlighting that I am referring to is when you click on an opening tag, it and the closing tag are highlighted. This is more than simply making tags such as <div> stand out by making the font color blue. I troubleshoot a lot of code and being able to see where an opening tag's close is is quite important to me.

Something less important but still desirable is the way that Notepad++ lays out the 'Incremental Search'. It leaves a text input box at the bottom of the window that allows you to input text whenever you need to. This is nicer than the 'popup' box that most other editors use as that is rather intrusive, hell, it's simply not elegant

I have tried running Notepad++ under Wine in both Ubuntu 9.04 and 9.10 and it has a bad habit of crashing, which after a while becomes quite irritating. Regardless, I would certainly think that if anything, Linux would have it all over Windows when it came to text editors.

I heard that SciTE and Notepad++ both use the same codebase, but I tried SciTE and it does not have the tag highlighting functionality that Notepad++ has.

Cheers
 
Old 11-27-2009, 06:36 AM   #12
Germanchu
LQ Newbie
 
Registered: Nov 2009
Location: Buenos Aires, Argentina
Posts: 23

Rep: Reputation: 0
żGVim? ;-)
 
Old 11-27-2009, 10:53 AM   #13
leupi
Member
 
Registered: Mar 2004
Location: Annapolis, Maryland, USA
Distribution: Ubuntu 11.04, Mint 11.11, Xubuntu 11.11
Posts: 458

Original Poster
Rep: Reputation: 30
I glanced at Gvim. Does it do the tag highlighting that I am looking for? If you click on the opening tag, both it and the closing tag are highlighted? That is really a key piece of functionality for me.

Thanks
 
Old 11-28-2009, 03:26 PM   #14
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello leupi,

if you're refering to html-tags, look at this: http://www.infynity.spodzone.com/vim/HTML/

Markus

Last edited by markush; 11-28-2009 at 03:52 PM.
 
Old 11-29-2009, 02:05 AM   #15
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
I *don't* know whether it has the functionality that you're looking for, but could you try Gedit?
And post back here to tell us what you found, I wanna know.....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Text Editors John-in-France Linux - Software 10 04-12-2008 11:29 AM
LXer: Flipping the Linux switch: Text editors for new users LXer Syndicated Linux News 1 01-14-2008 04:21 PM
LXer: Linux text editors: Do any make the grade? LXer Syndicated Linux News 0 08-17-2007 11:50 AM
text editors gballsch SUSE / openSUSE 4 09-16-2006 01:15 PM
Geez, are there ANY decent text editors in Linux? oopicmaster Programming 151 08-18-2004 01:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration