-
This works in so far as it starts a new notepad++ process.
It would be nicer to run the existing notepad++ (if there is one), but with a new window on top.
using -multiInst -nosession
or just -multiInst
both seem to do the same thing.
2008-03-25 10:18:35 UTC in Notepad++
-
File Added: example_ice_hook_for_pydevd.py.
2008-02-29 18:17:51 UTC in Pydev for Eclipse
-
That first "import Ice" shouldn't be there.
2008-02-29 18:13:07 UTC in Pydev for Eclipse
-
#==============================================================================
# Ice threading hooks for Eclipse
#==============================================================================
#A bit like the FAQ recommends but doesn't need to patch the pydev distribution
#http://pydev.sourceforge.net/faq.html#i_have_a_corba_program_and_i_cannot_debug_its_meth
import thread #get_ident()
2008-02-29 18:04:52 UTC in Pydev for Eclipse
-
Programming in Ice 3.2.1, but presumably this is true of other 3rd party libraries which create their own threads.
In particular prompted by this portion of the FAQ:
I have a CORBA program and I cannot debug its methods, what can I do?
Also following this Ice forum post:
2008-02-29 18:03:16 UTC in Pydev for Eclipse
-
To build this on windows, could not get setup.py to work because I don't know how to specify additional include/lib directories for the compiler.
Using MSVS2003 on Windows XP SP2 with SDK installed.
From memory (i.e. not to be followed verbatim and expected to work first time) did the following:
Installed netsnmp (to c:\net-snmp)
Installed OpenSSL (to c:\OpenSSL)
Installed Python2.5.1...
2008-01-02 13:39:39 UTC in net-snmp
-
The request is to have a Windows keyboard shortcut which when used anywhere (e.g. when notepad++ is minimized and I'm using some other application) brings up notepad++ with a new empty window, even if it's already running, without using any mouse gestures.
For that purpose I've asked for a command line exposing that functionality.
Double-clicking on the non-tab area assumes notepad++ is...
2007-11-01 10:13:56 UTC in Notepad++
-
A command line option "-new" which launches Notepad++ with a new window. If it's already running, bring the process main window to the front, and add a "new window", essentially duplicating the functionality of the user pressing "Ctrl+N".
This is useful for users who have a windows shortcut to an editor which brings it up with a new window so they can jot down some notes (e.g. currently...
2007-10-30 14:03:44 UTC in Notepad++
-
+1.
2007-08-24 16:22:30 UTC in ShellEd
-
Should have said this is in XFile.
2007-05-17 12:03:59 UTC in Topsite Templating System