| View previous topic :: View next topic |
| Author |
Message |
Skyglider
Joined: 29 Jun 2008 Posts: 40
|
Posted: Sun Jul 06, 2008 9:07 pm Post subject: |
|
|
| SpiderGames wrote: | i like free hand scripting...
meh |
I'm a novice though I used to use QEdit wayyyy back. Could you please explain what free hand scripting is?
Thanks. |
|
| Back to top |
|
 |
Skyglider
Joined: 29 Jun 2008 Posts: 40
|
Posted: Sun Jul 06, 2008 11:21 pm Post subject: |
|
|
After exhaustive searching on the web for a list of keyboard shortcuts for the Crimson Editor with no results, I'm think I'm going to go with Notepad++. Notepad++ seems to be MUCH better supported with a lot more information available on the web.
Also, it appears that Crimson Editor has been abandoned and a replacement editor named Emerald Editor is planned to take Crimson Editor's place. Seems like a lost cause to go with an editor that will no longer be supported. The posts regarding Emerald Editor that I saw were quite old and no public release (other than an admitted crude beta) is available for download so I'm wondering if that group gave up also.
Skyglider |
|
| Back to top |
|
 |
mobius
Joined: 08 Jun 2008 Posts: 15 Location: Dark Side of the Moon
|
Posted: Mon Jul 07, 2008 3:04 am Post subject: |
|
|
Glad to see Notepad++ won your affections skyglider, I have been using it
for a long time, and can honestly say that no other code editor comes close
for reliability and portability. Getting it to work well with ahk just takes some
tweaking of the custom syntax highlighter.
Plugins are a doddle to setup in the most recent build.
I can't recommend this milestone of free software enough man! _________________
The Light That Burns Twice As Bright Lasts Half as Long. |
|
| Back to top |
|
 |
Skyglider
Joined: 29 Jun 2008 Posts: 40
|
Posted: Mon Jul 07, 2008 7:42 am Post subject: |
|
|
| mobius wrote: | Glad to see Notepad++ won your affections skyglider, I have been using it
for a long time, and can honestly say that no other code editor comes close
for reliability and portability. Getting it to work well with ahk just takes some
tweaking of the custom syntax highlighter.
Plugins are a doddle to setup in the most recent build.
I can't recommend this milestone of free software enough man! |
Glad to hear that Notepad++ is reliable. That is very important characteristic to have in a code editor.
Thanks,
Skyglider |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Mon Jul 07, 2008 7:28 pm Post subject: |
|
|
A few notes:
I prefer PSPad.
Delete to end of line is simple in any text editor:
I am moving this thread to general chat, since it is not an AHK code question
Similar (related) topic:
[linksoup]
http://www.autohotkey.com/forum/viewtopic.php?t=20295
[/linksoup] _________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
Skyglider
Joined: 29 Jun 2008 Posts: 40
|
Posted: Mon Jul 07, 2008 7:58 pm Post subject: |
|
|
| engunneer wrote: | A few notes:
I prefer PSPad.
Delete to end of line is simple in any text editor:
|
engunneer,
Your AHK delete to EOL works fine in PSPad. With that, I'll revisit PSPad if I can find a list of all of the keyboard shortcuts.
Could you give me a head start and tell me why you prefer PSPad?
Thanks,
Skyglider |
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 6772 Location: Pacific Northwest, US
|
Posted: Mon Jul 07, 2008 8:15 pm Post subject: |
|
|
That's a standard shortcut that will work in any edit box, even in word. It is technically two shortcuts (Select to end of line, delete). You don't need to use AHK to type it, I just wrote it in that format for ease of reading. You will not find that shortcut in any program's hotkey listings.
Anyway, I was a huge fan of UltraEdit, and even bought it once, but copied it onto many computers. Years ago I decided to switch to more ethical means of software usage and support FOSS. PSPad was one of the editors listed in the AHK syntax scripts folder, and it seemed the closest to UltraEdit, so I grabbed it.
Things I use alot in it (Mostly configured via ahk script that comes with AHK:
- F9 to run script
- !F1 to open help file to selected topic
- ^{Space} for command completion (try typing StringSp^{Space}{Enter} to see)
- ^j variable name completion (even knows internal AHK names like A_LoopField)
- code bookmarking (various shortcut keys)
- Project support, good find function across multiple files. Also remembers which files you had open.
- Status bar tells you ASCII of text by caret, good for analysing txt files you want to parse with AHK.
- Supports output from Debug output of script
- View Todo list from code
Things it doesn't have, but I can live without for now:
Things I turn off when installing PSPad
- "Smart" char completion (){}[]"", etc.
- Switch tabs to be spaces
Things it has that don't affect AHK.
_________________
Unless otherwise noted, all code is untested.
Common Answers: 1.(Loops, Viruses, etc.) 2. Search 3.RTFM |
|
| Back to top |
|
 |
Red Hat Boy
Joined: 10 Apr 2008 Posts: 113
|
Posted: Tue Jul 08, 2008 9:04 am Post subject: |
|
|
I knew this topic would go far.
I just found out a couple days ago that Notepad++ went 5.0. Looking over the features, I'm amazed at how many there are that I never use. I think they added code completion to the list, but I'm not sure.
Notepad++ is the one I ended up using, but I also have SciTE, Crimson Editor, PSPad, and something called FoxEditor installed on my machine. _________________ I slit the sheet, the sheet I slit,
and on the slitted sheet I sit. ;~} |
|
| Back to top |
|
 |
Skyglider
Joined: 29 Jun 2008 Posts: 40
|
Posted: Tue Jul 08, 2008 10:25 am Post subject: |
|
|
| engunneer wrote: | | snip...Things I use alot in it (Mostly configured via ahk script that comes with AHK: ...snip |
engunneer,
Thanks for taking the time for that. Your programming skills are way beyond mine so I doubt that I'll be using most of what you listed. But I will give PSPad a second look though.
Thanks,
Skyglider |
|
| Back to top |
|
 |
tcgbp
Joined: 04 Apr 2008 Posts: 24 Location: China
|
Posted: Tue Jul 15, 2008 5:55 am Post subject: |
|
|
| Red Hat Boy wrote: | | Notepad++ is my personal favorite. It at least has the last three features you mentioned, I'm not sure about the others. | me too |
|
| Back to top |
|
 |
Skyglider
Joined: 29 Jun 2008 Posts: 40
|
Posted: Tue Jul 15, 2008 8:30 pm Post subject: |
|
|
I want to install the spell checker for notepad++ but am not sure how to do that. It seems that there is a spell check data file and that aspell also has to be used. After much searching, I can't find the installation procedure. I did find where a guy asked this question about 5 different times on another forum without an answer. Could someone please post a step-by-step procedure for dummies on how to do this?
Thanks,
Skyglider |
|
| Back to top |
|
 |
Deller
Joined: 21 Nov 2007 Posts: 202 Location: 0x01101110
|
Posted: Fri Jul 18, 2008 3:45 am Post subject: |
|
|
does Notepad++ support running the script withing the program?
im currently useing PsPad and im very happy with the functionality but its very slow to launch.
does Notepad++ launch fast compared to PsPad? |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Jul 18, 2008 11:39 am Post subject: |
|
|
| Deller wrote: | | does Notepad++ support running the script withing the program? |
Yes, you can add it to the 'run' menu, and you can assign a hotkey to it.
| Quote: | im currently useing PsPad and im very happy with the functionality but its very slow to launch.
does Notepad++ launch fast compared to PsPad? |
Yes, especially NotePad++ v5.0 and newer. Very fast open/close. |
|
| Back to top |
|
 |
Deller
Joined: 21 Nov 2007 Posts: 202 Location: 0x01101110
|
Posted: Fri Jul 18, 2008 8:19 pm Post subject: |
|
|
| Anonymous wrote: | | Deller wrote: | | does Notepad++ support running the script withing the program? |
Yes, you can add it to the 'run' menu, and you can assign a hotkey to it.
| Quote: | im currently useing PsPad and im very happy with the functionality but its very slow to launch.
does Notepad++ launch fast compared to PsPad? |
Yes, especially NotePad++ v5.0 and newer. Very fast open/close. |
sounds great im gonna try it |
|
| Back to top |
|
 |
Deller
Joined: 21 Nov 2007 Posts: 202 Location: 0x01101110
|
Posted: Fri Jul 18, 2008 10:22 pm Post subject: |
|
|
| how do i set Notepad++ to run the script with f5? |
|
| Back to top |
|
 |
|