-
Thanks CChris for the info. I'm using 5.4.1 now... now switching over to 5.4.3 or whatever is the latest.
Again, thanks!
2009-08-04 17:06:57 UTC in Notepad++
-
There are cases when I switch to a tab by clicking it, it instead close that tab and launches it to a separate window. I'm pretty sure I am not dragging it.
Anyways, I'd like to disable this feature (so irritating). Anyways I can do this? I'd been looking into the preference and couldn't see similar named settings. Searched also the forums and couldn't find similar issue/topic.
Thanks...
2009-07-31 22:33:40 UTC in Notepad++
-
BTW,
TinyXPath::xpath_processor x( doc.RootElement(), xpathstr );
should read as
TinyXPath::xpath_processor x( doc.RootElement(), xpathstr.c_str());.
2009-06-09 04:16:53 UTC in TinyXPath : tiny C++ XPath
-
I haven't gone deeper in my debugging but I can definitely say that there is a memory leak being created when calling TinyXPath::xpath_processor::er_compute_xpath() from within S_compute_xpath().
I'm not sure if I am just invoking it wrong but here is an overview of how I use TinyXPath...
// CODE: START
std::string xmlstr;
// xmlstr = some valid XML string
std::string xpathstr;
//...
2009-06-09 04:15:38 UTC in TinyXPath : tiny C++ XPath
-
I am wondering if there is a way to load the FunctionList plugin to the new NP++. 5.3 refuses to load this and other plugins.
Thanks in advanced...
2009-03-10 00:34:20 UTC in Notepad++