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 

AutoHotKey for Notepad2
Goto page 1, 2, 3, 4, 5, 6, 7  Next
 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Zach Thibeau



Joined: 22 Mar 2008
Posts: 57
Location: At my computer

PostPosted: Wed Nov 12, 2008 12:30 pm    Post subject: AutoHotKey for Notepad2 Reply with quote

Howdy All
I noticed not all people are a fan of Scite and wanted a version of Notepad2 with syntax highlighting. So I created a mod of Notepad2 with AutoHotKey Syntax Highlighting.

Here is the Download link here

SHA1 Checksum: 9e7f88090656ea569de4d13d91d535f4141decf0

Source Code is available here at http://notepad2modification.googlecode.com/files/AutoHotKeyForNotepad2Source.7z

and the Screenshot is here


Changelog:
3.0.20 V1.1 November 12 2008
Initial Release

3.0.20 V1.2 November 12 2008
Not much here for change other than updated syntax highlighting

3.0.20 V1.3 November 14 2008
Added Code Folding to the App (will update the screenshot soon)

3.0.20 V1.4 April 14th 2009

  1. Modified source code to compile in Visual Studio 2008 (finally)
  2. Modified the about box to reflect patches I used and credits for LexAHK1 to Philo Smile


Note: if people are interested I could make a package of Notepad2 that will include the use of the AutoHotKey Help file and also could see if I could include the use of the other 3rd party tools here like :: SmartGUI Creator ::
and others[/list]
_________________
My Blogs | PChat the free XChat fork for Windows and *nix


Last edited by Zach Thibeau on Tue Apr 14, 2009 11:34 pm; edited 6 times in total
Back to top
View user's profile Send private message Send e-mail
haichen



Joined: 05 Feb 2007
Posts: 189
Location: Osnabrück, Germany

PostPosted: Wed Nov 12, 2008 1:11 pm    Post subject: Reply with quote

Very nice, thanks a lot.
I thought about that some time ago (only a very short moment) but i flinched from installing MS Visual Studio, learning c, and compiling the stuff.
Since a few months i changed notepad completely to Notepad2.
Very Happy
Back to top
View user's profile Send private message
Zach Thibeau



Joined: 22 Mar 2008
Posts: 57
Location: At my computer

PostPosted: Wed Nov 12, 2008 1:58 pm    Post subject: Reply with quote

why thank you very much haichen. Now do people want me to continue with my modification to allow use of third party tools in Notepad2? Also is there any requests that people would like to make?
_________________
My Blogs | PChat the free XChat fork for Windows and *nix
Back to top
View user's profile Send private message Send e-mail
Zach Thibeau



Joined: 22 Mar 2008
Posts: 57
Location: At my computer

PostPosted: Thu Nov 13, 2008 12:14 am    Post subject: New Update Reply with quote

New Update, See top post for details
_________________
My Blogs | PChat the free XChat fork for Windows and *nix
Back to top
View user's profile Send private message Send e-mail
EricCartman



Joined: 13 Oct 2008
Posts: 60
Location: South Park, Colorado

PostPosted: Thu Nov 13, 2008 1:51 am    Post subject: Reply with quote

Wow.

Buh-bye, Notepad++.
Back to top
View user's profile Send private message
Zach Thibeau



Joined: 22 Mar 2008
Posts: 57
Location: At my computer

PostPosted: Thu Nov 13, 2008 3:14 am    Post subject: Reply with quote

wow glad you like it Razz, I'm currently trying to get intellisense integrated into Notepad2 or at least launch when notepad2 is launched
_________________
My Blogs | PChat the free XChat fork for Windows and *nix
Back to top
View user's profile Send private message Send e-mail
BoBo²
Guest





PostPosted: Thu Nov 13, 2008 9:37 am    Post subject: Reply with quote

1st. Thanks for your effort to provide a lean, AHK capable editor. Much appreciated. Very Happy
2nd. One feature which has been disabled by flo(rian, the core developer of N2) within the current/origin/official release is "bookmarking".
I desperately miss that feature (cause jumping around within scripts > 50 lines can be a pain in the ... Crying or Very sad).
3rd. A final sweet would be to get a feature to assign/save bookmarks to a script.

Keep up the good work + thx for listening. Cool
Back to top
Zach Thibeau



Joined: 22 Mar 2008
Posts: 57
Location: At my computer

PostPosted: Thu Nov 13, 2008 12:03 pm    Post subject: Reply with quote

Well I can give it a try and see if I can fix that but no promises, I'm seriously new to C Programming.
Another thing is the fact that the Source Code has been changed a lot so it may not work properly
_________________
My Blogs | PChat the free XChat fork for Windows and *nix


Last edited by Zach Thibeau on Thu Nov 13, 2008 12:53 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
ruespe nli
Guest





PostPosted: Thu Nov 13, 2008 12:25 pm    Post subject: Reply with quote

EricCartman wrote:
Wow.

Buh-bye, Notepad++.
Why this? Can notepad2 also do this all?

Back to top
polyethene



Joined: 11 Aug 2004
Posts: 5246
Location: UK

PostPosted: Thu Nov 13, 2008 12:54 pm    Post subject: Reply with quote

ruespe nli wrote:
Why this? Can notepad2 also do this all?
Not everybody likes a bloated and full featured interface. I've always preferred nano to vi for example.

thibeaz Notepad2 looks great, but the colour theme is very difficult to read. Could you look at toralfs scheme for PSPad and copy it? Another thing: why doesn't this have tabs?
_________________
GitHubScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Zach Thibeau



Joined: 22 Mar 2008
Posts: 57
Location: At my computer

PostPosted: Thu Nov 13, 2008 12:54 pm    Post subject: Reply with quote

ruespe nli wrote:
EricCartman wrote:
Wow.

Buh-bye, Notepad++.
Why this? Can notepad2 also do this all?


Probably not but some of us are looking for a lightwight editor and while Notepad++ yes is good but it isn't quite lightweight
_________________
My Blogs | PChat the free XChat fork for Windows and *nix
Back to top
View user's profile Send private message Send e-mail
Zach Thibeau



Joined: 22 Mar 2008
Posts: 57
Location: At my computer

PostPosted: Thu Nov 13, 2008 12:57 pm    Post subject: Reply with quote

Titan wrote:
ruespe nli wrote:
Why this? Can notepad2 also do this all?
Not everybody likes a bloated and full featured interface. I've always preferred nano to vi for example.

thibeaz Notepad2 looks great, but the colour theme is very difficult to read. Could you look at toralfs scheme for PSPad and copy it? Another thing: why doesn't this have tabs?

Florian doesn't like tabs and Personally if I tried to impliment it I probably would bloat it out and I want to preserve the lightweightness of Notepad2. as for syntax highlighting I'll see what I can do about that as for using the color scheme for pspad thats a no go it doesn't use Color Hex codes.
_________________
My Blogs | PChat the free XChat fork for Windows and *nix


Last edited by Zach Thibeau on Thu Nov 13, 2008 1:00 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
polyethene



Joined: 11 Aug 2004
Posts: 5246
Location: UK

PostPosted: Thu Nov 13, 2008 12:59 pm    Post subject: Reply with quote

Fair enough, I don't edit more than one script at a time anyway. What about the colours?
_________________
GitHubScriptsIronAHK Contact by email not private message.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
RocknRoller
Guest





PostPosted: Thu Nov 13, 2008 4:43 pm    Post subject: Reply with quote

Thanks thibeaz! I like using Notepad2 for quick file edits. Integrating Intellisense in it would also be very useful.

ruespe nli: I would also be interested in knowing how you made the DBGp plugin work with autohotkey in Notepad++. That would be very useful for more complex scripts!

Thanks!
Back to top
Zach Thibeau



Joined: 22 Mar 2008
Posts: 57
Location: At my computer

PostPosted: Thu Nov 13, 2008 10:43 pm    Post subject: Reply with quote

well I am working on something like that already but it's definitely taking time to try and work something like that into Notepad2.
_________________
My Blogs | PChat the free XChat fork for Windows and *nix
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page 1, 2, 3, 4, 5, 6, 7  Next
Page 1 of 7

 
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