Forum Replies Created
-
AuthorPosts
-
Thanks!
I plan to build binaries tomorrow.
F2 is here for a long time. I left it because sometimes it’s easier to press F2 then F12.
Also there is F11 easter egg.
And maybe Mark will repack v1.1.07 with this release after some break up.
Phew! I finished v2.6.
Megred into master branch.
Read more here (because of better formatting).
UPD:
- Menus and hints now fitted into window bounds.
I see that error too developing ted2go.
Don’t know what is it.
I think it’s related to the theme you’re using.
Really, will see.
I still think this needs to be implanted
I know some IDE have actions for selection instead of replace text.
For example, Qt Creator: if you have selection and type quote – it surround selection with quotes. Is it useful for anyone?
Ok, I will add your idea. If people consider it annoying – I revert it back. Current comment/uncomment shortcut will stay here too.
No, but you can create own version of Label.
Override onMeasure and onRender methods.
But note that wrap mode needs a trick with size measuring. If you want to use preferred width via setting MinSize / MaxSize then no problem with measure.
You can see sources of mojox.TextView to (try) understand how wrap works.
Cool!
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
There is some optimization to avoid full line parsing. The best way is select keywords from completion list.
In future if I (we) add “Format code” action we will be able to check all uncapitalized keywords.
I think it needs to remove tabs when checking if something is commented.
NO. What if I have some code already commented and want to comment whole block? When I uncomment that block I expect to preserve my previous comment as is. That’s why I add comments to all lines and remove only at beginning of line.
“Tabs on the right” option is obsolete and already removed from Prefferences.
And dragging the tabs works a bit weird:
I can’t reproduce. Please, try newest DEV version.
And you can drop tab on whole area, not only on [+] item.
Would be nice if Ted2go detected if a file tab is a module (by looking if it has a module.json matching the filename). Then if it is, give the option/icon/keyboard-shortcut for user to “build module”.
Maybe.) This time you can rebuild module by Right-Click on module folder in Project file browser.
For pushbutton icon – something like IconAnchor, or Left/Right/Top/Bottom-Icon properties.
Hi. Try ndk 14 and monkey 1.1.07.
But please don’t hide it if casing is wrong e.g. “function” should still show “Function”.
Don’t worry.
Ted2Go is coming along nicely! is Folding still on the roadmap?
Thanks. Yes it is.
I almost done v2.6 roadmap. FastDev section goto next version.
Folding maybe in 2.6 if I can do it fast.
Ok, I can change logic for Tab key – replace whole world with completion item.
Also can check if there is a single item in completion and it equals with word under cursor – don’t show completion.
Are you trying my example on windows 10?
Yes. But I also tried that in other IDE and got similar behaviour (except of adding space by Tab key).
Perhaps ted2go needs record gif option so i can demonstrate the dog’s breakfast I get myself in with current behavior.
There are many apps for screen recording available.
Thanks for feedback, Simon.
- Seems that it common behaviour for all major IDE – netbeans, visualstudio, etc. Where did you see other way for completion?
- Will fix.
In Android studio completion list can complete 2 ways – by Enter and by Tab:
- Enter – just insert ident (type Funxion, remove ‘x’ and type ‘c’, in completion press Enter and you’ll get Functionion)
- Tab – replace whole world under cursor (type Funxion, remove ‘x’ and type ‘c’, in completion press Tab and you’ll get Function)
Is it good enough to implement in ted2go? But we have option to choose completion key – Enter / Tab / Space, that have effect here.
Did you look at std.zipfile?
I think shortcut is an independant thing and app can’t know about it (who knows).
I was confused to know – there is MouseDevice.Cursor property to deal with system cursors.
-
AuthorPosts