|
[Poll]
|
What editor do you use?
|
| UltraEdit (Shareware) www.ultraedit.com |
|
| EditPlus (Trial Availabe) www.editplus.com |
|
| NoteTab (Freeware) www.notetab.com |
|
| Notepad, Wordpad, MS Script Editor (Free with Windows) |
|
| PrimalScript (Trial available) www.sapien.com |
|
| Admin Script Editor (Trial Available) www.adminscripteditor.com |
|
| Notepad++ (Free) notepad-plus.sourceforge.net/uk/site.htm |
|
| TextPad (Trial Available) www.textpad.com |
|
| OnScript (Trial available) www.onscript.com |
|
| Others? |
|
Total Votes : 39
|
(last vote on : 11/16/2005 7:39:36 AM)
(Poll ended: 11/21/2005 6:00:00 AM)
|
|
Login | |
|
 |
RE: What editor do you use? - 12/7/2005 3:01:02 AM
|
|
 |
|
| |
kirrilian
Posts: 627
Score: 3
Joined: 3/15/2005
From:
Status: offline
|
quote:
ORIGINAL: DiGiTAL.SkReAM 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!  ahhh the YADL syndrome, I know it well. (YADL = Yet Another Damn Language) try this on for size, keep in mind this was all within a week or so, and all fairly big projects: - at home - perl and bash (admin scripts for my *nix boxes), tcl for an eggdrop I run and I started learning python that week, IIRC
- at work - vbs and batch (admin scripts for work)
- at school - java and vb.net (final projects for 2 different classes)
needless to say, I was seriously syntactically confused for awhile!! Switch/case doesnt work too well in vb.net lol click the "my site" link in my sig, go to projects and code. I have a few things there, but not as many as I'd like.
_____________________________
Have you searched here ? VBScript Fundamentals My Site
|
|
| |
|
|
|
 |
RE: What editor do you use? - 1/19/2006 4:46:31 AM
|
|
 |
|
| |
Delei
Posts: 15
Score: 0
Joined: 1/11/2006
Status: offline
|
Ntepad++
|
|
| |
|
|
|
 |
RE: What editor do you use? - 2/14/2006 2:13:09 AM
|
|
 |
|
| |
CyBorg
Posts: 4
Score: 0
Joined: 2/12/2006
Status: offline
|
UltraEdit32. Mm-mm-m!
_____________________________
Carl Borgstrom "You can fool too many of the people too much of the time!" James Thurber (1894 - 1961)
|
|
| |
|
|
|
 |
RE: What editor do you use? - 2/15/2006 5:40:24 AM
|
|
 |
|
| |
tlcorbitt
Posts: 1
Score: 0
Joined: 2/15/2006
Status: offline
|
I use a program called VBSEditor from www.koansoftware.com. It has highlights syntax different colors depending on the type of syntax you are using. It is not tabbed, but for a newbie to scripting, its a great tool (oh yeah, its free and a stand-alone executable). great to put on a jump drive and have an editor for home, work, or for using to edit scripts for use on a client machine if need be. IMHO its a great editor.
|
|
| |
|
|
|
 |
RE: What editor do you use? - 2/27/2006 1:06:15 AM
|
|
 |
|
| |
sdrpr1
Posts: 2
Score: 0
Joined: 2/15/2006
Status: offline
|
Since I write VB.Net code also, I just use the editor in Visual Studio... I like the dynamic help feature. If I didn't already use VS, I wouldn't pick it for VBScript as it is expensive. Rich
_____________________________
Rich sdrpr1@yahoo.com
|
|
| |
|
|
|
 |
RE: What editor do you use? - 2/28/2006 8:56:58 PM
|
|
 |
|
| |
rOOs
Posts: 63
Score: 0
Joined: 2/28/2006
From: Switzerland
Status: offline
|
I use PrimalScript 3.1... it works fine for me...
|
|
| |
|
|
|
 |
RE: What editor do you use? - 3/15/2006 2:51:10 AM
|
|
 |
|
| |
ebgreen
Posts: 4408
Score: 29
Joined: 7/12/2005
Status: online
|
I eavluated OnScript when it was beta. It had some issues at that time, but it looked like it should be ok once they worked them out. I haven't looked at it since then though.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
 |
RE: What editor do you use? - 3/19/2006 7:05:09 PM
|
|
 |
|
| |
rOOs
Posts: 63
Score: 0
Joined: 2/28/2006
From: Switzerland
Status: offline
|
"Primal script can compile my Vbscripts to an executable" how does this work? with the Version 3.1.450?
|
|
| |
|
|
|
 |
RE: What editor do you use? - 3/20/2006 3:57:12 AM
|
|
 |
|
| |
ebgreen
Posts: 4408
Score: 29
Joined: 7/12/2005
Status: online
|
You can do the same thing without Primal. Essentially all that Primal is doing is creating a self-extracting zip executable that extracts to the temp dir and runs the script.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|