Originally posted by: Siddharth
i and my friend have developed an Spell Checker for my Editor in VC++ 6.0 but it is really not as advanced as MS Word but near about. but does not include a grammer checker.
Interested in implementing it in your open source EditPad?
regards
siddharth
Originally posted by: MikeE
does anyone know where I can find WIspell? I had downloaded a copy in the past (maybe a year ago?) but I am unable to find it now on the internet. Maybe someone could possibly email a copy to me at memswiler@hotmail.com?
Also, when running in the debugger (I'm running win2k), Visual Studio (6.0 SP4) breaks with a User Breakpoint Called From Code 0x... The Stack Trace tells me this is in the call to ShGetShellInfo(..) of the CShellTree::EnableImages () method.
Does anyone know if maybe the size of the SHFILEINFO struct might have changed in Win2k?
Also, the debug out produces the following message:
HEAP[editpadid.exe]: Heap block at 001425A0 modified at 001425D4 past requested size of 2c
Any help would be appreciated.
Thanks,
MikeE
Originally posted by: James White
I am really impressed with the number of exciting classes you've pulled together and how well balanced the application is. It is really a credit to your ability. Congrats.
ReplyOriginally posted by: Michael Yokoyama
Hi, I'm looking for a Richedit version of this.
Thanks!
Mike
ReplyOriginally posted by: Jana
How about option to restric to only one copy of EditPad
ReplyOriginally posted by: Dimitar Binev
Good piece of work!
But what about unicode support?
Originally posted by: Afshin Rasouli
Hi Dear ,
I want to detect the place of mouse and detecting what word is under the mouse pointer to do some activities.
An example is the VC++ editor in debug mode that when you move mouse over a variable it's value shows on tooltip.
my mistace is detecting the word under the mouse.
Thank for your help.
Afshin.
Originally posted by: Pham Le Cuong
This source code is too much dependant on VC6 support. I wish it could work with VC5. Otherwise, you should spend fairly long time to modify it.
ReplyOriginally posted by: Bryan Anslow
I really like this as a Notepad replacement, so I put it in my Utilities directory which is in my PATH.
Running it in Debug mode I get an error when it tries to load the usrimages.bmp file.
This is due to the directory specification being ".\", i.e. the current directory.
If I issue "editpad readme.txt" from my F:\Install directory for example, then it will obviously not find usrimages.bmp there, so I removed the directory specification and it now finds it OK in the PATH.
Thanks,
Bryan.
Originally posted by: flip
Selecting a font other than Courier New, causes the bold key words to be cropped on the right...looks like the metrics for the other so called 'fixedsys' fonts changes if the font goes bold...
Anyone else seen this happen ?
--flip
Reply