AutoHotkey Community

It is currently May 26th, 2012, 11:27 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 91 posts ]  Go to page 1, 2, 3, 4, 5 ... 7  Next
Author Message
 Post subject: AutoHotKey for Notepad2
PostPosted: November 12th, 2008, 1:30 pm 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
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
Image
SHA1 Checksum: 9e7f88090656ea569de4d13d91d535f4141decf0

Source Code is available here at http://notepad2modification.googlecode. ... 2Source.7z

and the Screenshot is here
Image

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 :)

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
Image


Last edited by Zach Thibeau on April 15th, 2009, 12:34 am, edited 6 times in total.

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

Joined: February 5th, 2007, 12:19 pm
Posts: 192
Location: Osnabrück, Germany
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.
:D


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

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
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
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject: New Update
PostPosted: November 13th, 2008, 1:14 am 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
New Update, See top post for details

_________________
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, 2:51 am 
Offline

Joined: October 13th, 2008, 4:14 pm
Posts: 60
Location: South Park, Colorado
Wow.

Buh-bye, Notepad++.


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

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
wow glad you like it :P, 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
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 10:37 am 
1st. Thanks for your effort to provide a lean, AHK capable editor. Much appreciated. :D
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 ... :cry:).
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. 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 1:03 pm 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
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
Image


Last edited by Zach Thibeau on November 13th, 2008, 1:53 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 1:25 pm 
EricCartman wrote:
Wow.

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

Image


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 1:54 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
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.


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

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
ruespe nli wrote:
EricCartman wrote:
Wow.

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

Image

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
Image


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

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
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
Image


Last edited by Zach Thibeau on November 13th, 2008, 2:00 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 1:59 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 5:43 pm 
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!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 11:43 pm 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
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
Image


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Google Feedfetcher and 8 guests


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