Re[2]: [scite] SciTE 1.74 .49Ru-Board released

2007-07-13 Thread mozers
Friday, July 6, 2007, 4:40:36 AM, Frank wrote: FW the auto-backup script has problems with spaces in path. FW additional _Alert-command seems not to work... Thanks for interest and bug report. But I am surprised with that, that you are an author of the first variant of this script, haven't

Re: [scite] SciTE 1.74 .49Ru-Board released

2007-07-05 Thread Neil Hodgson
mozers: [*] You can move tab to another place in list by menu command, by shortcut or by mouse. I copied in the implementation of the menu commands but did not add them to menus. The mouse drag version doesn't show obvious enough feedback for me. Since this included more #ifdefs to

Re: [scite] SciTE 1.74 .49Ru-Board released

2007-07-05 Thread Neil Hodgson
me: [*] and more... I may copy having separate styles for the path and match for find in files. This is now done. I thought that distinguishing file search results by looking for Internal search... would be too expensive and fragile ('Internal search for x in y' should really be

Re: [scite] SciTE 1.74 .49Ru-Board released

2007-07-05 Thread Frank Wunderlich
mozers, 04.07.2007 14:56: SciTE 1.74 .49Ru is now available from the scite.ruteam.ru web site. ... Hi mozers, the auto-backup script has problems with spaces in path. i have set relative path _bak_. e.g. if trying to save a file in C:\documents and settings\frank\desktop\test.php the

[scite] SciTE 1.74 .49Ru-Board released

2007-07-04 Thread mozers
SciTE 1.74 .49Ru is now available from the scite.ruteam.ru web site. Source code (overpatched files only) [474 KB]: http://scite.ruteam.ru/engine/upfiles/mozers/SciTE_174_49Ru_src.zip SciTE 1.74 .49Ru based on version SciTE 1.74 and have many features: [*] Possibility of

Re: [scite] SciTE 1.74 €

2007-07-01 Thread Neil Hodgson
Axel Huizinga: after updating to 1.74 on my linux 64 bit box Scite type EUR instead of €. Can I change this behaviour? What locale settings are you using? Often people use ISO-8859-1 which does not include € but it should be OK in UTF-8. You can try character.set=1000 for ISO-8859-15

Re: [scite] SciTE 1.74 €

2007-07-01 Thread Axel Huizinga
Neil Hodgson schrieb: Axel Huizinga: after updating to 1.74 on my linux 64 bit box Scite type EUR instead of €. Can I change this behaviour? What locale settings are you using? Often people use ISO-8859-1 which does not include € but it should be OK in UTF-8. You can try

Re: [scite] SciTE 1.74 released

2007-06-20 Thread Neil Hodgson
KHMan: * need to update list of lexers in SciTEDoc.html: cmake, gap, plm, progress * in the global properties, menu.language, the entry for Forth is missing, it can be commented out by default Committed. Neil ___ Scite-interest mailing list

Re: [scite] SciTE 1.74 released

2007-06-19 Thread Steve Donovan
Neil Hodgson [EMAIL PROTECTED] 18/06/2007 02:13 SciTE 1.74 is now available from the scintilla.org web site. We're _almost_ there on the loadlib saga - it's still necessary to put something like #ifndef PLAT_WIN #define LUA_DL_DLOPEN #endif in scite/lua/src/lib/loadlib.c to get the