Procedure internal note keeping plugin

Started by Kinyoshi on

Topic category: Help with MCreator software

Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure internal note keeping plugin
Mon, 07/06/2020 - 12:06 (edited)

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...

old notes, boooo

 

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..)

New comments system!! WOW!!

Edited by Kinyoshi on Mon, 07/06/2020 - 12:06
Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
After seeing that feature,…
Mon, 07/06/2020 - 12:06

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..

Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I forgot to add this to the…
Mon, 07/06/2020 - 12:09

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…
Mon, 07/06/2020 - 12:14

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.

Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Question Klemen, what…
Mon, 07/06/2020 - 12:31

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…
Mon, 07/06/2020 - 12:31

It prints in the console and can have a serious performance impact if abused.