AutoHotkey Community

It is currently May 25th, 2012, 9:29 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 46 posts ]  Go to page Previous  1, 2, 3, 4  Next

Which Editor do you actually use?
Notepad/WordPad
Notepad++
UltraEdit
PSPad
vi (or similar)
emacs (or similar)
SciTE
TextPad
Syntax/MED/JEdit
EmEditor
ConTEXT
EditPlus
Custom (Written in AHK)
Other (Please tell us)
You may select 1 option

View results
Author Message
 Post subject:
PostPosted: October 27th, 2007, 11:40 am 
Offline

Joined: July 20th, 2007, 10:23 am
Posts: 257
Location: Paris, France
I use SciTE (in fact SciTE4AutoHotkey), with little tweaks of my own (syntax colors, ...)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 27th, 2007, 12:52 pm 
Offline

Joined: September 28th, 2007, 7:23 pm
Posts: 37
I used to use Notepad++, but now I use e-texteditor (http://www.e-texteditor.com) which brings Textmate bundles to Windows. The snippets and commands got me hooked, but all of the other power editing features in there are awesome.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 28th, 2007, 8:53 pm 
Offline

Joined: November 7th, 2006, 9:47 pm
Posts: 1933
Location: Germany
Since a week or two weeks Ive changed my default editor from PSPad to Vi (as GVim) finally. Now I can edit files faster than before. I like it much, but sometimes I forget some commands.

Its fun to write scripts with Vim. :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 10th, 2007, 7:24 pm 
Offline

Joined: November 10th, 2007, 11:07 am
Posts: 8
Location: Sweden
For writing AHK scripts I use Notepad and Emacs.

I could not mark both in the poll, so I abstained. Then I realized, I have XKeymacs installed, so I can use emacs commands in Notepad (not all commands of course, but the basic ones). Now Emacs should be my proper answer.

I'll go back and complete the poll now.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: notetab
PostPosted: November 13th, 2007, 9:25 pm 
Offline

Joined: November 5th, 2007, 7:25 pm
Posts: 454
Location: canada
I use NoteTab found at www.notetab.com there is a free version and a pro version.
both have almost same features. and for 30$ its not too bad used to be 20$ last year, anyhow.

The only drawback I find is it does not support custom syntax highlighting (only does it for HTML)

is also a mutli tab interface.. the best feature I found for noteTab is that it has a built in scripting language that supports all kinds of things

RegEx find and replace
Run external
if
goto
labels
functions

Its not as fast as ahk but for text its great.

Thats my 2 cents


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 14th, 2007, 4:30 am 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
I use a professional editor for programmers: MultiEdit 2006. It is rock solid, has everything you can imagine: practically unlimited undo/redo, tabbed interface, linked or split windows, configurable syntax highlighting, templates, tags, language dependent constructs – matching pairs, html parser-highlighter, VCS support, integration with popular compilers, compiler error catching - find in text, macro recording and macro language, line filtering, sessions, column/stream/line blocks, regular expressions, markers, incremental search, global search, hex-mode, file compare, text formatting, auto text expansion, ruler, line numbers, sort, and many-many more.

It is lightning fast. Sometimes I edit GB files without problems. In hex mode any binary file can be processed. I have defined several sessions, so it is easy to see all of my AHK projects or my C projects, etc.

It costs $79. It is worth every penny of it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2007, 8:46 pm 
Offline

Joined: November 9th, 2007, 4:44 pm
Posts: 20
Location: http://taplpoker.com/
Notepad++

and as long as were talking about editors, is there any way to change the editor in AHK, when you right click the icon in tray, to bring up the file in notepad++ instead of notepad?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2007, 8:56 pm 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
Open up any folder. Goto the tools menu, and click at the very bottom "Folder Options" then, when that opens goto the file types tab. Then wait for it to fill with files and search for AHK (their in abc order). Click on it, and hit the "Advanced button located in the lower right hand corner of the window. Then click in the list view control on "Edit" and click the edit button. Then where it says "Application used to perform action" replace the text in the edit control just below that with this:

Code:
"C:\Program Files\Notepad++\notepad++.exe" "%1"


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Other... JEdit
PostPosted: November 21st, 2007, 1:59 am 
Offline

Joined: November 21st, 2007, 1:45 am
Posts: 3
Location: Mountain View, CA
Wow, I am surprised no one has mentioned jEdit yet. I love this thing.

It does context highlighting (.ahk provided with autohotkey). There are a slew of plug-ins written for it. It is highly configurable. Runs in Java which means I have the same interface on both my Linux as well as my Windows desktop.

One of favorite plug-ins is the FTP plug-in which allows me to edit files on remote ftp enabled systems as if they were on my local PC. Just hit save and it takes care of the login and put/get all under the covers.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 21st, 2007, 3:38 am 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8666
Location: Salem, MA
there is a jedit option in the poll

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 21st, 2007, 3:27 pm 
Offline

Joined: November 9th, 2007, 4:44 pm
Posts: 20
Location: http://taplpoker.com/
thanks ~dieom
but...
strangely (i'm using xp home) in the file types autohotkey's ahk extension isnt listed, and yet all ahk extensions have the correct icon and open correctly.
and yes i do mean its strange that my laptop has xp home. it has many unexplainable quirks, like this that cause problems. I'm assuming its a registry problem.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Other... Jedit
PostPosted: November 21st, 2007, 10:52 pm 
Offline

Joined: November 21st, 2007, 1:45 am
Posts: 3
Location: Mountain View, CA
engunneer wrote:
there is a jedit option in the poll


Oh crap! You are right. I totally missed that. Doh!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 12th, 2008, 4:01 pm 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
I made a modification of Notepad2 that includes the AHK SciLexer (thanks to PhiLho for that) found here http://www.autohotkey.com/forum/viewtopic.php?t=37652

_________________
My Blogs | PChat the free XChat fork for Windows and *nix
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 5:07 pm 
Offline

Joined: January 12th, 2008, 7:45 pm
Posts: 131
Seems like PSPad is the current "leader"... I decided it to give it a try, and within 3 seconds it seriously gave me suicidal thoughts because YOU CAN'T F***ING MOVE THE CURSOR WITH THE ARROWS! Why the hell isn't this a default f***ing feature!? neither is CTRL+Left/right to jump words, or Home/End, for start/end of line, or anything of those "windows default editor controls"... Epicly retarded. But I'd really like to use PSPad, anyone who has any solution to this? (or is this the cause of the PSPad AHK installer torlaf made?)

I can't see how a d*ckhead could seriously make a windows IDE without the arrows to control the cursor... I never used the mouse in my text editors, how the hell do you scroll to different parts... I don't want to hold down Alt+Left or w/e, i just want to push left...

(Sorry mods, I tried to keep it "clean", I censored myself A LOT!)

Oh, btw, I use SCiTE atm, perfect for AHK imo.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 7:08 pm 
Offline

Joined: November 2nd, 2004, 2:43 pm
Posts: 1019
Location: London, UK
I do remember I came accross this bug once.

I am just just trying to recall how I fixed it. I think I upgraded but here is a fix.

Quote:
Find and delete file KeyMap.INI or go to Program settings / KeyMap, press Default button and restart PSpad

_________________
Steve F AKA Superfraggle

http://r.yuwie.com/superfraggle


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 46 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: dmg, Exabot [Bot], SKAN and 1 guest


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group