Servoy 1.2RC8 (BETA) available

We announce the immediate availability of Servoy 1.2RC8. NOTE: this is a beta, avoid using it on production data.
Make a backup of your current Servoy installation directory if you plan to upgrade or perform a clean installation into a new directory.

You can download the beta from the download section on the developer website at: http://developer.servoy.com. You can find the beta under the header “Download the latest Servoy BETA” on the download page.

Also check the following URLS for earlier 1.2 enhancements and fixes:
http://forums.servoy.com/viewtopic.php?t=628
http://forums.servoy.com/viewtopic.php?t=593
http://forums.servoy.com/viewtopic.php?t=469
http://forums.servoy.com/viewtopic.php?t=429
http://forums.servoy.com/viewtopic.php?t=406

[fix]-search problem when using stored calc in search relation
[fix]-getAsPlainText() method on rtf/html_area
[fix]-selectOnEnter on fields http://forum.servoy.com/viewtopic.php?t=415
[fix]-onDataChange in tableview/portal http://forum.servoy.com/viewtopic.php?t=634
[enh]-Solution protection when exporting a solution
[enh]-application.getMethodTriggerElementName() function http://forum.servoy.com/viewtopic.php?t=651
[enh]-getName() function on all elements http://forum.servoy.com/viewtopic.php?t=651
[enh]-brand new server manual (check docs directory)
[enh]-added replaceSelection(…) on fields http://forum.servoy.com/viewtopic.php?p=2307#2307

[enh]-added combobox separator if ‘-’ is display value http://forum.servoy.com/viewtopic.php?t=590
[enh]-onAction behaves like button on field when not editable http://forum.servoy.com/viewtopic.php?t=474
[enh]-more toolbars http://forum.servoy.com/viewtopic.php?t=496
[enh]-warning before deleting relation http://forum.servoy.com/viewtopic.php?t=653
[enh]-escape “solution close”/“application exit” with ‘return false’ in solution onClose method http://forum.servoy.com/viewtopic.php?t=570
[enh]-client datacache flush button in server admin page http://forum.servoy.com/viewtopic.php?t=533

Thanks again for this one!

BTW it feels great to see so many things you ask for appear in the next beta/release…

I really love this!

Just a note of appreciation for all the developers working on the app! You can’t ever give or received enough praise. So here’s some more.

Three cheers for Servoy!

There is also a new feature in the code editor.

The code editor does have code completion now which is activated by pressing CTRL-SPACE.

for example:

a[CTRL-SPACE]

you will get a option applications
select applications (press enter)

then you will have:

applications.

press CTRL-ENTER

Now you have all the options application context has.

(you can also do this with "forms"until a element property of a form)

please try it out and make suggestions if you see bugs or want improvements.

Looking great! Thanks for this one but…

It only completes ‘as if it were the first word…’ Don’t know how to describe this better and couldn’t attach the screen print…

try utils.s[ctrl-space]. it will suggest security :D

The other thing is that on OS X this works with really [ctrl] and not [option].

But again THANK YOU!!!

yes that is right. That is a current limitation that i will try to fix on the road.. But for 1.2 we wil have to with this.
(you can only complete directy after the “.” and not type one letter first)
That letter you can type after you pressed CTRL-ENTER (it will jump to that item then)

For now CTRL-SPACE wil be completion (because command key needs that the action is a menu item..)