I'm loving this, thanks alot![]()
They were here. Here: that's where they were. And they are watching you at this very second, poised to attack.
Who are they?
Where are they?
How many ninja stars do they have pointed at me?
(\__/) <- Put this bunny in your sig and help him to rule the world!
(='.'=) Click here for the story of the bunny!
(")_(") "Only in garrys mod is welding something to an explosive barrel a good idea" - Foszor
Do you own games by EA? Do you hate the fact that they put on DRM? DRM-BE-GONE!!!!!
I'm loving this, thanks alot![]()
I hate you <3
Since I have a worthless internet connection (and can't handle multiplayer), this gives me the motivation I need to actually learn E2! Understated summary: "Great job."
Yes, I know that this thread is over three months old, but I haz a few things:
1. - Is it possible to create an API for this, to enable text prediction?
2. - This is missing a lot of the more recent functions, an update?
3. - Is it possible to make an NPP script or macro to debug the script?
4. - Cookies (to anyone who makes these)
They were here. Here: that's where they were. And they are watching you at this very second, poised to attack.
Who are they?
Where are they?
How many ninja stars do they have pointed at me?
(\__/) <- Put this bunny in your sig and help him to rule the world!
(='.'=) Click here for the story of the bunny!
(")_(") "Only in garrys mod is welding something to an explosive barrel a good idea" - Foszor
Do you own games by EA? Do you hate the fact that they put on DRM? DRM-BE-GONE!!!!!
Looks like code completion just requires the language to be defined via an XML file:
.:: NOTEPAD++ ::.
Example formatting for code completion (From the Python file):
And a snippet from the awk.xml file, showing what appears to be the ability to define typed parameters:Code:<?xml version="1.0" encoding="Windows-1252" ?> <NotepadPlus> <AutoComplete> <Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal=";" /> <KeyWord name="AST" /> <KeyWord name="ArithmeticError" /> <KeyWord name="AssertionError" /> <KeyWord name="AttributeError" /> <KeyWord name="BaseHTTPServer" /> .... </AutoComplete> </NotepadPlus>
Code:<KeyWord name="getline" func="yes" > <Overload retVal="{next record}" > <Param name="[s]" /> </Overload> </KeyWord> <KeyWord name="gsub" func="yes" > <Overload retVal="{number of substitutions}" > <Param name="r {find what}" /> <Param name="t {replace with}" /> <Param name="s {string}" /> </Overload> </KeyWord>
If someone gives me the exact format of these files I can generate them with lua, but I'm not sure how much it will be worth it as itsbth is working on something
Hmm, I can't seem to download the attachment? Everytime I try it asks me to log in (again) >_<
My IQ is 143 - Free-IQTest.net - IQ Test
Make sure cookies are set to allow for www.wiremod.com![]()
They were here. Here: that's where they were. And they are watching you at this very second, poised to attack.
Who are they?
Where are they?
How many ninja stars do they have pointed at me?
(\__/) <- Put this bunny in your sig and help him to rule the world!
(='.'=) Click here for the story of the bunny!
(")_(") "Only in garrys mod is welding something to an explosive barrel a good idea" - Foszor
Do you own games by EA? Do you hate the fact that they put on DRM? DRM-BE-GONE!!!!!
Entity:ejectDriver() isnt on the list of correct functions....
EDIT: I was being an Idiot, its ejectPod()
Last edited by Blob 92; 05-16-2010 at 02:50 PM.
After Being an idiot (See post above) I have noticed that soundDuration() does not exist on the notepad++ highlighting database or whatever.
Bookmarks