New Layout Bugs (not feature requests)
-
- Copy/paste doesn't always work. Haven't been able to narrow it down to a repeatable and sharable example yet though. Seems to be related to tabs/indentation.
-
This post is deleted! -
@LinuxVst are you using gcc or clang?
-
In the main window, the designer tile doesn't remember its folded state
-
@d-healey it can be reproduced if the first line has more tab intonation than the other lines and then there is a mix between spaces and tabs in the selection (like in your screencast).
@LinuxVst yeah, that's an easy fix, I forgot to deactivate this part when you compile a plugin.
@ustk what's the designer tile and what's the main window and when does it not remember the fold state?
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
@d-healey said in New Layout Bugs (not feature requests):
Clicking the Routing button in the Create Node window causes HISE to crash
This one is still catching me.
-
@LinuxVst said in New Layout Bugs (not feature requests):
i did not change anything in projucer and Xcode Big Sur 11.2.3
Your user name is misleading me :p
-
what's the designer tile and what's the main window and when does it not remember the fold state?
Designer tile => Interface designer
Main window => the only window that opens with Hise
when does it not remember the fold state? => When you close and reopen Hise -
This post is deleted! -
[new layout]
My component list looks a bit like a graveyard! ️
Am I missing something?
-
@UrsBollhalder can you reproduce that in a shareable snippet?
-
@UrsBollhalder I am also missing my beloved alt-key-skip on macOS... same as in most text editors... @Christoph-Hart Could we possibly have that functionality back, please??!? ️🧙️🦸
It is really handy to skip from word/expr to the next without touching the trackpad again or shift-clicking through every single letter!
-
@Christoph-Hart I'll try!
-
@UrsBollhalder sure, I just wasn't sure how the real modifiers are on macOS (since I'm using a key remapper to be consistent with Windows). I've fixed it now, if there are any other discrepancies to standard text editor shortcuts, let me know.
-
@ustk HISE is supposed to save and reload the display configuration at shutdown / start. Take a look in the editorData.json file in the HISE app data directory. The container called
"PersonaContainer"
should haveFolded
set to1
. -
This post is deleted! -
@Christoph-Hart said in New Layout Bugs (not feature requests):
@ustk HISE is supposed to save and reload the display configuration at shutdown / start. Take a look in the editorData.json file in the HISE app data directory. The container called
"PersonaContainer"
should haveFolded
set to1
.Yep, the Folded property does switch in the JSON according to its state when closing Hise, but Hise always unfolds the interface designer at start.
All other tile folded states are remembered though.