Here’s one question (a likely result of too much beer): suppose you survive the end of the world and you happen to run into a group of people (survivors) in the middle of a post-apocalyptic world. You naturally express your great desire to join the group (the more the merrier), but when you do you are faced with the following question: what skills do you think you possess that would benefit the group enough to make wasting existing resources on your sorry ass not a bad business? Remember, computers do not exist anymore due to EMP shockwaves so being a programming guru is worthless now.
For quite some time, Notepad++ has become my favourite text editor. I wrote a small plugin to fit it even more with my coding habbits. If you want to switch to a certain window with a shortcut and/or open/switch to the corresponding source/header file for the current document, then this plugin might do what you want.
This is the initial version of the Window Switcher Notepad++ plugin.
.h/.c/.cpp file through the means of a shortcut. The default shortcut is ALT+ONppWindowSwitcherAnsi.dll for ANSI version and NppWindowSwitcherUnicode.dll for UNICODE.Settings -> Shortcut mapper -> Main Menu and change the shortcuts so they point to something else. I remaped them to Ctrl+Alt+1 … Ctrl+Alt+8Download the plugin here.
accept() fail on you with the Too many open files error? I know it happened for me so here’s a short article about the things that helped me get rid of the problem.