Difference between revisions of "User:Heeheehee"

From Kolmafia
Jump to navigation Jump to search
imported>Heeheehee
m (Now with actual bullet points!)
imported>Heeheehee
m
Line 2: Line 2:
 
Started playing KoL at the end of '04 (Wow, I feel old). Started scripting in ASH in the middle of '09. And started contributing to the Mafia wiki in the start of '10!
 
Started playing KoL at the end of '04 (Wow, I feel old). Started scripting in ASH in the middle of '09. And started contributing to the Mafia wiki in the start of '10!
 
==Projects==
 
==Projects==
<br />The only notable script that I've published so far is [http://kolmafia.us/showthread.php?t=3248 Profit from Effects], a derivative of a derivative of Zarqon's profit.ash, although it now does so much more.
+
<br />Scripts I've published:
<br />
+
* [http://kolmafia.us/showthread.php?t=3248 Profit from Effects], a derivative of a derivative of Zarqon's profit.ash, although it now does so much more.
<br />I'm also the individual working on improving the SyntaxHighlight extension to be ASH-compliant.
+
* [http://kolmafia.us/showthread.php?3549-manageprices.ash-Quick-mall-management! Various] [http://kolmafia.us/showthread.php?3922-pyramid.ash-Disable-links-in-the-pyramid-that-might-be-bad relay] override scripts, that I find useful. Generally. (These get published if I think they're somewhat useful.)
<br />
+
I'm also the individual behind making the SyntaxHighlight extension ASH-compliant.
<br />Known issues present in the latest version (available for viewing [http://lide.wangsibs.com/test/test.php here]):
+
 
<ul>
+
<br />Known issues present in the latest version (available for testing [http://lide.wangsibs.com/test/test.php here]):
<li> User-defined variables with the same name as ASH internal functions will be highlighted.
+
* User-defined variables with the same name as ASH internal functions will be highlighted.
<ul><li> I'm thinking that a regular expression like (function)(\s)*\(, matching the first group, would fix this. That and substrings and whatnot.</li></ul>
+
* Functions/Control structures are highlighted within datatype constants (e.g. $skill[The Ode to Booze]).
</li>
+
Since it works just fine otherwise, I'm not going to bother fixing these.
<li> Functions/Control structures are highlighted within datatype constants (e.g. $skill[The Ode to Booze]).
 
<ul><li> The fix to this is potentially problematic. Maybe make brackets string-like?</li></ul>
 
</ul>
 

Revision as of 04:09, 14 April 2010

About Me

Started playing KoL at the end of '04 (Wow, I feel old). Started scripting in ASH in the middle of '09. And started contributing to the Mafia wiki in the start of '10!

Projects


Scripts I've published:

  • Profit from Effects, a derivative of a derivative of Zarqon's profit.ash, although it now does so much more.
  • Various relay override scripts, that I find useful. Generally. (These get published if I think they're somewhat useful.)

I'm also the individual behind making the SyntaxHighlight extension ASH-compliant.


Known issues present in the latest version (available for testing here):

  • User-defined variables with the same name as ASH internal functions will be highlighted.
  • Functions/Control structures are highlighted within datatype constants (e.g. $skill[The Ode to Booze]).

Since it works just fine otherwise, I'm not going to bother fixing these.