You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.2 KiB
24 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin> |
|
<id>com.fr.solution.plugin.better.sql.editor</id> |
|
<name><![CDATA[数据集中SQL可全屏]]></name> |
|
<active>yes</active> |
|
<version>2.4</version> |
|
<env-version>10.0</env-version> |
|
<jartime>2018-10-20</jartime> |
|
<vendor>author</vendor> |
|
<description><![CDATA[在数据库数据集中,自带的编写SQL的区域比较小,在编写和查看比较大的SQL语句时很不方便,该插件提供SQL编辑区域全屏功能]]></description> |
|
<change-notes><![CDATA[ |
|
[2018-05-23]修复服务器数据集无法新建的问题。<br/> |
|
[2015-12-20]修复在新版本中无法使用的情况。<br/> |
|
[2016-03-25]国际化。<br/> |
|
]]> |
|
</change-notes> |
|
<extra-core> |
|
<LocaleFinder class="com.fr.solution.plugin.better.sql.editor.BetterLocaleFinder"/> |
|
</extra-core> |
|
<extra-designer> |
|
<TableDataDefineProvider class="com.fr.solution.plugin.better.sql.editor.BetterDBTableDataImpl"/> |
|
<ServerTableDataDefineProvider class="com.fr.solution.plugin.better.sql.editor.BetterDBTableDataImpl"/> |
|
</extra-designer> |
|
<function-recorder class="com.fr.solution.plugin.better.sql.editor.FullScreenSQLPane"/> |
|
</plugin> |