AutoHotkey Community

It is currently May 27th, 2012, 6:02 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 28 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: October 4th, 2010, 11:17 am 
Offline

Joined: August 18th, 2009, 12:07 pm
Posts: 375
Location: holland
@HotkeyIt I erased the files - including the zip before downloading yours. I use Winrar to unpack.
the size of the exe. I get two sizes reported from properties
size = 742 kb
size on disk = 744 kb
but really dont trouble yourself anymore just for me, I am fine with using my old notepad2 generally and notepad++ sometimes.
----------------------------
@ Zach Yes i have never been good with peoples names, or typing corricktly.
But really I am not complaining, I thought it was the done thing to let people know if what they had produced wasn't working on a particular system. I followed on from HotkeyIts post, as I thought I should confirm that it wasnt just his experience but that it wasnt working on my system either.
If the original poster wants to come back with " well I am happy that it works for such and such a system and I am not going to change it" I am fine with that!

_________________
"Choose your parents wisely"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 4th, 2010, 1:26 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
"HelloWorld" wrote:
@HotkeyIt I erased the files - including the zip before downloading yours. I use Winrar to unpack.
the size of the exe. I get two sizes reported from properties
size = 742 kb
size on disk = 744 kb
but really dont trouble yourself anymore just for me, I am fine with using my old notepad2 generally and notepad++ sometimes.
This is the old file.
You will need to clear cache of your browser, correct size is 834KB (32bit version).

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 4th, 2010, 1:38 pm 
Offline

Joined: August 18th, 2009, 12:07 pm
Posts: 375
Location: holland
I never thought of clearing my browser cache. Sorry HotKeyIt, your version is working fine - and is looking VERY good.
Thanks for all your trouble

_________________
"Choose your parents wisely"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 4th, 2010, 10:29 pm 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
anyways my current attempts at a custom notepad2 like program is coming along, atm just basic features, no code folding, etc but I got syntax highlighting and also compiles for linux (for the .net version of AutoHotKey) , I'll see if I can post a small tech preview of it to see about general responses of my project idea.

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 5th, 2010, 6:38 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Zach Thibeau wrote:
anyways my current attempts at a custom notepad2 like program is coming along, atm just basic features, no code folding, etc but I got syntax highlighting and also compiles for linux (for the .net version of AutoHotKey) , I'll see if I can post a small tech preview of it to see about general responses of my project idea.
My version has got folding enabled, why don't you take over? Also please change the settings I have noted above, so we can use on XP. You can use Kdiff3 to compare code.

Thank you.

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 5th, 2010, 5:20 pm 
Zach Thibeau wrote:
...I thought I would be nice and give something back to the community...

...& that is fine & appreciated, but why did you decide to use VS2010 & make that a requirement for a simple recompiled Notepad2?...or was that an accident?

Zach Thibeau wrote:
...just because you refuse to update your windows...

...I listed some of the reasons I can think of, Microsoft makes changes & damages peoples systems with "patches". I have enough computer issues without Microsoft causing me more.

Zach Thibeau wrote:
...all I get is complaints.

...complaints only about the requirement of VS2010 & SP3...the original notepad2 does not require either, so all you should do is find a way to recompile, without causing those requirements.

Zach Thibeau wrote:
...I much prefer mingw anyways so I'll use that.

...great, try compiling the vanilla Notepad2 code in it & then add your mods to it.

Zach Thibeau wrote:
anyways my current attempts at a custom notepad2 like program is coming along...

...does that mean you are starting over, without Notepad2 code?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 5th, 2010, 7:39 pm 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
HotKeyIt wrote:
My version has got folding enabled, why don't you take over? Also please change the settings I have noted above, so we can use on XP. You can use Kdiff3 to compare code.

because I'm tired of modifying something existing and want to make something from scratch

guest wrote:
...& that is fine & appreciated, but why did you decide to use VS2010 & make that a requirement for a simple recompiled Notepad2?...or was that an accident?

because Visual Studio 2010 is what I have besides mingw and notepad2 refuses to compile on mingw unless it was severely modified.

guest wrote:
...I listed some of the reasons I can think of, Microsoft makes changes & damages peoples systems with "patches". I have enough computer issues without Microsoft causing me more.

reasons why you shouldn't be running windows xp anymore since it's very soon to be discontinued, however it's your computer so you do what you want. Personally I'm on Linux (with a windows 7 virtual machine) and I've never turned back :)


guest wrote:
...complaints only about the requirement of VS2010 & SP3...the original notepad2 does not require either, so all you should do is find a way to recompile, without causing those requirements.

I shouldn't have to lower my standards, sorry for sounding ignorant but I disagree with you.

guest wrote:
...great, try compiling the vanilla Notepad2 code in it & then add your mods to it.

as stated above it would require too much modifications, much more than I'm willing to do.


guest wrote:
...does that mean you are starting over, without Notepad2 code?
no not starting over, starting as a completely new project all together.

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 10th, 2010, 4:19 am 
Zach Thibeau wrote:
...notepad2 refuses to compile on mingw unless it was severely modified.

...I wonder what flo compiles with?

Zach Thibeau wrote:
reasons why you shouldn't be running windows xp anymore...

...OK, yes, XP is old, but I don't think I could ever get used to Win7 (I have a new computer with it, it's weird...every menu/dialog was moved/changed).

Zach Thibeau wrote:
Personally I'm on Linux...

...I'm sure this will start a debate, but which flavor?...(I'm open to suggestions). I have personally never tried Linux as a Home Desktop OS, but not cuz I don't want to, just haven't dove in yet. Not Linux, but I would jump on ReactOS the millisecond they get it "usable", but I fear that will take forever (it's already taken over 10 years {not that writing an OS is easy tho}).

Zach Thibeau wrote:
I shouldn't have to lower my standards...

...my only point is that, somehow, flo (the author of Notepad2) is able to compile it without having those requirements...it would be good to find out exactly how he is compiling it.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 10th, 2010, 8:30 am 
Offline

Joined: August 18th, 2009, 12:07 pm
Posts: 375
Location: holland
Guest wrote ".my only point is that, somehow, flo (the author of Notepad2) is able to compile it without having those requirements...it would be good to find out exactly how he is compiling it."

he is not the only one that manages to make a notepad replacement that works on XP. There are hardly any that dont. Notepad++ Textpad etc etc.

There are still an awful lot of people who are still using XP. They didnt want Vista and cant see what Windows7 offers that they cant already do in XP. Therefore I think a text editor that doesnt work on xp will leave out a lot of potential users.

_________________
"Choose your parents wisely"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 10th, 2010, 8:20 pm 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
it's not that I'm telling people to upgrade to vista or windows 7 it's the fact they refuse to update to windows xp sp3, they are leaving themselves unpatched and vulnerable to potential attacks. I for one don't like that happening at all.
and flo uses an outdated version of visual studio that isn't offered anymore legitimately by Microsoft, iirc it's visual studio 6/7

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2010, 3:10 am 
Nope you are wrong. Florian uses WDK which produces faster and smaller executables.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 20th, 2010, 5:21 pm 
Offline

Joined: March 22nd, 2008, 4:03 am
Posts: 57
Location: At my computer
now he does but when he started he did use Visual Studio 6/7

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


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Notepad2 mod
PostPosted: July 7th, 2011, 9:36 am 
Offline

Joined: August 2nd, 2009, 6:40 am
Posts: 215
Notepad2 mod (Notepad2-mod.4.2.25_r505) Is being maintained on google code.

Includes, code folding, AHK Highligher, etc. 32bit and 64bit versions available.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 28 posts ]  Go to page Previous  1, 2

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, JamixZol, rbrtryn and 19 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