notepad-plus-plus-legacy/PowerEditor
Don HO dc4897c8f2 [BUG_FIXED] Fix the crash by using wide card to open files on cmdline.
By using string instead of char * in the constructor std::string::string() make a call:
string (const string& str, size_t pos, size_t len = npos);
instead of:
string (const char* s, size_t n);
2015-08-25 14:39:11 +02:00
..
bin [RELEASE] Notepad++ v6.8.2 released 2015-08-19 01:20:56 +02:00
gcc Moved PowerEditor in trunk remotely 2009-04-24 23:34:47 +00:00
installer translation: update of Ukrainian lang (closes #742) 2015-08-20 13:50:15 +02:00
misc Added +x on ChangeIcon.exe (fixes #590, closes #591) 2015-08-01 23:35:09 +02:00
scintilla.original.forUpdating Create scintillaUpdatingWorkFlow.txt 2015-07-25 01:35:43 +02:00
src [BUG_FIXED] Fix the crash by using wide card to open files on cmdline. 2015-08-25 14:39:11 +02:00
visual.net Build: revert changes on platform toolset 2015-08-14 18:29:59 +02:00