Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


What editor do you use?

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,27156
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> What editor do you use?
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1] 2 3 4 5   next >   >>
[Poll]

What editor do you use?


UltraEdit (Shareware) www.ultraedit.com
  10% (4)
EditPlus (Trial Availabe) www.editplus.com
  0% (0)
NoteTab (Freeware) www.notetab.com
  0% (0)
Notepad, Wordpad, MS Script Editor (Free with Windows)
  25% (10)
PrimalScript (Trial available) www.sapien.com
  25% (10)
Admin Script Editor (Trial Available) www.adminscripteditor.com
  7% (3)
Notepad++ (Free) notepad-plus.sourceforge.net/uk/site.htm
  10% (4)
TextPad (Trial Available) www.textpad.com
  5% (2)
OnScript (Trial available) www.onscript.com
  0% (0)
Others?
  15% (6)


Total Votes : 39


(last vote on : 11/16/2005 7:39:36 AM)
(Poll ended: 11/21/2005 6:00:00 AM)
Login
Message << Older Topic   Newer Topic >>
 What editor do you use? - 10/20/2005 11:48:35 PM   
  mbouchard


Posts: 1903
Score: 14
Joined: 5/15/2003
From: USA
Status: offline
I have been using EditPlus for quite some time and just recently started using Primal Script and have put in a request for it and AdminScript Editor.  I can't wait to get that.



Let's hear it.  The good, the bad, the ugly.

< Message edited by mbouchard -- 10/21/2005 6:09:17 AM >


_____________________________

Mike

For useful Scripting links see the Read Me First stickey!

Always remember Search is your friend.
 
 
Post #: 1
 
 RE: What editor do you use? - 10/21/2005 6:29:55 AM   
  ebgreen


Posts: 4613
Score: 31
Joined: 7/12/2005
Status: offline
For me it depends. If I am writing new code from scratch and using things that I don't often use (i.e. some esoteric WMI class that I am not familiar with), then I will use PrimalScript. However if I am editing existing code then I usually use GVim.

(in reply to mbouchard)
 
 
Post #: 2
 
 RE: What editor do you use? - 10/21/2005 11:22:56 AM   
  grittyminder

 

Posts: 15
Score: 0
Joined: 7/14/2005
Status: offline
I'm very curious to see what vbscript editors that people use. I haven't been using vbscript all too long and really would like to know the pros and cons of each.

(in reply to ebgreen)
 
 
Post #: 3
 
 RE: What editor do you use? - 10/21/2005 12:32:05 PM   
  TNO


Posts: 1074
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
Its plain old notepad for me. I like to keep it simple. Once in a while I'll use jsedit/vbsedit if I'm looking through a very lengthy  or confusing script. (The colors help  a little).

_____________________________

To iterate is human, to recurse divine. -- L. Peter Deutsch

(in reply to grittyminder)
 
 
Post #: 4
 
 RE: What editor do you use? - 10/21/2005 1:51:35 PM   
  Cybex


Posts: 412
Score: 0
Joined: 9/14/2005
From: Florida
Status: offline
I recently bought ASE and while I have not seen the other editors I can say that ASE is very nice.  I like the custom "Regions" that you can create to collapse code in to blocks.  This helps me so much keeping everything straight.  The code coloring is cool, it does seem to help.  I like the fact that when you copy code into word or some thing that supports colored text the coloring stays.  WMI wizard helps when I am looking for something common and I like being able to see the output values.  The exe packager works and has its uses.  I like having support and wizards for kix and autoit.  I used to do a lot of logon scripts and small programs with Kix.  The built-in code "Snippet" library is useful for housing and inserting custom functions or blocks of code.  I use the character code lookup a lot, put a charter or string and it shows the character codes and with the click of the button places them at tour cursor.  It has other good features as well. 

I would like to hear of features that the other editors have.

Cybex

(in reply to TNO)
 
 
Post #: 5
 
 RE: What editor do you use? - 10/21/2005 2:22:37 PM   
  kirrilian


Posts: 628
Score: 3
Joined: 3/15/2005
From:
Status: offline
i use primalscript at work mostly since i mainly code in vbs with some perl and batch scripting mixed in for good measure

for home and school i use sciTE, works on all the languages and OS'es i use plus its free :)

http://www.scintilla.org/SciTE.html

pros and cons
primalscript
pros: has syntax highlighting and folding (for subs/functions etc) shows objects procedures as soon as you hit the period - vb.net style ( i really like this feature!), mass indenting, mass commenting, tabbed windows
cons: you have to pay for it
I use it at work mainly because work paid for it, otherwise id use sciTE

sciTE
pros: syntax highlighting, folding, very customizable, cross platform app, free, mass indenting, mass commenting, supports many many languages, tabbed windows
cons: some configuration necessary for some languages
i use this one at home mainly because it supports so many languages i am able to do work for home, school and my job in the same app without any problems


_____________________________

Have you searched here ?
VBScript Fundamentals
My Site

(in reply to Cybex)
 
 
Post #: 6
 
 RE: What editor do you use? - 10/21/2005 7:55:32 PM   
  Snipah


Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
@home: I like to use UltraEdit for the Tabbed way and the fancy colors... -lol- and ofcourse Notepad for the simplicity and speed....

@work: I like to use Note-Tab (cause its free and tabbed)... and ofcourse Notepad....

_____________________________

For more information, please see the "Read me First" topic.

http://www.visualbasicscript.com

(in reply to kirrilian)
 
 
Post #: 7
 
 RE: What editor do you use? - 10/23/2005 10:20:51 AM   
  Fredledingue


Posts: 370
Score: 0
Joined: 5/9/2005
From:
Status: offline
Notepad++,
While it remains very simple and lightweight, it has advanced customizable syntax highlighting colors, multitab view togglable to dual pane view (easy for copy-paste from one script to another, support many languages thought VBS use the VB dictionary (not realy a problem in fact), fold same-indent lines (useful for skipping long If-End If's! Hehehe!).
And it's free

I don't think I could need anything else to write scripts...

Cons: Save-as force you to rewrite the extention. If you forget it, it saves without ext.

_____________________________

Fred

(in reply to Snipah)
 
 
Post #: 8
 
 RE: What editor do you use? - 10/24/2005 1:40:07 AM   
  ehlindeman

 

Posts: 1
Score: 0
Joined: 10/20/2005
Status: offline
Has anyone used Notepad2. I like it a lot has color code for the syntax. In addition it allows you to run your script while you in notepad2 by using a hot key. I like it.

_____________________________

edwin

(in reply to mbouchard)
 
 
Post #: 9
 
 RE: What editor do you use? - 10/24/2005 6:07:50 AM   
  Snipah


Posts: 1343
Score: 6
Joined: 11/1/2004
From: Netherlands
Status: offline
Yes, I messed with it some time....but since the shortkeys are way different than the regular Windows Function keys and it is not tabbed i had reason enough to leave that one behind... (picky 'ey)

There must be more reasons, only i cannot think of them right away

Snipah

_____________________________

For more information, please see the "Read me First" topic.

http://www.visualbasicscript.com

(in reply to ehlindeman)
 
 
Post #: 10
 
 RE: What editor do you use? - 10/24/2005 9:45:18 PM   
  netxman

 

Posts: 104
Score: 0
Joined: 8/1/2005
Status: offline
I have downloaded PrimalScript for trial but I think it's too big and occupy more resources compare with Adersoft VbsEditor .

(in reply to Snipah)
 
 
Post #: 11
 
 RE: What editor do you use? - 10/24/2005 10:47:56 PM   
  ginolard


Posts: 1043
Score: 21
Joined: 8/10/2005
Status: offline
Primalscript all the way, superb editor.

(in reply to netxman)
 
 
Post #: 12
 
 RE: What editor do you use? - 10/27/2005 5:47:27 AM   
  mnman66

 

Posts: 49
Score: 0
Joined: 3/16/2005
From:
Status: offline
Well, I started using just Notepad. Now that I've gained hardly any experience at all, I've found a cool editor called VbsEdit by Andersoft. Not that it's helping a whole lot, but it makes some things easier for me.

(in reply to ginolard)
 
 
Post #: 13
 
 RE: What editor do you use? - 11/10/2005 12:09:11 AM   
  mpbowen

 

Posts: 3
Score: 0
Joined: 8/17/2005
Status: offline
UltraEdit.

I've been using it for years.  I started with version 3.  Syntax highlighting is a real help.

It's also great for all kinds of text file manipulation.

MB

(in reply to mbouchard)
 
 
Post #: 14
 
 RE: What editor do you use? - 11/11/2005 8:10:30 AM   
  CarlT

 

Posts: 3
Score: 0
Joined: 11/10/2005
Status: offline
First I must say this is a great site!!! Prais to all!

I use Scite. Works well

CarlT

(in reply to mpbowen)
 
 
Post #: 15
 
 RE: What editor do you use? - 11/24/2005 9:51:38 PM   
  rcraig12@yahoo.com

 

Posts: 2
Score: 0
Joined: 11/24/2005
Status: offline
Well I like Credit its got all the things I require. Oh and its free.

Syntax highlighting is high on the list
Supports different languages (If you need it)
Macro function for building custom code snippits
Its fabby basically

cheers,

Robert.

(in reply to CarlT)
 
 
Post #: 16
 
 RE: What editor do you use? - 11/28/2005 9:39:42 AM   
  csamuels


Posts: 42
Score: 0
Joined: 9/26/2005
Status: offline
i picked up a freeware called PSPad www.pspad.com

i use it for vbscript, asp, html, php code

i mainly use this over any word processor for the color highlighting.

(in reply to rcraig12@yahoo.com)
 
 
Post #: 17
 
 RE: What editor do you use? - 11/29/2005 12:46:08 AM   
  TNO


Posts: 1074
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline


hmmm....after seeing the good and the bad.....I'm considering developing an open source editor using web technologies. This should be fun.


_____________________________

To iterate is human, to recurse divine. -- L. Peter Deutsch

(in reply to csamuels)
 
 
Post #: 18
 
 RE: What editor do you use? - 11/30/2005 7:33:02 AM   
  cbodnar


Posts: 10
Score: 0
Joined: 8/12/2005
Status: offline
ASE 

(in reply to mbouchard)
 
 
Post #: 19
 
 RE: What editor do you use? - 12/5/2005 3:18:52 AM   
  DiGiTAL.SkReAM


Posts: 1171
Score: 7
Joined: 9/6/2005
From: Florida, USA
Status: offline
PrimalScript 4.0 Pro
Love the collapsable regions, the syntax hilighting, the syntax helper... all very nice.

Plus, work paid for it!  w00T!

I use it exclusively for my vbs stuff.  Now, when I have to do batch files... notepad.  I've tried doing batch in Primalscript, but the colors make me start thinking 'vbs', and I start building arrays in a batch file before I realize what I'm doing!

_____________________________

"Would you like to touch my monkey?" - Dieter (Mike Meyers)

"It is better to die like a tiger, than to live like a pussy."
-Master Wong, from Balls of Fury

(in reply to cbodnar)
 
 
Post #: 20
 
 
Page:   [1] 2 3 4 5   next >   >>
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> What editor do you use? Page: [1] 2 3 4 5   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts