IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Programmable Windows-friendly code editor?
I am looking for a decent code editor that follows Windows conventions (there goes "decent" :-) and has a Turing-Complete scripting language of some sort that allows one to program in custom functionality.

Emacs does not follow Windows conventions very well, and is frankly a bit overwhelming.

I was thinking about writing my own, but it seems like a wheel that has probably been reinvented a jillion times.
________________
oop.ismad.com
Expand Edited by tablizer May 22, 2003, 03:20:59 AM EDT
New www.eclipse.org
But it's JAVA and OBJECT-ORIENTED so you're prolly not interested.

Learn emacs. No objects there!


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New www.ultraedit.com
It's the one thing about Winblows that I truly miss using Linux. Best money I ever spent on shareware.
-YendorMike

[link|http://www.hope-ride.org/|http://www.hope-ride.org/]
New Ultra-seconded
It would probably run in a Wine session, since it doesn't install anything in winsys.

I like the way it intelligently converts from DOS to UNIX format.
-drl
New Ultra-Edit appears not to have Turing-complete scripting
It seems to have IF statements, but no loops, gotos, and/or functions

BTW, thanks for the tips, guys.
________________
oop.ismad.com
Expand Edited by tablizer May 24, 2003, 04:02:18 PM EDT
New Do tell. Is that as bad as not having a Euro symbol?
-drl
New Re: Programmable Windows-friendly code editor?
Well, you did not say free

I think this is the best text editor ever made for windows vedit @ [link|http://www.vedit.com/|http://www.vedit.com/]

also check check visual slickedit [link|http://www.slickedit.com/|http://www.slickedit.com/]
and Crisp [link|http://www.vital.com/|http://www.vital.com/]
New He did not say "cheap" either, so
allow me to introduce [link|http://www.multiedit.com/|MultiEdit]. Windows/DOS only, unfortunately.
--

Less Is More. In my book, About Face, I introduce over 50 powerful design axioms. This is one of them.

--Alan Cooper. The Inmates Are Running the Asylum
New Re: He did not say "cheap" either, so
And allow me to introduce [link|http://www.getsoft.com/|Ed for Windows] Massively configurable, contains its own (C-like; no objects to confound...) scripting languages (much of the editor itself was written in this language), and about a quarter of the cost of CodeWright (which I consider to be the most overrated program of its genre.)

Alas, like the rest mentioned here, only for Windoze. (Been trying to get Neville to write it for Linux, but up to now, no luck...He's very Visual C-pus-pus oriented, and passed on the chance to write it in C++Builder.)
jb4
"We continue to live in a world where all our know-how is locked into binary files in an unknown format. If our documents are our corporate memory, Microsoft still has us all condemned to Alzheimer's."
Simon Phipps, SUN Microsystems
New Dunno if it's "programmable", exactly...
...but NoteTab (Light, Std, or Pro), from [link|http://www.notetab.com/|http://www.notetab.com/], has a macro facility -- even in the free "Light" version -- that might do most or all of what you need. There is a "Libraries" page on the site to download pre-built macro "Clipbooks" from. And it certainly is Windows-convention-compliant; up until Windows 2000 made it harder to futz around with executable files, it offered to install a stub that calls NoteTab in MS-Notepad's place (saving a backup, naturally), so even hard-coded "ReadMe" shortcuts would start -Tab in stead of -pad. (Maybe it still tries to do that, Idunno).

Written in Delphi, of course.


   [link|mailto:MyUserId@MyISP.CountryCode|Christian R. Conrad]
(I live in Finland, and my e-mail in-box is at the Saunalahti company.)
Your lies are of Microsoftian Scale and boring to boot. Your 'depression' may be the closest you ever come to recognizing truth: you have no 'inferiority complex', you are inferior - and something inside you recognizes this. - [link|http://z.iwethey.org/forums/render/content/show?contentid=71575|Ashton Brown]
New I use GWDSoft GTEdit
Ever since Ben turned me onto it.

[link|http://www.gwdsoft.com/|GWD Soft]

[link|mailto:greg@gregfolkert.net|greg] - IT Grand-Master for Anti-President
[link|http://www.iwethey.org/ed_curry/|REMEMBER ED CURRY!]

THEY ARE WATCHING YOU.
The time has come for you to take the last step.
You must love THEM.
It is not enough to obey THEM.
You must love THEM.

PEACE BEGETS WAR, SLAVERY IS FREEDOM, STRENGTH IN IGNORANCE.
New Ultraedit or Notetab; as seen elsewhere in this thread
I've used both with great satisfaction. Notetab Light (which is free) has replaced notepad on my boxes.

Brian Bronson
New Turing Complete?
I dunno what that means in reference to an editor, but I LOVED this one:
[link|http://www.slickedit.com/|http://www.slickedit.com/]

I'm fully in gvim nowadays and don't need it.

Within the 1st week of using it I programmed in named cut and paste buffers.
Was very easy.
Expand Edited by broomberg May 25, 2003, 12:51:34 AM EDT
New re: Turing-Complete
Turing-Complete generally means that it has IF statements, loops, and functions/methods (or something equivalent, like recursion). IOW, any algorithm that you can run in another language can run in a Turing-Complete language (assuming sufficient resources).

Many editors have "macros", which may record keystrokes or commands, but do not have IF statements, loops, etc. They leave you hard-pressed to customize behavior to a fine detail. For example, sometimes I wish that I could program the editor to open a file with a text DB schema and make it type in selected field names for me from the schema.
________________
oop.ismad.com
New OK, slick has it
They essentially rewrite the whole interface in their own language, You have full acess to it, and it's NOT lisp! Mostly 'C' like.
New Ed is $170 versus Slick for $270
Anybody compare the two? I also wonder if there is a "windowtized" Emacs; one that by default follows Windows conventions.
________________
oop.ismad.com
New eeeeemaaaaaaacssssssss!
You'll soon learn it.


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New Emacs can do CUA. It takes 20 seconds to make it happen
Except, of course, you will not spend 20 seconds of your precious time on it.

(CUA is the name of keyboard/mouse binding standard behind Windows and Mac UIs. I think it was developed by IBM at some point. I met it first in Borland's Turbo Vision)

Read the comments in [link|http://www.cua.dk/cua.el|eLisp file]. Or, go to the [link|http://www.cua.dk|home page].
--

Less Is More. In my book, About Face, I introduce over 50 powerful design axioms. This is one of them.

--Alan Cooper. The Inmates Are Running the Asylum
New CUA
was done by IBM, DEC, Sun, MSFT, and various other companies, though IBM had the major role (at the time, it was still the 800 pound gorilla, though the decline had already started). The idea was to create a standardized look'n'feel that would hold across these firms' GUI offerings, so that people could move from one to another with a minimum of fuss and bother.

The acme of the CUA desktop is the OS/2 desktop... part of the reason I know this about it, as I actually read the docs that came with my copy of Warp Connect lo these many years ago. There was a couple of pages devoted to CUA in (IIRC) the "Up and Running with OS/2 Warp" book that came with the system.

Docs were better in the old days.
--\n-------------------------------------------------------------------\n* Jack Troughton                            jake at consultron.ca *\n* [link|http://consultron.ca|http://consultron.ca]                   [link|irc://irc.ecomstation.ca|irc://irc.ecomstation.ca] *\n* Kingston Ontario Canada               [link|news://news.consultron.ca|news://news.consultron.ca] *\n-------------------------------------------------------------------
New Emacsaphobia
Emacs strikes me as the kind of tool that if something goes wrong and it gets stuck in a funny mode or setting, then it would take an expert 2 hours to figure out, and an amateur 2 months.
________________
oop.ismad.com
New Except that doesn't happen.
Considering I've been using emacs for about 12 years now, and that's never happened to me.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Maybe I am better at bumping the wrong button than you
Sometimes in a mad fit of anti-OO rage my hand just juts to the wrong button or button combinations and puts things in megafoobar mode.

BTW, does it recognize Windows copy-n-paste?
________________
oop.ismad.com
New What wrong button?
Do you have an actual problem, or are you just whining about something you've never tried?


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New It is a pulled-out-of-my-arse guess
________________
oop.ismad.com
New Fairy nuff.
I have adopted the "FFF" attitude to people who whine about free software.

Fix it
File a bug
or
Fuck off.


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
New Dahm yew...
Can I use that analogy?

Because I just discovered (thanks to you) I have the same problem... FFF sound right up this alley!

Thanks in advance.

[link|mailto:greg@gregfolkert.net|greg] - IT Grand-Master for Anti-President
[link|http://www.iwethey.org/ed_curry/|REMEMBER ED CURRY!]

THEY ARE WATCHING YOU.
The time has come for you to take the last step.
You must love THEM.
It is not enough to obey THEM.
You must love THEM.

PEACE BEGETS WAR, SLAVERY IS FREEDOM, STRENGTH IN IGNORANCE.
New Hay, I dig yorzez spailing
________________
oop.ismad.com
New Heh.
You can prove ANYTHING with FACTS.


Peter
[link|http://www.debian.org|Shill For Hire]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Blog]
     Programmable Windows-friendly code editor? - (tablizer) - (27)
         www.eclipse.org - (pwhysall)
         www.ultraedit.com - (Yendor) - (3)
             Ultra-seconded - (deSitter) - (2)
                 Ultra-Edit appears not to have Turing-complete scripting - (tablizer) - (1)
                     Do tell. Is that as bad as not having a Euro symbol? -NT - (deSitter)
         Re: Programmable Windows-friendly code editor? - (systems) - (2)
             He did not say "cheap" either, so - (Arkadiy) - (1)
                 Re: He did not say "cheap" either, so - (jb4)
         Dunno if it's "programmable", exactly... - (CRConrad)
         I use GWDSoft GTEdit - (folkert)
         Ultraedit or Notetab; as seen elsewhere in this thread - (bbronson)
         Turing Complete? - (broomberg) - (15)
             re: Turing-Complete - (tablizer) - (14)
                 OK, slick has it - (broomberg) - (13)
                     Ed is $170 versus Slick for $270 - (tablizer) - (12)
                         eeeeemaaaaaaacssssssss! - (pwhysall)
                         Emacs can do CUA. It takes 20 seconds to make it happen - (Arkadiy) - (10)
                             CUA - (jake123)
                             Emacsaphobia - (tablizer) - (8)
                                 Except that doesn't happen. - (admin) - (7)
                                     Maybe I am better at bumping the wrong button than you - (tablizer) - (5)
                                         What wrong button? - (pwhysall) - (4)
                                             It is a pulled-out-of-my-arse guess -NT - (tablizer) - (3)
                                                 Fairy nuff. - (pwhysall) - (2)
                                                     Dahm yew... - (folkert) - (1)
                                                         Hay, I dig yorzez spailing -NT - (tablizer)
                                     Heh. - (pwhysall)

You are the antipost.
124 ms