Forum Replies Created
-
AuthorPosts
-
this is how cesium does it i think –
Monkey12345var canvas = viewer.canvas;canvas.setAttribute('tabindex', '0'); // needed to put focus on the canvascanvas.onclick = function() {canvas.focus();};I think that means you may need to upgrade XCode which is the c++ toolchain monkey2 uses on MacOS.
Thanks Adam, I can see the reason for bussing when multiple instruments are involved but not too clear on any benefit to what I suppose I would classify as a standalone synth project.
All good here.
minor nit picks – The Formats drop down and some of the text in the code requester is unreadable.
Is it possible to support a standard light color scheme as alternative to default? I tried to change it in User Profile but no luck.
I suspect separating the display into two layers may be possible with rects in background and circles in frontground.
An offscreen render surface initialized with alpha 0 could be composed of the circles and then layered on to main display may be pretty easy hack for mojo2d.
A single overlay may add a fixed overhead to render time but open up a lot of possibilities for interesting compositing effects.
When cursor leaves a line by going up or down “end” is auto-capitalized but when cursor leaves a line using right arrow at end of current line or left arrow at beginning of line there is no auto-capitalize operation triggered.
Ignore me and my dumb posts, forgot it was unsigned.
The numbers were suppose to generate a short burst of a 440hz sawtooth then silence which I was thinking would be louder / easier to hear than sin wave for very short durations.
even more odd, changing n to 8192 produces a bit of noise, silence and then a wallop for each sound.Play
.
Please still hide if casing is wrong. Auto capitalizing and auto complete are IMHO two different things and my use case of fixing funxion manually without being hampered by “auto”complete will not be addressed.
I need something to glue png files into single gif
snapshot is after hitting tab where cursor is in middle of token (taking picture of cursor big fluke as it blinks off on lost focus not on.
Attachments:
In other IDE, if i correct a token by fixing something in the middle it will still popup autocomplete even if what is under cursor is exactly the same as the single option proposed in the list?
In less words – they also offer to autocomplete something with suggestion that is identical to the text under the cursor?
[edit] attaches screenshot
Attachments:
In regards to autocomplete (and sorry for posting 2 issues at a time)
Perhaps ted2go needs record gif option so i can demonstrate the dog’s breakfast I get myself in with current behavior.
Are you trying my example on windows 10?
1 auto correct oddity
a. type the line funxion Main() and hit enter, now go up and fix it replacing x with t and come back down,
b. Ha! But you can’t because auto complete wants to complete something you just completed yourself (bug?) and now owns the cursor key.
c. worse if you use tab key to confirm auto complete the resulting line contains Funcion tion()
2. Update Modules
a. press Ctrl-U and hit Enter key
b. nothing happens, old behavior would cause modules to update
c. i think operations from keyboard shortcuts should not require mouse to confirm
Overall ted2go working awesome.
-
AuthorPosts

