<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>pnotepad.org forums Topic: Is there a way to use SciTe Apis / Scipts?</title>
		<link>http://pnotepad.org/forums/topic/569</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Sep 2010 12:51:51 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://pnotepad.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://pnotepad.org/forums/rss/topic/569" rel="self" type="application/rss+xml" />

		<item>
			<title>Is there a way to use SciTe Apis / Scipts? (simon)</title>
			<link>http://pnotepad.org/forums/topic/569#post-2039</link>
			<pubDate>Mon, 04 May 2009 21:55:06 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2039@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I got most of this done today, and had PHP calltips from the Notepad++ API definition working for me earlier. I have a bit more work to do on it and some bug fixes from the recent release and then there'll be a new testing release with API file support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Is there a way to use SciTe Apis / Scipts? (garfield-991)</title>
			<link>http://pnotepad.org/forums/topic/569#post-2035</link>
			<pubDate>Sat, 02 May 2009 15:24:37 +0000</pubDate>
			<dc:creator>garfield-991</dc:creator>
			<guid isPermaLink="false">2035@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm really looking forward to this,&#60;/p&#62;
&#60;p&#62;way to go!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Is there a way to use SciTe Apis / Scipts? (simon)</title>
			<link>http://pnotepad.org/forums/topic/569#post-2025</link>
			<pubDate>Thu, 30 Apr 2009 14:37:09 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">2025@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;This is definitely something that I'd like to work towards. As a first step, I think supporting a pre-generated TAGS file for a directory structure would help. This way you can run ctags (or perhaps PN can do it) over a whole directory and use those tags for completion and navigation.&#60;/p&#62;
&#60;p&#62;Going beyond that and having per-language understanding would also be cool. The code in PN is written in such a way that it's not that hard to have per-scheme autocomplete providers and to chain them together as well. It just takes someone sufficiently motivated to have a go at writing one!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Is there a way to use SciTe Apis / Scipts? (Nux)</title>
			<link>http://pnotepad.org/forums/topic/569#post-2008</link>
			<pubDate>Wed, 29 Apr 2009 11:08:07 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">2008@http://pnotepad.org/forums/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;This only works for currently saved files as it's based on the tags parsing. This could definitely be improved too. We combine terms from the keywords with tags found in your code.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I've noticed that and it works fine with most JS files, but it doesn't work with included files. In most cases I don't have my functions defined in files I use those functions. This is both for C based languages and PHP.&#60;/p&#62;
&#60;p&#62;It's even worse in PHP because I often use something like&#60;br /&#62;
include ('all_top.php')&#60;br /&#62;
and in all_top.php&#60;br /&#62;
include ('my_library.php')&#60;br /&#62;
include ('my_session.php')&#60;br /&#62;
include ('my_database.php')&#60;br /&#62;
...&#60;/p&#62;
&#60;p&#62;So parsing up to some level (2-3) would make this feature tons better for me :-). Maybe this could be some language based feature?&#60;/p&#62;
&#60;p&#62;I wouldn't mind if files would load longer (even in minutes) and if function tables wouldn't be updated after a library file would be changed (there could be a button to refresh library calltips).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Is there a way to use SciTe Apis / Scipts? (simon)</title>
			<link>http://pnotepad.org/forums/topic/569#post-1997</link>
			<pubDate>Tue, 28 Apr 2009 10:35:37 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1997@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I've been meaning to add api file support for a while, guess it's time to get around to it. Note that PN does already do calltips for code that you write in your file:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://untidy.net/images/calltips.png&#34; rel=&#34;nofollow&#34;&#62;http://untidy.net/images/calltips.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This only works for currently saved files as it's based on the tags parsing. This could definitely be improved too. We combine terms from the keywords with tags found in your code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Is there a way to use SciTe Apis / Scipts? (Nux)</title>
			<link>http://pnotepad.org/forums/topic/569#post-1996</link>
			<pubDate>Tue, 28 Apr 2009 09:32:28 +0000</pubDate>
			<dc:creator>Nux</dc:creator>
			<guid isPermaLink="false">1996@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Calltips would be great! I've added your suggestion to:&#60;br /&#62;
&#60;a href=&#34;http://code.google.com/p/pnotepad/issues/detail?id=142&#34; rel=&#34;nofollow&#34;&#62;http://code.google.com/p/pnotepad/issues/detail?id=142&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Is there a way to use SciTe Apis / Scipts? (garfield-991)</title>
			<link>http://pnotepad.org/forums/topic/569#post-1986</link>
			<pubDate>Mon, 27 Apr 2009 20:44:25 +0000</pubDate>
			<dc:creator>garfield-991</dc:creator>
			<guid isPermaLink="false">1986@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;if not, is there another was to get a nice dropdown menu of functions while typing and then have a tooltip at the cursor position with function description?&#60;/p&#62;
&#60;p&#62;what I mean is exactly what i found &#60;a href=&#34;//www.spodesabode.com/discussion/70/scite-for-php-development/&#38;quot;&#34;&#62;here&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;cheers,&#60;br /&#62;
garfield
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
