<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/npppythonscript/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/npppythonscript/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/npppythonscript/feature-requests/</id><updated>2014-03-30T12:46:49.817000Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>#1 Add support for SCI_(SET)|(GET)MARGINSTYLEN</title><link href="https://sourceforge.net/p/npppythonscript/feature-requests/1/?limit=25#ba00" rel="alternate"/><published>2014-03-30T12:46:49.817000Z</published><updated>2014-03-30T12:46:49.817000Z</updated><author><name>Dave Brotherstone</name><uri>https://sourceforge.net/u/davegb3/</uri></author><id>https://sourceforge.netedc62f824d5eeeeb5ce4a0b1fc826f82bc4ec5ac</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: closed --&amp;gt; pending&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#1 Add support for SCI_(SET)|(GET)MARGINSTYLEN</title><link href="https://sourceforge.net/p/npppythonscript/feature-requests/1/?limit=25#d16f" rel="alternate"/><published>2014-03-30T12:46:36.010000Z</published><updated>2014-03-30T12:46:36.010000Z</updated><author><name>Dave Brotherstone</name><uri>https://sourceforge.net/u/davegb3/</uri></author><id>https://sourceforge.net4537e3b3fe9142c080b1fc7d0cf5c8aa60228481</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; Next_Release_(example)&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>Need to expose sys.argv[] in standard fashion</title><link href="https://sourceforge.net/p/npppythonscript/feature-requests/4/" rel="alternate"/><published>2012-09-01T22:13:14Z</published><updated>2012-09-01T22:13:14Z</updated><author><name>Dave W. (Texas)</name><uri>https://sourceforge.net/u/oldwarhorse/</uri></author><id>https://sourceforge.netce88a2ffd992b94a4e303a525f66a9872aacedb7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Dave,&lt;br /&gt;
Regarding this help forum post:  &lt;a href="https://sourceforge.net/projects/npppythonscript/forums/forum/1188886/topic/5602158/index/page/1"&gt;https://sourceforge.net/projects/npppythonscript/forums/forum/1188886/topic/5602158/index/page/1&lt;/a&gt; &lt;br /&gt;
could you consider exposing the sys.argv variable to client code, with the script name as element 0?&lt;br /&gt;
I think this would help keep other standard library modules, like Tkinter, from breaking when they look for it and don't have try/catch or fallback code in place.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Dave W.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Interface with Search Results Window</title><link href="https://sourceforge.net/p/npppythonscript/feature-requests/3/" rel="alternate"/><published>2011-09-23T22:27:08Z</published><updated>2011-09-23T22:27:08Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net9cd1d39b8d6da98bdd98f70862b4b5faa86b1883</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This would probably require an API change to Notepad++ but it would be awesome if we could write search results into the Search Results Window.  Notepad++ regex search is very limited but Python regex could easily cover the gap if we could do this.&lt;/p&gt;
&lt;p&gt;The advantage over other methods like bookmarking found lines is that the Search Results Window provides a clean list of results with clickable links back to the main document.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Dialog UI?</title><link href="https://sourceforge.net/p/npppythonscript/feature-requests/2/" rel="alternate"/><published>2011-01-01T23:43:07Z</published><updated>2011-01-01T23:43:07Z</updated><author><name>Andreas M.</name><uri>https://sourceforge.net/u/sfamix/</uri></author><id>https://sourceforge.net2d0cce402e03289560bb7d8ca2203a37ffede33c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;first, let me express my appreciation for this project. It really helps people, who are into scripting at the first place, to make good use of NP++. &lt;/p&gt;
&lt;p&gt;I would like to ask, if there is a way to query the user for some textual input or the choice of strings from a list via a graphical dialog, and if not, whether it would make sense in your opinion to add a simple graphical user interface. Of course, there is wxPython and such, so that could be used by the user as well, so it is not really a big miss. Would be nice, however. :-) Like read in a text file and add each line to a list UI's row (or fill it via variables), or enter some text into some text inputs and return the result as list or dictionary.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add support for SCI_(SET)|(GET)MARGINSTYLEN</title><link href="https://sourceforge.net/p/npppythonscript/feature-requests/1/" rel="alternate"/><published>2010-11-24T19:03:01Z</published><updated>2010-11-24T19:03:01Z</updated><author><name>Mike Cowperthwaite</name><uri>https://sourceforge.net/u/mcowperthwaite/</uri></author><id>https://sourceforge.net2b99b7cd81f0650ffad0c031ee6a3bd591b01cb8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;These messages are used to set the coloration for a margin. The available styles are limited, but I still would like to make use of this feature.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add support for SCI_(SET)|(GET)MARGINSTYLEN</title><link href="https://sourceforge.net/p/npppythonscript/feature-requests/1/" rel="alternate"/><published>2010-11-24T19:03:01Z</published><updated>2010-11-24T19:03:01Z</updated><author><name>Mike Cowperthwaite</name><uri>https://sourceforge.net/u/mcowperthwaite/</uri></author><id>https://sourceforge.net8e059779c6417b6b293fe67a1e610ff3714b6acb</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 1 has been modified: Add support for SCI_(SET)|(GET)MARGINSTYLEN&lt;br /&gt;
Edited By: Dave Brotherstone (davegb3)&lt;br /&gt;
Status updated: u'closed' =&amp;gt; u'pending'&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Add support for SCI_(SET)|(GET)MARGINSTYLEN</title><link href="https://sourceforge.net/p/npppythonscript/feature-requests/1/" rel="alternate"/><published>2010-11-24T19:03:01Z</published><updated>2010-11-24T19:03:01Z</updated><author><name>Mike Cowperthwaite</name><uri>https://sourceforge.net/u/mcowperthwaite/</uri></author><id>https://sourceforge.netb562a53c66879bff9065f2f7c439a62a208b8767</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 1 has been modified: Add support for SCI_(SET)|(GET)MARGINSTYLEN&lt;br /&gt;
Edited By: Dave Brotherstone (davegb3)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;br /&gt;
&lt;em&gt;milestone updated: '' =&amp;gt; u'Next_Release&lt;/em&gt;(example)'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>