Home > Archive > PERL Miscellaneous > October 2006 > Looking for a lightweight GUI editor on Windows
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Looking for a lightweight GUI editor on Windows
|
|
| j.m.sedgwick@gmail.com 2006-10-30, 7:10 pm |
| Hi,
I have been recently forced to switch back to windows, and I am trying
to find a nice lightweight editor. Things like jedit, emacs, notepad++,
ultraedit, etc. bug me because of all the extras. I'm looking for a
non-modal one, so gvim isn't an option. If it's any help, some editors
that I love are gedit (default GNOME), kwrite (KDE), and Geany. Geany
is supposed to run on windows, but I'm encountering an annoying bug in
which geany is unable to switch directories (says an obviously existing
directory doesn't exist) when I use the built in shortcut for running a
perl script. I can't find any help because geany doesn't have a huge
fanbase. Hopefully someone can recommend something, because I've spent
hours trying out various editors I don't like. Perhaps KWrite or gedit
can be run on cygwin or something?
Thanks in Advance,
J. Sedgwick
| |
| DJ Stunks 2006-10-30, 7:10 pm |
|
j.m.sedgwick@gmail.com wrote:
> Hi,
>
> I have been recently forced to switch back to windows, and I am trying
> to find a nice lightweight editor. Things like jedit, emacs, notepad++,
> ultraedit, etc. bug me because of all the extras. I'm looking for a
> non-modal one, so gvim isn't an option. If it's any help, some editors
> that I love are gedit (default GNOME), kwrite (KDE), and Geany. Geany
> is supposed to run on windows, but I'm encountering an annoying bug in
> which geany is unable to switch directories (says an obviously existing
> directory doesn't exist) when I use the built in shortcut for running a
> perl script. I can't find any help because geany doesn't have a huge
> fanbase. Hopefully someone can recommend something, because I've spent
> hours trying out various editors I don't like. Perhaps KWrite or gedit
> can be run on cygwin or something?
I use Textpad usually - a native Win32 app. I think you can use it
free with a nag, but I'm not sure. I wouldn't say it's the greatest,
but it seems ok and does syntax highlighting.
-jp
| |
| jussij@zeusedit.com 2006-10-30, 7:10 pm |
| j.m.sedgwick@gmail.com wrote:
> I have been recently forced to switch back to windows, and I
> am trying to find a nice lightweight editor. Things like jedit,
> emacs, notepad++, ultraedit, etc. bug me because of all the
> extras.
FWIW the Zeus for Windows IDE is probably not what I would
call lightweight, but as it is highly configurable so you should
be able to turn off or hide features you don't need.
http://www.zeusedit.com
Note: Zeus is shareware (45 day trial).
Zeus does have things like Perl syntax highlighting, code folding etc
Jussi Jumppanen
Author: Zeus for Windows
| |
| Ben Morrow 2006-10-30, 7:10 pm |
|
Quoth j.m.sedgwick@gmail.com:
>
> I have been recently forced to switch back to windows, and I am trying
> to find a nice lightweight editor. Things like jedit, emacs, notepad++,
> ultraedit, etc. bug me because of all the extras. I'm looking for a
> non-modal one, so gvim isn't an option.
You could try evim (invoke Vim as gvim -y, or more permanently put
source $VIMRUNTIME/evim.vim
in your .vimrc), which sets Vim up as a point-and-click-ish editor.
Ben
--
Raise your hand if you're invulnerable.
[benmorrow@tiscali.co.uk]
| |
| j.m.sedgwick@gmail.com 2006-10-30, 7:10 pm |
| For now I'm trying out EPIC on Eclipse. I'll try that evim thing, but I
just hope the kink in Geany is worked out on Windows, because I just
love the indenting, highlighting, and pure simplicity of it.
| |
| John Bokma 2006-10-30, 7:10 pm |
| j.m.sedgwick@gmail.com wrote:
> Hi,
>
> I have been recently forced to switch back to windows, and I am trying
> to find a nice lightweight editor.
TextPad?
--
John Experienced Perl programmer: http://castleamber.com/
Perl help, tutorials, and examples: http://johnbokma.com/perl/
| |
|
|
j.m.sedgwick@gmail.com wrote:
> Hi,
>
> I have been recently forced to switch back to windows, and I am trying
> to find a nice lightweight editor. Things like jedit, emacs, notepad++,
> ultraedit, etc. bug me because of all the extras. I'm looking for a
> non-modal one, so gvim isn't an option. If it's any help, some editors
> that I love are gedit (default GNOME), kwrite (KDE), and Geany. Geany
> is supposed to run on windows, but I'm encountering an annoying bug in
> which geany is unable to switch directories (says an obviously existing
> directory doesn't exist) when I use the built in shortcut for running a
> perl script. I can't find any help because geany doesn't have a huge
> fanbase. Hopefully someone can recommend something, because I've spent
> hours trying out various editors I don't like. Perhaps KWrite or gedit
> can be run on cygwin or something?
>
> Thanks in Advance,
> J. Sedgwick
Simplicity - try Textpad or Crimson Editor (has a few more bells and
whistles than TextPad in terms of capure/display of STDOUT etc,
configuration for hot-keys etc - its also the right price).
| |
| j.m.sedgwick@gmail.com 2006-10-30, 9:58 pm |
| Wow, I really like it. Just wondering, the default perl syntax
highlighting in textpad does not highlight scalars, lists, hashes, etc
or give you options to choose colors. I tried adding
$*
@*
%*
to a category in perl5.syn but that's not working. Anyone know of a
fix, or, perhaps, a place I could find a better syntax file?
|
|
|
|
|