Windows > Third Party Plug-ins, Programs, and Skins

ZELDA v1.0 released (Expression Language editor)

<< < (8/45) > >>

Doof:

--- Quote from: marko on August 01, 2020, 12:04:47 pm ---Could Zelda have a button that would make a long and complex, multi-line expression a single line in one click, maybe, putting that into a new tab so as to preserve the multi-line work?

--- End quote ---

Could even just copy that version of the expression to the clipboard without opening the extra tab if the only use for it is to paste back into MC.

zybex:
Sure. I'll add that after coming back from vacation, in 10 days or so.

marko:
Thank you, enjoy your vacation, as much as you can in these scary times.

zybex:
ZELDA v1.0.6 published:
- Add context menu option "Copy as Single Line - Strip CRLF" (CTRL+SHIFT+C)
- Add context menu option "Copy as Single Line - Preserve CRLF" (CTRL+ALT+C)

Right-click on the expression to get the context menu. Both options copy the entire expression to Clipboard as a single line of text.

The first option just concatenates all lines into a single line by removing the newline chars (CR/LF).

The second option replaces CR/LF chars with "char(10)" which causes a newline to be printed when the expression is executed. This allows you to build expressions which output multiple lines of text, but can still be concatenated into a single-line expression. This option also takes into consideration the whitespace rules of the Expression Language (newlines after commas are ignored by the language).

zybex:
ZELDA v1.0.7 published:
- Update function Wiki with new functions and Wiki links

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version