Archive for the ‘Valentina Studio Admin’ Category

vClient becomes thread-safe

Now you should not synch vClient API calls  - vClient do it self and you are free to access and operates with vClient’s remote objects from different threads similiangly.
In particular, vStudio operates with remote connections via multiple threads  and it was a source of some glitches and unexpected errors especially with a long queries.  Now there [...]

Read the rest of this entry »

NEW Function Browser in the SQL Editor of VStudio!

Thanks to new SHOW PROCEDURES ALL, we was able implement Function Browser in the SQL Editor of Valentina Studio.
This Function Browser contains a list of system function and used defined stored procedures and functions listed by categories such as:

Read the rest of this entry »

NEW Left Side Bar in Schema Editor of Valentina Studio

We have added the left side bar into Schema Editor.
It looks similar to what have OS X Finder and Windows 7. This sidebar allows you easy jump to the most common and/or recent places of your job. For example, you can by single click open recent database or connection or your bookmark to a Valentina [...]

Read the rest of this entry »

NEW Tab-Panels in SQL Editor to Display Logs/Output/Warnings/Tune

We have added to SQL Editor of Valentina Studio great new feature: now you can get much more rich output from an SQL command. And this output is separated into 4 tab panels at bottom of Editor.

Read the rest of this entry »

SqlEditor: Improved tooltips

We have write own tooltips, so now they can show even syntax highlight.

Read the rest of this entry »

SqlEditor: work with history of queries is more simple and powerful.

Now SqlEditor shows history of queries not in the menu, but in the same panel of editor. This give us:
* visibility of few lines of query (and tooltip if query has more of 5 lines);
* syntax highlight;
* filter for fast search in the history;
* choice between history of the current database only or full.

Read the rest of this entry »

Доступ к истории запросов стал удобней

Теперь вместо меню история показывается в той же вкладке, что и редактор, и это нам дает:

предпросмотр текста из нескольких строк ( и тултип на запросы из более чем 5-ти строк );
подсветку синтаксиса;
фильтр для быстрого поиска в истории;
выбор между историей только текущей базы данных или всех использовавшихся;

Read the rest of this entry »

Новые тултипы в SQL Editor

Так как разработчики wxWidgets вставили свой воркэраунд для GTK( даже не позаботившись про #ifdef ) и тем самым заблокировали возможность хоть как-то менять шрифт или цвет тултипа, то пришлось написать свой вариант( заодно появилась возможностью выводить не только одноцветный текст с одним шрифтом ):

Read the rest of this entry »

SqlEditor Improvements

SqlEditor becomes better. Added
* highlight of line with error;
* logs panel works better;
* tooltips that show info about Schema Object;
* code-folding, great when you type procedure or trigger;
* autocompletion menu has icons;
* if TAB panel is not visible, then buttons to execute queries and such, are shown in the sub-panel, so we can still use [...]

Read the rest of this entry »

SQL Editor – понемногу становится лучше

Добавлены:

подсветка строки с ошибкой;
при отключенном тулбаре страницы кнопки для выполнения запроса появляются в панели с историей, закладками и т.п.;
окно с логами получило нормальное оформление.

Read the rest of this entry »