Develop branch build status
-
@Christoph-Hart said in Develop branch build status:
I've changed this line to something else, but I have no idea why it would crash or if the new way fixes it, so please have a go :)
Yep that seems to have fixed it (in debug at least, building release now).
End/Home keys are still messed up. Where should I hunt in the codebase to try and fix this myself?
-
Try
#if JUCE_WINDOWS || JUCE_LINUX
instead.
-
@Christoph-Hart Yep that did it, thanks!
-
@LinuxVst said in Develop branch build status:
Mac OS Big Sur Intel: Updated
Compiled Successfully the Latest Develop ( 22-07-2021) under Big Sur 11.1
on a Mac Pro 4.1 Flashed to 5.1i Used Xcode 12 and also installed Command_Line_Tools_for_Xcode_12 from
September 17 2020
Works! Under IntelThis is Xcode 12.0
For ARM & Intel universal binaries, minimum version must be Xcode 12.2. So this won't built ARM based plugins on Intel machines.
https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary
-
Exporting projects with latest commit produces an error
HISE/hi_components/markdown_components/MarkdownComponents.cpp:516:17: error: ‘PopupIncludeEditor’ has not been declared
-
@d-healey Can confirm on OSX as well.
-
There's a quirk when dragging to highlight text in the new editor. If you drag from right to left into the margin the cursor and highlight jumps to the end of the line.
-
Shift+Tab behaviour is problematic
-
Tab spacing is inconsistent. First tab on a line is 6 spaces, after that they're 5 spaces and the cursor doesn't indicate which column the text will be entered.
-
Closing quotation mark isn't automatically added
-
Console doesn't autoscroll to the end of the output
-
Another highlighting glitch. I can't select the closing curly brace with the mouse when line breaks are disabled, re-enabling line breaks solves the issue.
-
No horizontal scrollbar when line exceeds editor width and line breaks are disabled.
-
Tab spacing is inconsistent.
This might be a linux only problem - I remember fixing tab intention on macOS (I think the new line characters messed it up somehow). Can you reproduce this on windows? (I can't).
No horizontal scrollbar when line exceeds editor width and line breaks are disabled.
Yeah, I haven't added one yet, I'm too lazy.
The rest of the editor things should be fixed.
-
A double click on an entry in the APICollection now does not add a new line in the editor with the selected entry.
Is this only the case for me?
-
@MikeB same here
-
@MikeB same here
-
@Christoph-Hart said in Develop branch build status:
Tab spacing is inconsistent.
This might be a linux only problem - I remember fixing tab intention on macOS (I think the new line characters messed it up somehow). Can you reproduce this on windows? (I can't).
No horizontal scrollbar when line exceeds editor width and line breaks are disabled.
Yeah, I haven't added one yet, I'm too lazy.
The rest of the editor things should be fixed.
Thanks, you've been busy!
I'll investigate the tab spacing further.
Is this only the case for me?
Me too
-
@Christoph-Hart said in Develop branch build status:
The rest of the editor things should be fixed.
The drag highlight thing is almost there, but I can't select the first character
Console still doesn't auto-scroll to end (Linux only maybe?).
I noticed another quirk. When writing a function name, for example
Console.print()
When you add the opening parenthesis it adds the closing one automatically, this is good, but if you hit delete after the opening parenthesis, to delete the closing one, it deletes both of them. -
If other individual features could be switched on and off via the context menu (View Option), that would be helpful.
Here on the Mac, the editor is often laggy.
With the option mentioned, one could also determine
the reason for this and then switch off the function temp.