Develop branch build status
-
@ustk said in Develop branch build status:
Just a minor thing, with automatic behaviour disabled, when you type and press ESC the menu shows up, but if you continue typing it disappears... Shouldn't it stay open?
Yes good find. Fixed now.
-
@Christoph-Hart Tab at the end of a line (i.e. to add a comment) makes a bizarre offset
-
Can you make a screenshot with whitespace display enabled (and paste in the exact code you typed)? Looks good here.
-
@Christoph-Hart Making a video because it is even more annoying. When you tab for instance after var declarations to make the equal signs aligned, it's messed up... Video upcoming in a few min ;)
-
Btw you can use LiceCap to create little gifs. It‘s much faster than videos.
-
@Christoph-Hart Oh thanks, looking at it...
-
-
@Christoph-Hart When resizing tiles, the text is dancing a jig :)
-
@Christoph-Hart Redo shortcut (CMD+SHIFT+Z on mac) doesn't work
-
@ustk said in Develop branch build status:
@Christoph-Hart Redo shortcut (CMD+SHIFT+Z on mac) doesn't work
Same on GNUx
-
Yeah, it's Cmd+R, but Cmd+Shift+Z is better.
-
Redo, and resizing is fixed, but I can't reproduce the tab issue on my Macbook. Did you just press a single tab key after
myvar
? Because it's showing two tabs and a space character...And does this happen also if you're not on the last line?
-
@Christoph-Hart this is how it looks with the tabs on my Mac
MacPro 5.1 10.14.6
-
@MikeB That looks like the problem I was having which Christoph resolved by getting me to change a line of code. So maybe it's the same for Mac (although that would be odd since Christoph specificially put in that line of code for MacOS)
-
@d-healey I am on the build from this morning 6 o'clock.
If he has solved it today, then my statement
be outdated. -
@Christoph-Hart @MikeB made a more comprehensive example of what is happening. On my side, I have the very last build...
-
@MikeB The numbers are right 5-0-5-0-5-0
only the cursor jumps to the wrong place. -
This is so weird. Can you check if you change this line here:
to
#if 1
if the tab issue persists?
-
@Christoph-Hart Building...
-
@Christoph-Hart Yep that did it!