[Closed] Notepad++ plugin for navigation on maxscript project
Can you add in the ability for RC menu to be broken out too??
“RCMenu”
Found a bug…
This causes everything below to become blue bold… because of FN in the compareFN…
qsort AR_NodeOrder compareFN
Also it would be good if the bold blue only happened to the word immediately after the fn or function not the entire line.
Thanks
Dave
ops. Sorry, i was lose your message.
Glad what you found it useful.
Soon will add the support to RcMenu – thanks for idea.
Try loading this code into notepad++
qsort myArray FnTest
if thisvalue do that
if (this)
do(
--this shouldn't be bold
)
fn myfunction =
(
newValue
)
I would also love to see a break out for Case of statements too.
Case of
(
"A": (
do this
)
"B": (
do that
)
)
Also plugin’s need a break out too…
plugin simpleManipulator myplugin
name:"myplugin"
classID:#(0x3ddfd694, 0xdff56e42)
category:"Manipulators"
invisible:true
(
fn mytest =
(
)
)
Also there’s an issue with the expansion/contraction buttons with structs which have parameter definitions in them…
Try this and see that you can’t contract the brackets.
struct myStruct
(
testval = 12,
testB = B,
tt = 12.34
)
This issue not related to plugin.
For solving define desired style for maxscripts.
And just want to say again, well done, I’m really using this tool every day and it’s made my coding a lot faster and more efficient!