Adianti Studio Changelog

What's new in Adianti Studio 1.0.1

Jun 20, 2013
  • New features for Community version:
  • Added support for Sql Server;
  • This allows to browse the database tables from this database system;
  • Added support for Oracle;
  • This allows to browse the database tables from this database system;
  • The file parsing of variables and methods for autocomplete, that was executed when opening or closing a file, now is executed line by line;
  • Created a new dropdown button to list the opened files;
  • Created a new feature to search classes and methods inside the project structure (CTRL+SHIFT+M). To allow that, the user must inform the class path in the project registration screen.
  • After saving a file, the file tree is refreshed automatically;
  • Now its possible to make basic operations (open, rename, delete) over a file in the file tree;
  • The database browser was not taking into consideration the database encoding. Now, in the database registration the user must fill the database encoding (ISO, UTF);
  • The database connection test button was not working for database with password, though the connection itself was working;
  • Some button icons were changed (check syntax, compare files);
  • The recent files are now shown from the most recently opened to the older;
  • A new button menu was created to execute plugins directly from the toolbar;
  • A new dropdown button was created to execute many kinds of searches (find files, find inside files, etc);
  • The color picker tool was converted into a plugin.
  • Fixed bugs:
  • NumLock and other control keys were locking the drag and drop inside the Designer;
  • Shift+F3 was not working (search the current word). It was replaced by F4, and now performs an incremental search;
  • The TImage component inside de Designer did not retained its content;
  • Spaces in the attribute declaration caused the IDE not to autocomplete(Ex:private $property;);
  • The file search in directories without permission caused exception;
  • The file search in directories sith symlinks was not working as expected.