+ Reply to Thread
Page 10 of 12 FirstFirst ... 89101112 LastLast
Results 91 to 100 of 115

Thread: E2 Highlighting in Notepad++

  1. #91
    Wirererer a_p3rson's Avatar
    Join Date
    Jul 2009
    Location
    findByClass("weapon_ninjastar") find():owner():pos()
    Posts
    303

    Default Re: E2 Highlighting in Notepad++

    Quote Originally Posted by TomyLobo View Post
    VS has support for gmod lua?
    and since when is it free?
    they still torment their users with required registration etc.
    npp is free
    VS is like $299 - $10,000 (nowhere near free)
    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!!!!!

  2. #92
    Wire Noob Rekondo's Avatar
    Join Date
    Apr 2009
    Location
    Norway
    Posts
    14

    Default Re: E2 Highlighting in Notepad++

    I'm loving this, thanks alot
    I hate you <3

  3. #93
    Wire Noob CmdrPenguin's Avatar
    Join Date
    Jan 2010
    Posts
    1

    Default <understated complement here>

    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."

  4. #94
    Wirererer a_p3rson's Avatar
    Join Date
    Jul 2009
    Location
    findByClass("weapon_ninjastar") find():owner():pos()
    Posts
    303

    Default Re: E2 Highlighting in Notepad++

    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!!!!!

  5. #95
    Wire Sofaking Rybec's Avatar
    Join Date
    Apr 2008
    Location
    Denver
    Posts
    648

    Default Re: E2 Highlighting in Notepad++

    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):
    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>
    And a snippet from the awk.xml file, showing what appears to be the ability to define typed parameters:
    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>

  6. #96
    I think I think too much -HP-'s Avatar
    Join Date
    Feb 2009
    Location
    Behind you with a very sharp knife.
    Posts
    2,466

    Default Re: E2 Highlighting in Notepad++

    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

  7. #97
    Wire Amateur DaDennis's Avatar
    Join Date
    Apr 2008
    Location
    The Netherlands
    Posts
    43

    Default Re: E2 Highlighting in Notepad++

    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

  8. #98
    Wirererer a_p3rson's Avatar
    Join Date
    Jul 2009
    Location
    findByClass("weapon_ninjastar") find():owner():pos()
    Posts
    303

    Default Re: E2 Highlighting in Notepad++

    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!!!!!

  9. #99
    Wirererer Blob 92's Avatar
    Join Date
    Dec 2009
    Location
    vec( √ -1, √ -1, √ -1 )
    Posts
    222

    Default Re: E2 Highlighting in Notepad++

    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.

  10. #100
    Wirererer Blob 92's Avatar
    Join Date
    Dec 2009
    Location
    vec( √ -1, √ -1, √ -1 )
    Posts
    222

    Default Re: E2 Highlighting in Notepad++

    After Being an idiot (See post above) I have noticed that soundDuration() does not exist on the notepad++ highlighting database or whatever.

+ Reply to Thread
Page 10 of 12 FirstFirst ... 89101112 LastLast

LinkBacks (?)

  1. 01-27-2010, 08:38 PM
  2. 01-27-2010, 10:33 AM

Similar Threads

  1. Wire Console Screen Highlighting/Selection help
    By adadr in forum Installation and Malfunctions Support
    Replies: 3
    Last Post: 06-16-2009, 07:06 AM
  2. Notepad++
    By chinoto in forum Off-Topic
    Replies: 11
    Last Post: 01-21-2009, 06:44 PM
  3. Syntax highlighting.
    By Jat Goodwin in forum Wiremod Website Chat
    Replies: 8
    Last Post: 11-17-2008, 11:23 PM
  4. CPU Notepad
    By kklouzal in forum CPU, GPU, and Hi-speed Discussion & Help
    Replies: 4
    Last Post: 07-27-2008, 01:20 PM
  5. ZCPU ASM Syntax Highlighting
    By Falados in forum CPU, GPU, and Hi-speed Discussion & Help
    Replies: 0
    Last Post: 08-12-2007, 11:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
proceed-collector
proceed-collector
proceed-collector
proceed-collector
linguistic-parrots
linguistic-parrots
linguistic-parrots
linguistic-parrots