The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New userDefinedLang for notepad++
Apjjm Offline
Is easy to say

Posts: 496
Threads: 18
Joined: Apr 2011
Reputation: 52
#1
New userDefinedLang for notepad++

The current userDefinedLang file for notepad++ was missing a few things, and I added them as my new mod uses classes, and decided i should stick the rest of the keywords in too. Also regions are a massive help Wink. Below are the additions to the valid keywords list that are now colourised:
int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 in out inout super this import from is xor enum interface typedef funcdef class private null cast
..And probably a few others..

Also defined folding regions to make navigating large scripts easier, which can be used as follows:
//open Region Name

void hugeFunction() {
...
}
void MassiveFunction() {
...
}

//close
Only took a small amount of time to put together, but it should save you the time changing settings stuff in notepad++ if you plan on having large or complex scripts.

Download link: http://www.mediafire.com/?4smc0su16y2vjit
For installation instructions see the wiki here.
(This post was last modified: 05-04-2011, 02:14 AM by Apjjm.)
05-04-2011, 01:48 AM
Find


Messages In This Thread
New userDefinedLang for notepad++ - by Apjjm - 05-04-2011, 01:48 AM
RE: New userDefinedLang for notepad++ - by Apjjm - 05-04-2011, 02:19 PM



Users browsing this thread: 1 Guest(s)