Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

good free code editor?

17 views
Skip to first unread message

James

unread,
Aug 5, 2008, 6:18:06 PM8/5/08
to
Hi,
I'm looking for a good, free, code editor to help me get through a project
that involves looking at and figuring out whats going on with a dozen or so
wsh vbscripts, some of which are very long. I'm really minimally looking for
the following 2 features: color coding for syntax and the ability to
expand/collapse sections of code (like subs, functions, classes, or even
do/while loops etc..). Intellisense would be great but not required as I'm
mostly reading existing scripts and doing only a little bit of actual code
mods.

any recommendations? google results show many many options so I'm hoping a
few recommendations can save me a bunch of time!

thanks!

mayayana

unread,
Aug 5, 2008, 9:34:23 PM8/5/08
to
Good. Free. Hardcore, but "intellisense"
not required.... Sounds like a job for
open source. Maybe Emacs? There's a
Windows version of that. I don't think
you'll find anything else that's "good and free",
other than open source.

Michael Harris

unread,
Aug 5, 2008, 9:45:41 PM8/5/08
to

www.pspad.com

--
Michael Harris


G. Schnitzelberger

unread,
Aug 6, 2008, 4:53:49 AM8/6/08
to

Notepad++, the best ANSI Editor ever:
http://notepad-plus.sourceforge.net/de/site.htm

It does also Intellisense with Add-Ons for common languages.

--
Gruß,
G. Schnitzelberger

Jason

unread,
Aug 6, 2008, 3:10:02 PM8/6/08
to

Personally, I'm partial to SciTE
http://www.scintilla.org/SciTE.html


Andrew Mishechkin

unread,
Aug 11, 2008, 8:19:13 AM8/11/08
to
> Notepad++, the best ANSI Editor ever:
> http://notepad-plus.sourceforge.net/de/site.htm

I used Notepad++, but pspad IMHO is better. Now I write my scripts in pspad.
---
Andrew Mishechkin

TDM

unread,
Aug 11, 2008, 10:36:57 PM8/11/08
to

"James" <no...@nowhere.com> wrote in message news:eY5yjk09...@TK2MSFTNGP06.phx.gbl...

My vote, likely not shared by many others, goes
to VIM(www.vim.org). It's a love hate relationship based
on VI. No intellisense, but there is no better way to
get more done in a shorter time.

TDM

Tim Munro

unread,
Aug 12, 2008, 8:28:25 AM8/12/08
to
I find Textpad and excellent editor. Does syntax colouring as well. You can
get extract file fomr the web (Kixtart Powershell etc.)

"TDM" <rpu...@gmail.com> wrote in message
news:%23n1VLRC$IHA....@TK2MSFTNGP03.phx.gbl...

LJB

unread,
Aug 12, 2008, 2:37:41 PM8/12/08
to

"Tim Munro" <Exce...@Liamtoh.moc> wrote in message
news:OXkirbH$IHA....@TK2MSFTNGP04.phx.gbl...
I too use TextPad but its not free yet it is inexpensive. Is TextPad from
http://www.textpad.com/ the same as one from Kixtart?

Another option is to use the VBA editor from Excel. Here is a link to a
script that adds that ability to Explorer's right-click menu
http://groups.google.com/group/microsoft.public.scripting.vbscript/msg/47eae3bddee0f47e.
I've used it for years and almost always use it to get the proper case on
all my keywords and to format the vbs nicely.


James

unread,
Sep 3, 2008, 5:41:09 PM9/3/08
to
Hello all,
just thought I would post this back here as I just recently came accross it.
I've been using notepad++ without any intellisense add-on and its been good.
However I just downloaded this:

http://www.vbsedit.com/default.asp

and although I have not really used it yet, at first glance of the gui and
features this thing looks truly awesome for wsh vbscript writting/editing.
There is a free and a pay version. It has intellisense built in, an object
browser, debugging features, etc... most of the stuff I remember really
needing when messing around with Visual Studio on some VB.Net stuff.... but
for vbscript in this case of course.

the project I'm working on has grown, since my last post, into me doing more
writting than I first thought so intellisense moved from 'would be nice' to
required.

"James" <no...@nowhere.com> wrote in message
news:eY5yjk09...@TK2MSFTNGP06.phx.gbl...

James

unread,
Sep 3, 2008, 6:18:23 PM9/3/08
to
quick correction: there is an evaluation version and a pay version, not a
'free' version. Not sure what is missing from the evaluation version at the
moment, maybe nothing. The pay version is $50 for single user which I think
is very reasonable for the features. I'm evaluating it now, so far,
impressed.

"James" <no...@nowhere.com> wrote in message

news:%23QA5J3g...@TK2MSFTNGP06.phx.gbl...

Reventlov

unread,
Sep 5, 2008, 12:21:38 PM9/5/08
to
Il giorno Wed, 3 Sep 2008 17:41:09 -0400, "James" <no...@nowhere.com> ha scritto:
>the project I'm working on has grown, since my last post, into me doing more
>writting than I first thought so intellisense moved from 'would be nice' to
>required.

MSE or MSE7 shipped with ms office has intellisense and object browser.
But vbsedit is better as when you createobject it automagically adds the object in the
browser.
I have a free vbs editor which is good but lacks a button to launch the script.
Most of the other editors have only syntax checking as they are only advanced notepads.
Giovanni.

--
Giovanni Cenati (Bergamo, Italy)
Write to "Reventlov" at katamail com
http://digilander.libero.it/Cenati (Esempi e programmi in VbScript)
--

bobwilliams

unread,
Nov 15, 2009, 3:15:59 PM11/15/09
to
not a fan of pspad, can't launch wsh or vbscripts from application.

Michael Harris wrote:

Re: good free code editor?
05-Aug-08

James wrote:

www.pspad.com

--
Michael Harris

Previous Posts In This Thread:

On Tuesday, August 05, 2008 6:18 PM
James wrote:

good free code editor?

thanks!

On Tuesday, August 05, 2008 9:34 PM
mayayana wrote:

Good. Free. Hardcore, but "intellisense"not required....
Good. Free. Hardcore, but "intellisense"
not required.... Sounds like a job for
open source. Maybe Emacs? There's a
Windows version of that. I don't think
you'll find anything else that's "good and free",
other than open source.

so
for

On Tuesday, August 05, 2008 9:45 PM
Michael Harris wrote:

Re: good free code editor?
James wrote:

www.pspad.com

--
Michael Harris

On Wednesday, August 06, 2008 4:53 AM
G. Schnitzelberger wrote:

Re: good free code editor?
James wrote:

Notepad++, the best ANSI Editor ever:
http://notepad-plus.sourceforge.net/de/site.htm

It does also Intellisense with Add-Ons for common languages.

--
Gru?,
G. Schnitzelberger

On Friday, August 08, 2008 7:07 AM
Jason wrote:

Re: good free code editor?
Personally, I am partial to SciTE
http://www.scintilla.org/SciTE.html

On Monday, August 11, 2008 8:19 AM
Andrew Mishechkin wrote:

I used Notepad++, but pspad IMHO is better. Now I write my scripts in pspad.
I used Notepad++, but pspad IMHO is better. Now I write my scripts in pspad.
---
Andrew Mishechkin

On Monday, August 11, 2008 10:36 PM
TDM wrote:

Re: good free code editor?


My vote, likely not shared by many others, goes

to VIM(www.vim.org). it is a love hate relationship based


on VI. No intellisense, but there is no better way to
get more done in a shorter time.

TDM

On Tuesday, August 12, 2008 8:28 AM
Tim Munro wrote:

I find Textpad and excellent editor. Does syntax colouring as well.
I find Textpad and excellent editor. Does syntax colouring as well. You can
get extract file fomr the web (Kixtart Powershell etc.)

On Tuesday, August 12, 2008 2:37 PM
LJB wrote:

Re: good free code editor?


"Tim Munro" <Exce...@Liamtoh.moc> wrote in message
news:OXkirbH$IHA....@TK2MSFTNGP04.phx.gbl...

I too use TextPad but its not free yet it is inexpensive. Is TextPad from
http://www.textpad.com/ the same as one from Kixtart?

Another option is to use the VBA editor from Excel. Here is a link to a
script that adds that ability to Explorer's right-click menu
http://groups.google.com/group/microsoft.public.scripting.vbscript/msg/47eae3bddee0f47e.
I've used it for years and almost always use it to get the proper case on
all my keywords and to format the vbs nicely.

On Wednesday, September 03, 2008 5:41 PM
James wrote:

Hello all,just thought I would post this back here as I just recently came


Hello all,
just thought I would post this back here as I just recently came accross it.
I've been using notepad++ without any intellisense add-on and its been good.
However I just downloaded this:

http://www.vbsedit.com/default.asp

and although I have not really used it yet, at first glance of the gui and
features this thing looks truly awesome for wsh vbscript writting/editing.
There is a free and a pay version. It has intellisense built in, an object
browser, debugging features, etc... most of the stuff I remember really
needing when messing around with Visual Studio on some VB.Net stuff.... but
for vbscript in this case of course.

the project I'm working on has grown, since my last post, into me doing more

writting than I first thought so intellisense moved from 'would be nice' to
required.

"James" <no...@nowhere.com> wrote in message
news:eY5yjk09...@TK2MSFTNGP06.phx.gbl...

On Wednesday, September 03, 2008 6:18 PM
James wrote:

Re: good free code editor?


quick correction: there is an evaluation version and a pay version, not a
'free' version. Not sure what is missing from the evaluation version at the
moment, maybe nothing. The pay version is $50 for single user which I think
is very reasonable for the features. I'm evaluating it now, so far,
impressed.

"James" <no...@nowhere.com> wrote in message
news:%23QA5J3g...@TK2MSFTNGP06.phx.gbl...

On Friday, September 05, 2008 12:21 PM
noon wrote:

Re: good free code editor?

EggHeadCafe - Software Developer Portal of Choice
Upload Photos to the Web with your SmartPhone
http://www.eggheadcafe.com/tutorials/aspnet/8a133fce-5572-4c47-be6d-9227152fa0e7/upload-photos-to-the-web.aspx

mr_unreliable

unread,
Nov 23, 2009, 4:02:42 PM11/23/09
to
Bob Williams wrote:
> not a fan of pspad, can't launch wsh or vbscripts from application.
>

hi Bob,

Was that a question, or a comment?

As far as running vbs scripts from PSPad, it can be done
-- just use the menu command File => Compile. Also, one
of the toolbar buttons does the same thing (as well as
the Ctrl-F9 keyboard shorcut).

In addition, you may have to "put the rabbit in the hat,
before you can pull it out". In other words, you have
to configure PSPad to call WScript for your vbs file,
before the compile menu item works. On the version of
PSPad that I have, you do this by using the Settings
=> Highlighters Settings menu item, which gets you a
dialog. In the left panel, click "MS VBScript", and
check the checkbox if it is not already checked. Then
in the right panel, click the "Specification" tab. You
can fill in the "Filter Name" edit control as "VBScript
Files" and fill in the "File Masks" listbox control with
*.vbs and *.wsh. Staying in the right panel, click on
the compiler tab. In the edit control labeled "Compiler",
type in the path to WScript.exe (for those using win98:
"C:\WINDOWS\Wscript.exe"). In the edit control labeled
"Parameters", type in "%File%" (which refers to the vbs
file that you are editing.

You may wish to fill in the other blank fields on the
Compiler Tab, but it's not strictly necessary.

cheers, jw
____________________________________________________________

You got questions? WE GOT ANSWERS!!! ..(but, no guarantee
the answers will be applicable to the questions)


JussiJ

unread,
Dec 8, 2009, 12:49:41 AM12/8/09
to
On Nov 16, 7:15 am, Bob Williams wrote:

> not a fan of pspad, can't launch wsh or vbscripts from application.

The Zeus Lite editor can be configured to run external tools

http://www.zeusedit.com/lite/

Jussi Jumppanen

0 new messages