Re: Gedit/text editor question

2008-11-08 Thread Josef Lowder
On 11/7/08, jdawg [EMAIL PROTECTED] wrote: if you use konsole (i.e. kde's terminal) you can just do CTRL-SHIFT-N to create a new terminal tab then use CTRL-right or CTRL-left to go between the tabs (i.e. terminal sessions) Interesting idea. News to me. On my systems, I found that I had to

Re: Gedit/text editor question

2008-11-08 Thread jdawg
Josef Lowder wrote: On 11/7/08, jdawg [EMAIL PROTECTED] wrote: if you use konsole (i.e. kde's terminal) you can just do CTRL-SHIFT-N to create a new terminal tab then use CTRL-right or CTRL-left to go between the tabs (i.e. terminal sessions) Interesting idea. News to me. On

Re: Gedit/text editor question

2008-11-08 Thread Matt Graham
After a long battle with technology, jdawg wrote: Josef Lowder wrote: On 11/7/08, jdawg [EMAIL PROTECTED] wrote: if you use konsole (i.e. kde's terminal) you can just do CTRL-SHIFT-N to create a new terminal tab then use CTRL-right or CTRL-left to go between the tabs Interesting idea.

Gedit/text editor question

2008-11-07 Thread Paul Mooring
I've beening using emacs for java programming the last couple weeks and like being able to open multiple windows at once. I recently started using gedit mostly because it has a plugin the let's me embed a terminal window in the bottom pane that I can use for compiling/running reading error

Re: Gedit/text editor question

2008-11-07 Thread Ryan Rix
You could try gvim :) 3 gvim. You can run external commands, etc from it, it has syntax highlighting, even spell checking On Fri, Nov 7, 2008 at 9:12 AM, Paul Mooring [EMAIL PROTECTED] wrote: I've beening using emacs for java programming the last couple weeks and like being able to open

Re: Gedit/text editor question

2008-11-07 Thread James Finstrom
In shell I use nano cause I am lazy In the Gui I am a fan of Kate for simple stuff and Blue fish for the slightly more complex On Fri, Nov 7, 2008 at 9:14 AM, Ryan Rix [EMAIL PROTECTED] wrote: You could try gvim :) 3 gvim. You can run external commands, etc from it, it has syntax

Re: Gedit/text editor question

2008-11-07 Thread Joshua Zeidner
Paul, learn Eclipse. Its worth it. jmz On Fri, Nov 7, 2008 at 9:12 AM, Paul Mooring [EMAIL PROTECTED] wrote: I've beening using emacs for java programming the last couple weeks and like being able to open multiple windows at once. I recently started using gedit mostly because it has a

Re: Gedit/text editor question

2008-11-07 Thread Joshua Zeidner
hey Eric, do you use PHPEclipse or the other one? Havent really tested out PHPEclipse debugger facilities. I use PHPEclipse w/ Subclipse. Works well, and runs on Linux/Windows/Mac desktops. -jmz On Fri, Nov 7, 2008 at 12:25 PM, Eric Cope [EMAIL PROTECTED] wrote: I have used Eclipse

Re: Gedit/text editor question

2008-11-07 Thread Eric Cope
Its been a while, but I think I used PHPEclipse. On Fri, Nov 7, 2008 at 12:29 PM, Joshua Zeidner [EMAIL PROTECTED] wrote: hey Eric, do you use PHPEclipse or the other one? Havent really tested out PHPEclipse debugger facilities. I use PHPEclipse w/ Subclipse. Works well, and runs

Re: Gedit/text editor question

2008-11-07 Thread jdawg
Paul Mooring wrote: I've beening using emacs for java programming the last couple weeks and like being able to open multiple windows at once. I recently started using gedit mostly because it has a plugin the let's me embed a terminal window in the bottom pane that I can use for