AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What's your favorite FREE text editor?
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Fri Jul 04, 2008 7:25 pm    Post subject: Reply with quote

Skyglider wrote:
While searching for above info, I stumbled on a Wikipedia comparison of text editors. This is a goldmine of information to compare text editors. Here's a link to it:
http://en.wikipedia.org/wiki/Comparison_of_text_editors

After comparing the features using the wikipedia charts, I eliminated Notepad2 since it lacks quite a bit of functions that are found in the top 3. I had already eliminated Notetab Light since it has pay for versions and therefore disables some functions in the free light version.

The top 3 with the most functionality that I decided to check out are
Crimson Editor
Notepad++
PSPad

Have installed these 3 free editors and will see which one I prefer. Thanks all for your input,
Skyglider
Back to top
View user's profile Send private message
tidbit



Joined: 10 Mar 2008
Posts: 116

PostPosted: Fri Jul 04, 2008 7:41 pm    Post subject: Reply with quote

I used notpad++
till i came here and tried crimson
I like it better Smile
not by much though.
can't go wrong with either IMO
_________________
rawr. be very affraid

Note: My name is all lowercase for a reason.
Back to top
View user's profile Send private message
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Sat Jul 05, 2008 12:31 pm    Post subject: Reply with quote

tidbit wrote:
I used notpad++
till i came here and tried crimson
I like it better Smile
not by much though.
can't go wrong with either IMO

Thanks for your input tidbit.
Skyglider
Back to top
View user's profile Send private message
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Sat Jul 05, 2008 12:33 pm    Post subject: Reply with quote

Eliminated PSPad since I could not find a "delete to end of line" keyboard shortcut.

Down to Crimson Editor and Notepad++.

Skyglider
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Jul 05, 2008 12:52 pm    Post subject: Reply with quote

Skyglider wrote:
"delete to end of line"
Shift+Del
Back to top
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Sat Jul 05, 2008 1:17 pm    Post subject: Reply with quote

Anonymous wrote:
Skyglider wrote:
"delete to end of line"
Shift+Del

Does not work for me using PSPad. Nor does Ctrl+Shft+Del.
Skyglider
Back to top
View user's profile Send private message
Guest






PostPosted: Sat Jul 05, 2008 1:20 pm    Post subject: Reply with quote

your PSPad might be broken. Shift+Del on PSPad(AHK Edition) works for me
Back to top
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Sat Jul 05, 2008 10:24 pm    Post subject: Reply with quote

Anonymous wrote:
your PSPad might be broken. Shift+Del on PSPad(AHK Edition) works for me


I visited pspad.com and could not find an AHK edition. I did find that delete to EOL is supported by installing extensions to pspad. Here are the extensions:

Code:

del_begin_bes...
509 B del-begin-best (Serge Balance)
Delete from cursor position to the begining of line. Ctrl-F11 as in UltraEdit editor.
 
del_end.zip
517 B del-end (Serge Balance)
Delete from cursor position to the end of line. Ctrl-K as in FAR editor. For Ctrl-K working you should unregister it from Reformat Paragraph. Any case that option always inactive. 

del_end_best.zip
498 B del-end-best (Serge Balance)
Delete from cursor position to the end of line. Ctrl-K as in FAR editor. For Ctrl-K working you should unregister it from Reformat Paragraph.
 
del_end_safe.zip
843 B del-end-safe (Serge Balance)
Delete to the end of line more slow but more safe than del_end. This version works fine in any WordWrap state. 

Is there a PSPad edition that does not require installing extensions to get the delete to EOL function? If so, where can I download it from?

Thanks,
Skyglider
Back to top
View user's profile Send private message
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Sun Jul 06, 2008 7:52 am    Post subject: Reply with quote

Was able to find a list of shortcut keys for Notepad++.

Anyone know where a list of shortcut keys for Crimson Editor is? Or is there a way to print a list of all of the shortcut keys from the editor's help file?

Thanks,
Skyglider
Back to top
View user's profile Send private message
n-l-i-d
Guest





PostPosted: Sun Jul 06, 2008 7:41 pm    Post subject: Reply with quote

Your question might get a better answer at the Crimson Editor site, or at it's offspring's Emerald Editor site.

And, here are the syntax highlighting keyword files for AutoHotkey for Crimson Editor

HTH
Back to top
Guest






PostPosted: Sun Jul 06, 2008 8:10 pm    Post subject: Reply with quote

Skyglider wrote:
and could not find an AHK edition.

Sorry i was talking about Install AHK syntax highlighting and clips for PSPad v2 it doesn't just adding syntax highlighting. it adds additional features that i can't describe all here
Back to top
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Sun Jul 06, 2008 8:44 pm    Post subject: Reply with quote

n-l-i-d wrote:
Your question might get a better answer at the Crimson Editor site, or at it's offspring's Emerald Editor site.

And, here are the syntax highlighting keyword files for AutoHotkey for Crimson Editor

HTH

n-l-i-d,

Thanks for your suggestions and for creating the AHK syntax highlighting files. I posted a question in the thread you linked to.

Thanks,
Skyglider
Back to top
View user's profile Send private message
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Sun Jul 06, 2008 8:45 pm    Post subject: Reply with quote

Anonymous wrote:
Skyglider wrote:
and could not find an AHK edition.

Sorry i was talking about Install AHK syntax highlighting and clips for PSPad v2 it doesn't just adding syntax highlighting. it adds additional features that i can't describe all here

Thanks for trying to help anyway. I appreciate it.
Skyglider
Back to top
View user's profile Send private message
Skyglider



Joined: 29 Jun 2008
Posts: 40

PostPosted: Sun Jul 06, 2008 8:47 pm    Post subject: Reply with quote

tidbit wrote:
I used notpad++
till i came here and tried crimson
I like it better Smile
not by much though.
can't go wrong with either IMO

tidbit,

I'm still trying to decide whether go with Crimson or Notepad++. Could you tell me why you like Crimson better even if the difference is small?

Thanks.
Back to top
View user's profile Send private message
SpiderGames



Joined: 09 Jun 2008
Posts: 332
Location: Canada

PostPosted: Sun Jul 06, 2008 8:49 pm    Post subject: Reply with quote

i like free hand scripting...
meh
_________________
"I reject your ReAlItY and Substitute with my Own"
_______________________________________
Pie Is exactly 3!
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 2 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group