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 use SHIFT+right or SHIFT+left to switch between
terminal sessions.  Not sure how I might use this, but it's
great to learn about nifty (new to me) features like this.
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


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 my systems, I found that
 I had to use SHIFT+right or SHIFT+left to switch between
 terminal sessions.  Not sure how I might use this, but it's
 great to learn about nifty (new to me) features like this.
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

   
doh. you're right it *IS* SHIFT-left SHIFT-right, I do it all the time 
without ever thinking, and told you wrong.
anyway the concept is still there.

of course, most of my programming is in perl, or bash, with just a tiny 
bit of c mixed in.
so YMMV.

jerry

-- 
Happy Trails!
Jerry (K7AZJ)
Hobbit Name: Pimpernel Loamsdown
Registered Linux User: 275424
This email's random fortune: 

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


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. News to me. On my systems, I found that
 I had to use SHIFT+right or SHIFT+left to switch between
 terminal sessions.
 doh. you're right it *IS* SHIFT-left SHIFT-right, I do it all the time
 without ever thinking, and told you wrong.

Konsole is konfigurable, so you could make it use Ctrl-Right and Ctrl-Left if 
you really wanted to with Settings-Configure Shortcuts.  Or if you're 
old-school and hate that menu thing, you could just edit 
~/.kde/share/config/konsolerc , then do dcop konsole-$PID konsole 
reparseConfiguration.  Or something like that.

-- 
   Due to inflation, your 40 acres and a mule have now been reduced to
   400 square feet and a guinea pig.
  My blog: http://crow202.org/wordpress/
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


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 messages ect. but it drives me crazy that there's no key board
shortcut to switch between the terminal and the editor window, and I
can't open something in the editor from the terminal. Is there a way to
do this or another editor that can work this way?

-Paul
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


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 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 messages ect. but it drives me crazy that there's no key board
 shortcut to switch between the terminal and the editor window, and I
 can't open something in the editor from the terminal. Is there a way to
 do this or another editor that can work this way?

 -Paul
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discusshttp://lists.plug.phoenix.az.us/mailman/listinfo/plug-discuss




-- 
Thanks and best regards,
Ryan Rix
TamsPalm - The PalmOS Blog


Jasmine Bowden - Class of 2009, Marc Rasmussen - Class of 2008, Erica
Sheffey - Class of 2009, Rest in peace.
---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

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 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 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 messages ect. but it drives me crazy that there's no key board
 shortcut to switch between the terminal and the editor window, and I
 can't open something in the editor from the terminal. Is there a way to
 do this or another editor that can work this way?

 -Paul
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discusshttp://lists.plug.phoenix.az.us/mailman/listinfo/plug-discuss




 --
 Thanks and best regards,
 Ryan Rix
 TamsPalm - The PalmOS Blog


 Jasmine Bowden - Class of 2009, Marc Rasmussen - Class of 2008, Erica
 Sheffey - Class of 2009, Rest in peace.

 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

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 plugin the let's me embed a terminal
 window in the bottom pane that I can use for compiling/running reading
 error messages ect. but it drives me crazy that there's no key board
 shortcut to switch between the terminal and the editor window, and I
 can't open something in the editor from the terminal. Is there a way to
 do this or another editor that can work this way?

 -Paul
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

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 with for Python Development and PHP development. It is
 very nice. I liked the command line integrated with the debugger myself.
 Eric


 On Fri, Nov 7, 2008 at 10:49 AM, Joshua Zeidner [EMAIL PROTECTED]wrote:


  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 plugin the let's me embed a terminal
 window in the bottom pane that I can use for compiling/running reading
 error messages ect. but it drives me crazy that there's no key board
 shortcut to switch between the terminal and the editor window, and I
 can't open something in the editor from the terminal. Is there a way to
 do this or another editor that can work this way?

 -Paul
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss



 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss



 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

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 on Linux/Windows/Mac
 desktops.

   -jmz


 On Fri, Nov 7, 2008 at 12:25 PM, Eric Cope [EMAIL PROTECTED] wrote:

 I have used Eclipse with for Python Development and PHP development. It is
 very nice. I liked the command line integrated with the debugger myself.
 Eric


 On Fri, Nov 7, 2008 at 10:49 AM, Joshua Zeidner [EMAIL PROTECTED]wrote:


  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 plugin the let's me embed a terminal
 window in the bottom pane that I can use for compiling/running reading
 error messages ect. but it drives me crazy that there's no key board
 shortcut to switch between the terminal and the editor window, and I
 can't open something in the editor from the terminal. Is there a way to
 do this or another editor that can work this way?

 -Paul
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss



 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss



 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss



 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

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 compiling/running reading
 error messages ect. but it drives me crazy that there's no key board
 shortcut to switch between the terminal and the editor window, and I
 can't open something in the editor from the terminal. Is there a way to
 do this or another editor that can work this way?

 -Paul
 ---
 PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
 To subscribe, unsubscribe, or to change your mail settings:
 http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

   
I guess I am old school, I don't really like IDE's, never have. Even 
when I had to use one for 4 years.
(I did some Delphi work on Windows for a while about 11-12 years ago ... 
hush don't tell anyone that I was a Windows prostitute once)

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)

I use this to edit with vim, and compile, debug, and run
one tab (session) to keep the file in the editor, the other tab to do 
the compile, debug, run
when in vim when I want to recompile, I just do a :w, then move to the 
next tab, and do the compile
it is very simple, and when you get use to it, it is simple and fast.


-- 
Happy Trails!
Jerry (K7AZJ)
Hobbit Name: Pimpernel Loamsdown
Registered Linux User: 275424
This email's random fortune: 

---
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss