[quote=10957:@Shane Gibbs]I’ve been using Xojo too, and I’m very happy with it besides those first release bugs. (Autocomplete not filtering when typing, window flickering, etc) I also just discovered that when you start an “If” statement, you can press Shift+Enter to auto-insert a “Then” and “End If”. Xojo just became even more productive.
For the Xamarin question; no it does not,[/quote]
Forgot to add: Xamarin can BUILD linux apps (GTK), but it can’t develop ON linux.
It also works with any other code block e.g. While Wend, Select End Select. It’s not new to Xojo - I’ve been using it for years in RS - but it is incredibly productive and certainly wasn’t obvious before. If you’re developing in the Windows IDE you can also use Control+Enter to extend a line of code to the next line.
Some more Xojo Gems…
For Windows/Linux:
[Ctrl] + [Double-click on method] View code of method.
[Ctrl] + [’] Comment/uncomment a selected block of code.
[Ctrl] + [\] Toggle breakpoint.
[Shift] + [Return] Completes control statement (e.g adds ‘End if’ to ‘If’)
[Ctrl + [Enter] Extend code to new line.
For Mac:
[CMD] + [Double-click on method] View code of method.
[CMD] + [’] Comment/uncomment a selected block of code.
[CMD] + [\] Toggle breakpoint.
[SHIFT] + [Return] Completes control statement (e.g adds ‘End if’ to ‘If’)
[ALT] + [Enter] Extend code to new line.
Keyboard shortcuts are documented at…
https://documentation.xojo.com/index.php/Keyboard_Shortcuts
Holy cow! Thanks for the [SHIFT] + [Return] trick. While working since years with RS, I didn’t knew this.
And while we’re at it: Yep, the Xojo relaunch is a beautiful work, done by a great team! Thanks!