AutoHotkey Community

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

All times are UTC [ DST ]




Post new topic Reply to topic  [ 91 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 7  Next
Author Message
 Post subject:
PostPosted: November 14th, 2008, 1:47 am 
Offline

Joined: October 13th, 2008, 4:14 pm
Posts: 60
Location: South Park, Colorado
Titan wrote:
ruespe nli wrote:
Why this? Can notepad2 also do this all?
Not everybody likes a bloated and full featured interface.


I don't think I could state it any more clearly than Titan did.


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

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
New Version Available, Added Code Folding support

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


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

Joined: June 17th, 2008, 7:51 am
Posts: 243
thibeaz wrote:
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 thread wasn't adressed against Pad2 or tibeaz. Only against
Quote:
Buh-bye, Notepad++.

_________________
Greetings
Rog


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

Joined: February 5th, 2007, 12:19 pm
Posts: 192
Location: Osnabrück, Germany
thibeaz wrote:
New Version Available, Added Code Folding support

How can I see this?


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

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
once downloaded open up either an ahk file, nsis file, ini file (any source code really) and press a combo set of keys ctrl+shift+F to enable code folding

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


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

Joined: February 5th, 2007, 12:19 pm
Posts: 192
Location: Osnabrück, Germany
It only inserts "ACK" with white letters on black background.


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

Joined: February 5th, 2007, 12:19 pm
Posts: 192
Location: Osnabrück, Germany
Sorry, it works!!
I used the older version. My fault! :oops:

Very nice.


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

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
no problem ;) it happens and I was actually going to ask if you downloaded the new version to be safe but this reply saved me the trouble of doing :)

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


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

Joined: June 17th, 2008, 7:51 am
Posts: 243
RocknRoller wrote:
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!

Take a look here: http://de.autohotkey.com/forum/viewtopi ... 1&start=30

_________________
Greetings
Rog


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 14th, 2008, 6:01 pm 
ruespe wrote:
RocknRoller wrote:
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!

Take a look here: http://de.autohotkey.com/forum/viewtopi ... 1&start=30


Thanks a lot!


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

Joined: September 28th, 2007, 9:32 am
Posts: 32
holy crap! :shock: I've been wanting ahk for notepad2 all my life!

thank you thibeaz!!! 8)


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

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
why thanks for the compliment :)

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 5th, 2008, 3:05 am 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
Ok a bit of an update. I am trying to convert Notepad2 to use Visual Studio 2008. so far everything is compiling right the only file that isn't compiling correctly is Helper.c on line 735
Code:
Helpers.c
.\src\Helpers.c(735) : warning C4047: 'function' : 'size_t' differs in levels of indirection from 'unsigned short [5]'
.\src\Helpers.c(735) : warning C4024: 'swprintf' : different types for formal and actual parameter 2
.\src\Helpers.c(735) : error C2440: 'function' : cannot convert from 'double' to 'const wchar_t *'
.\src\Helpers.c(735) : warning C4024: 'swprintf' : different types for formal and actual parameter 3

if anybody can help me I would be very grateful.

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject: NP++ AHK Support
PostPosted: December 5th, 2008, 1:11 pm 
ruespe nli wrote:
EricCartman wrote:
Wow.

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

Image


Hey, I want NP++ to support AHK syntaxtoo, like yours seems to... what's the best way to get it to?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: December 25th, 2008, 3:54 pm 
Offline

Joined: December 25th, 2008, 3:00 pm
Posts: 6
Line Comment Toggle

Ctrl+Q doesnt work for me. This works in Scite.. anyone else get this problem? Ive tried redownload original np2 from official site and that doesnt work either ...hmm


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 Previous  1, 2, 3, 4, 5 ... 7  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 42 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