| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 2 months |
| seen | May 15 at 14:57 | |
| stats | profile views | 18 |
|
Oct 12 |
comment |
Change “Send to” or “Rotate counterclockwise” accelerator key in Win 7 Explorer context menu Thanks, Karan. It works, and has given me new opportunities to customise my context menus, though it involves installing extra software. I'll mark it as the correct answer if noone else has any answers. |
|
Oct 11 |
asked | Change “Send to” or “Rotate counterclockwise” accelerator key in Win 7 Explorer context menu |
|
Oct 5 |
comment |
Renaming files according to the folder they're in By the way, my script was based on answers to these questions: stackoverflow.com/questions/2043869/… and stackoverflow.com/questions/3432851/… |
|
Oct 5 |
answered | Renaming files according to the folder they're in |
|
Oct 5 |
asked | Command-line option to compare 2 images in FastStone Image Viewer |
|
Sep 29 |
comment |
Image editor/creator similiar to Adobe Flash Similar in what way? Must it produce SWFs? |
|
Sep 27 |
accepted | Launch multiple copies of a program pinned to Windows 7 taskbar |
|
Sep 24 |
asked | Launch multiple copies of a program pinned to Windows 7 taskbar |
|
Sep 24 |
asked | Windows 7 feature or freeware to keep a window always beneath others |
|
Aug 28 |
awarded | Revival |
|
Jun 26 |
awarded | Commentator |
|
Jun 26 |
comment |
Use Notepad++ to change under_score_case to CamelCase? One caveat: If the second and subsequent character in each word is an uppercase letter, it is made lowercase, e.g. ALL_CAPS becomes allCaps. |
|
Jun 14 |
awarded | Necromancer |
|
May 17 |
comment |
Go to definition of a C function in a different file in Notepad++ Thanks, SpaceCur. A bit slow, but does the job! |
|
May 17 |
accepted | Go to definition of a C function in a different file in Notepad++ |
|
May 11 |
awarded | Yearling |
|
Apr 30 |
answered | Notepad++ Changebar |
|
Apr 30 |
comment |
How to remap control keys in MS Layout Creator Thanks for the bounty, Lohoris. Hope KeyTweak has worked out for you. |
|
Apr 20 |
answered | How to remap control keys in MS Layout Creator |
|
Apr 17 |
comment |
How to get a bookmarks list? That's right, Daniel. After not getting any answers, I tried writing my own plugin, but didn't get far. The Notepad++ source code header file Notepad_plus.h has a function bool bookmarkPresent(int lineno) which uses ScintillaEditView *_pEditView which I couldn't find a way to access from my plugin. |