Hey, just so you know, your keywords file causes CodeSurge to crash on startup. On line 23, you have this line:
=commandsdark_mp3.htm=[Return ? as Integer = (int as Any type)]
I think it's probably a copy/paste error, but it causes CodeSurge to crash on startup. Anyone having that trouble, just remove the line so your keywords file looks like this:
load mp3=commandsdark_mp3loadmp.htm=[name as String, id as Integer][name as String, id as Integer, buff as Integer]
play mp3=commandsdark_mp3playmp.htm=[id as Integer]
play loop mp3=commandsdark_mp3playloopmp.htm=[id as Integer, start as Integer, length as Integer, no as Integer]
stop mp3=commandsdark_mp3stopmp.htm=[id as Integer]
pause mp3 =commandsdark_mp3pausemp.htm=[id as Integer]
resume mp3=commandsdark_mp3resumemp.htm=[id as Integer]
vocalcut mp3=commandsdark_mp3vocalcutmp.htm=[id as Integer, sel as Dword]
mix channels mp3=commandsdark_mp3mixchannelsmp.htm=[id as Integer, left as Integer, right as Integer]
fade in mp3=commandsdark_mp3fadeinmp.htm=[id as Integer, secs as Integer]
fade out mp3=commandsdark_mp3fadeoutmp.htm=[id as Integer, secs as Integer]
seek mp3=commandsdark_mp3seekmp.htm=[id as Integer, secs as Integer]
seek m mp3=commandsdark_mp3seekmillmp.htm=[id as Integer, mills as Integer]
set volume mp3=commandsdark_mp3setvolmp.htm=[id as Integer, left as Integer, right as Integer]
close mp3=commandsdark_mp3closemp.htm=[*No parameters*]
is vbr mp3=commandsdark_mp3isvbrmp.htm=[Return ? as Integer = (id as Integer)]
get length mp3=commandsdark_mp3getlengthmp.htm=[Return ? as Integer = (id as Integer)]
get position mp3=commandsdark_mp3getpositionmp.htm=[Return ? as Integer = (id as Integer)]
get s rate mp3=commandsdark_mp3getsampleratenmp.htm=[Return ? as Integer = (id as Integer)]
get b rate mp3=commandsdark_mp3getbitratenmp.htm=[Return ? as Integer = (id as Integer)]
get left vu mp3=commandsdark_mp3getleftvudatamp.htm=[Return ? as Integer = (int as Integer)]
get right vu mp3=commandsdark_mp3getrightvudatamp.htm=[Return ? as Integer = (int as Integer)]
is playing mp3=commandsdark_mp3isplayingmp.htm=[Return ? as Integer = (int as Integer)]
is stopped mp3=commandsdark_mp3isstopedmp.htm=[Return ? as Integer = (int as Integer)]
is paused mp3=commandsdark_mp3ispausedmp.htm=[Return ? as Integer = (int as Integer)]
set sample volume mp3=commandsdark_mp3samplevolume.htm=[int as Any type, int as Any type, int as Any type]
set sfx mp3=commandsdark_mp3setfxmp.htm=[int as Any type, bool as Any type, int as Any type, int as Any type, int as Any type, int as Any type]
load midi=[]
play midi=[]
stop midi=[]
pause midi=[]
resume midi=[]
repeat midi=[]
set tempo midi=[]
set volume midi=[]
get is playing midi=[]
get is paused midi=[]
get is stopped midi=[]
I haven't tried your plugin (looks great, btw), but I just got an error report on CodeSurge with your keywords file. I'll be fixing CodeSurge to not crash when such things happen. Thought I'd let you know.
Edit: Looks like I should've read through the thread.
I never realized this was a problem until today.
CodeSurge
Version 1.0 finally released! Code your DBP projects in style.
(And save the kittens!)