INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 3 4 [5]   Go Down

Author Topic: ZELDA v1.0 released (Expression Language editor)  (Read 36217 times)

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42502
  • Shoes gone again!
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #200 on: March 27, 2024, 08:33:28 am »

I wanted to add the field Descriptions as tooltips but unfortunately the MCWS API doesn't provide them, so that's a no go.

Next build:
Changed: When a field has a description, it is returned in the Library/Fields call.

Thanks for the suggestion.
Logged
Matt Ashland, JRiver Media Center

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2717
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #201 on: March 27, 2024, 09:17:12 am »

Thanks Matt :)
Logged

Doof

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5908
  • Farm Animal Stupid
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #202 on: March 27, 2024, 12:14:30 pm »

Cheers! Thanks Matt!
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 718
  • Hi
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #203 on: June 23, 2024, 04:28:57 pm »

Hey Zybex,

I am having a problem where if I try and copy something out of the embedded wiki the formatting gets all wonky.  I have included a screenshot for ya.



I was trying to select "valueN" and it selected a bunch of random stuff above it plus screwed up the index.  Also, I noticed that there are now two scrollbars on the right of that window.

Thanks
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2717
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #204 on: June 24, 2024, 05:46:02 am »

Hi Moe, thanks for the report. I can reproduce it.
It seems it's caused by a change in the Wiki CSS which makes it incompatible with the IE6-based engine that C#/Zelda uses. I can almost fix it, there's just one weird behavior left. I may have to switch to a WebView2 chromium-based component.
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2717
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #205 on: June 25, 2024, 08:11:39 am »

The Wiki formatting issue is fixed in v1.8.5 - I switched to WebView2 (Chromium-based Edge browser, same as MC uses).
Please update and let me know if you see some issues with the Wiki viewer.

Zelda v1.8.5 (25.06.2024)
- use WebView2 component for Wiki
- fix Wiki page formatting issues
- fix syntax highlight not working after MC reconnection

https://github.com/zybexXL/Zelda/releases
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 718
  • Hi
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #206 on: June 25, 2024, 10:39:14 am »

Fix seems to be working great.  Thanks for the quick fix on this.
Logged

Doof

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5908
  • Farm Animal Stupid
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #207 on: August 25, 2024, 04:18:37 pm »

Not sure what's happened, but Zelda doesn't start for me anymore. Is there a cache or configuration I can delete to reset it somehow?
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2717
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #208 on: August 26, 2024, 04:27:50 am »

Hi Doof, you can try renaming the %localappdata%\Zelda folder (c:\users\<yourUser>\AppData\Local\Zelda)
There's also a log file in the %TEMP%\Zelda folder, maybe check it first to see if there's any error/exception logged.
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2717
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #209 on: January 10, 2025, 09:09:09 am »

Just published ZELDA v2.0:
Download: https://github.com/zybexXL/Zelda/releases
(or click the update notice that shows up on the status bar of Zelda)

IMPORTANT:
This release requires Net8 Desktop/Runtime. If it's not yet installed, a dialog should show up with a link to download and install it.

- Upgrade to Net8, requires Net8 Runtime/Desktop installation
- Add automatic Safe Mode for ShellRun/SetField
- Fix Wiki view on Insert Function dialog, switch to WebView2
- Update function list
- resource and lib cleanup
- misc bug fixes

Safe Mode:
The Safe Mode feature is enabled by default and can be disabled in settings. This feature detects when SetField() or ShellRun() functions are used in an expression and automatically disables the continuous expression execution to prevent unintended consequences of executing the expression many times in a row. When Safe Mode is engaged, you need to press F5 or click on the Execute button to run the expression once.
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2043
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #210 on: January 10, 2025, 10:23:52 am »

Any news of dark mode from the ZELDA dev team?  8)
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2717
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #211 on: January 10, 2025, 12:23:29 pm »

I just bought some welder glasses, it's all dark now  ;D

With Net8 it may be easier, I'll take a look again.
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2717
Re: ZELDA v1.0 released (Expression Language editor)
« Reply #212 on: January 10, 2025, 01:40:00 pm »

Looks like Dark Mode feature (experimental) is available on Net9. I'll test and make the switch if it works well, else will wait for Net10.
https://learn.microsoft.com/en-us/dotnet/desktop/winforms/whats-new/net90?view=netdesktop-9.0#dark-mode
Logged
Pages: 1 2 3 4 [5]   Go Up