[EN]
The workspace menu expands the functionality of the editor by adding functionality and allowing optimal use of the editor's functionality
Copy - copy the selected text to the clipboard
Past - paste the contents of the clipboard into the editor window
Cut - cut selected text
SelectAll - select all text in the work area
View table - view detailed information on the selected table
Get DDL - show the code for creating the selected table
Copy column list (select) - generate a list of columns of the selected table in the select command format (each column on a separate line) and copy it to the clipboard
Copy column list (insert) - generate a list of columns of the selected table in the format of the insert command (sequentially, separated by commas) and copy it to the clipboard
Show command help - show help for the selected command
Show object data - show data of the selected table, view, synonym
Project manager -> Add object - create a code-behind page in the current project by default
Project manager -> Search object card - find the selected object card in the current project by default
Comment -> Add current line - add comment characters to the beginning of the current line
Comment -> Remove current line - remove comment characters at the beginning of the current line
Comment -> Add selected text - add comment characters to the beginning of each selected line
Comment -> Remove selected text - remove comment characters at the beginning of each selected line
Command help
Description of commands and their syntax.
The CerebroSQL program stores in a local database a description of the syntax of all commands and the construction of the SQL language for each supported DBMS (except for the MSSQL DBMS)
[RU]
Меню рабочей области расширяет функционал редактора добавляя функциональность и позволяя оптимальным образом использовать функционал редактора
Copy - скопировать выделенный текст в буфер обмена
Past - вставить содержимое буфера обмена в окно редактора
Cut - вырезать выделенный текст
SelectAll - выделить весь текст в рабочей области
View table - просмотр подробной информации по выделенной таблице
Get DDL - показать код создания выделенной таблицы
Copy column list (select) - сформировать список колонок выделенной таблицы в формате команды select (каждая колонка на отдельной строчке)и скопировать его в буфер обмена
Copy column list (insert) - сформировать список колонок выделенной таблицы в формате команды insert(последовательно, через запятую) и скопировать его в буфер обмена
Show command help - показать справку по выбранной команде
Show object data - показать данные выделенной таблицы, представления, синонима
Project manager -> Add object - создать страницу для выделенного кода в текущем проекте по умолчанию
Project manager -> Search object card - найти карточку выделенного объекта в текущем проекте по умолчанию
Comment -> Add current line - добавить символы комментария в начало текущей строки
Comment -> Remove current line - удалить символы комментария в начале текущей строки
Comment -> Add selected text - добавить символы комментария в начало каждой из выделенных строк
Comment -> Remove selected text - удалить символы комментария в начале каждой из выделенных строк
Command help
Описание команд, их синтаксиса.
Программа CerebroSQL хранив в локальной базе описание синтаксиса всех команд и конструкция языка SQL для каждой поддерживаемой СУБД (за исключением СУБД MSSQL)