Posted in May 21, 2010 ¬ 2:53 pmh.Ivan Smahin
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 »
Posted in April 6, 2010 ¬ 1:03 amh.Ruslan Zasukhin
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 »
Posted in March 20, 2010 ¬ 1:21 pmh.Ruslan Zasukhin
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 »
Posted in March 19, 2010 ¬ 12:08 amh.Ruslan Zasukhin
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 »
Posted in February 20, 2010 ¬ 2:59 amh.Ruslan Zasukhin
We have upload 2 new video lessons about Valentina reports:
http://valentina-db.com/dokuwiki/doku.php?id=valentina:video:vspro:vspro
Read the rest of this entry »
Posted in November 15, 2009 ¬ 10:59 amh.Igor
Теперь вместо меню история показывается в той же вкладке, что и редактор, и это нам дает:
предпросмотр текста из нескольких строк ( и тултип на запросы из более чем 5-ти строк );
подсветку синтаксиса;
фильтр для быстрого поиска в истории;
выбор между историей только текущей базы данных или всех использовавшихся;
Read the rest of this entry »
Posted in November 15, 2009 ¬ 3:35 amh.Igor
Так как разработчики wxWidgets вставили свой воркэраунд для GTK( даже не позаботившись про #ifdef ) и тем самым заблокировали возможность хоть как-то менять шрифт или цвет тултипа, то пришлось написать свой вариант( заодно появилась возможностью выводить не только одноцветный текст с одним шрифтом ):
Read the rest of this entry »
Posted in November 14, 2009 ¬ 3:41 pmh.Igor
Добавлены:
подсветка строки с ошибкой;
при отключенном тулбаре страницы кнопки для выполнения запроса появляются в панели с историей, закладками и т.п.;
окно с логами получило нормальное оформление.
Read the rest of this entry »
Posted in November 13, 2009 ¬ 10:13 amh.Igor
Теперь можно зажать Сtrl( Cmd ) и кликнуть на имени объекта, чтоб открылся редактор схемы( или стал активным уже открытый ) и в нем был выделен этот объект, данная возможность доступна из любого места где показывается текст SQL:
Read the rest of this entry »
Posted in November 13, 2009 ¬ 5:58 amh.Igor
Добавил несколько улучшений в SQL Editor:
тултипы, которые показывают информацию про объекты;
“фолдинг”;
иконки в автодополнении;
окно с списком предлагаемых автодополнений теперь показывается правильного размера и без рамки черного цвета( пришлось вставить “хак” на создание дочернего окна редактора, чтоб отловить это окно и перехватить события от него );
изменения во внешнем виде – об этом я напишу позже подробнее.
Read the rest of this entry »