Topic category: Help with MCreator software
Pardon if this is already a thing in vanilla MCreator or any (all) of the plugins I added from everyone here :D... I looked and searched High and Low..
I was wondering if someone could make a small, and I mean very small plugin.
All it would be is one little peg you can add in between the if else statements named "Notes".
It would be ignored by everything, basically being the two forward slashes (//) that java uses for comments.
Currently I use the "print" peg like the picture below., which I take out before releasing mods, boy it's a pain and a mess...
Now if I had a nice Notes peg for comments, man look how pretty it would look!!
It would be labelled Comments, I just couldn't fit it in the space.. ( Or Notes is fine, I don't care..)
Right-click on any block -> Add comment
Also: https://mcreator.net/search/content?keys=procedure+comments (the first hit has the answer)
After seeing that feature, thank you Klemen, that is not what I need, I need it to always be visible in-line with the procedure, I can't be clicking on every ? mark just to find which one was which because there would be hundreds of ? buttons to click to find it..
I would still like to ask if someone could make this plugin... It would be awesome to be able to see the comments in-line..
I forgot to add this to the previous post.. I know your comment ? system can do inline and stuff, I just can't use it exactly as I want/need to use it for what I'm doing and how my brain works.
Well then you will likely have to make your own plugin as I believe all others use this system as it was designed by UX experts at Google for Blockly.
Question Klemen, what exactly does the print peg do, that I use during testing so I can see which is which..
And if I left that in the mod, do you think people would notice?
It prints in the console and can have a serious performance impact if abused.