-
@ices_eyes: Installation process is described in [NEWS][1] file:
After installation of 64-bit version (crucial if you have 64-bit OS) of launcher, Win+R, notepad, Enter sequence doesn't run Notepad++? There is an assumption that N++ is already installed. It works for me, but maybe I have already screwed SFC/WFP in my 64-bit XP. But wait... you said Win7? Damn, I was avoiding crappy Vista, but...
2009-11-09 13:08:06 UTC in Notepad++
-
I think that this page can be updated with links to my Notepad++ launcher, derived from Stepho's one. I contacted him and he agreed to GPL license.
This launcher has a few advantages over original one:
- proper behavior,
- built-in installer,
- 64-bit support.
Links: [Homepage][1] [GitHub][2]
[1]: http://wiki.przemoc.net/projects/start#notepad_launcher
[2]...
2009-11-08 21:15:15 UTC in Notepad++
-
I have updated my [Notepad++ Launcher][1]. New features: built-in installer, 64-bit version. I fixed also the problem of losing window focus, at least I think so.
Regards,
Przemoc
[1]: http://wiki.przemoc.net/projects/start#notepad_launcher.
2009-10-18 10:14:26 UTC in Notepad++
-
unixODBC libraries are not everywhere available. CSQL can work as a simple stand-alone in-memory database, therefore odbc dependency should be reduced only to odbc-related modules.
Currently successful compilation w/o odbc library is impossible. Solving It will require some code changes.
2009-04-27 15:50:00 UTC in CSQL Main Memory Database and Cache
-
If you ask, of course I want aspell to spit out Russian words. Recognition depends on chosen language. Everything that is not in the chosen dictionary should be untouched.
Now I see the point - aspell is 8-bit internally, so UTF8 support is only a feint.
OK, I'll post to aspell-user@gnu.org.
2009-01-19 09:10:55 UTC in GNU Aspell
-
It's obvious that each presented output should be the same.
Why all German characters are preserved? Because this is how it should be done with all languages - none of characters can be removed.
Maybe I don't understand something, but how can design define which national characters stay intact and which not?
I'm using aspell for searching misspelled words from "multilingual" texts (e.g...
2009-01-19 07:22:17 UTC in GNU Aspell
-
Below is shown the problem of removing ą, ć, ę, ł (and capital version of these) depending on used language.
$ echo 'äöüß ÄÖÜ ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ' | aspell list --encoding=utf-8 -l pl
äöüß
ÄÖÜ
ąćęłńóśźż
ĄĆĘŁŃÓŚŹŻ
$ echo 'äöüß ÄÖÜ ąćęłńóśźż ĄĆĘŁŃÓŚŹŻ' | aspell list --encoding=utf-8 -l de
äöüß
ÄÖÜ...
2009-01-18 23:08:02 UTC in GNU Aspell
-
SSH is often used for port forwarding, especially with -f & -N options (i.e. go to background after getting the password and don't run remote command). Unfortunately sshpass hangs in this case.
2009-01-02 13:28:23 UTC in Non-interactive ssh password auth