arm32x / command-block-ide

Replaces the command block GUI to allow editing multiple command blocks at once.
GNU Lesser General Public License v2.1
44 stars 18 forks source link

Suggestion: Expand command field #5

Closed Ceddix closed 1 year ago

Ceddix commented 3 years ago

Hi 👋🏻 It's me again! 😄

I have a small suggestion and I would be very happy if this is going to be implemented: Could you maybe add a button to expand a specific command field? Maybe on the side next to the book? 🤔 That way it would be easier to edit larger commands.

What do you think?

Thanks in advance, Greetings Ceddix! 👋🏻

arm32x commented 3 years ago

I'm already working on multiline commands, which will expand the command field vertically in the list. This should make larger commands easier to edit by splitting them across multiple lines instead of cramming everything into one.

It's currently incomplete (suggestions just don't work right now), but you can try it out by using the multiline branch if you'd like (to compile, just run ./gradlew build).

Ceddix commented 3 years ago

Nice 😄 I'm going to test it tomorrow 👍🏻

Ceddix commented 2 years ago

Are there any news for this feature?

arm32x commented 1 year ago

Multi-line command support is merged into mc-release as of about a week ago. It'll be a bit longer before it makes it into a full release, since there are still some bugs that need to be worked out.