Where does Squirrel SQL store its auto correct entries?(Squirrel SQL 在哪里存储其自动更正条目?)
问题描述
我使用 Squirrel SQL 作为 DB2 for iSeries 的 goto SQL 编辑器,我喜欢的一个特性是自动更正.我在编辑器中输入快捷方式,例如 ssf,然后弹出select * from".
I use Squirrel SQL as my goto SQL editor for DB2 for iSeries, and one feature I love is the autocorrect. I enter shortcuts into the editor like ssf and "select * from" pops up.
我知道可以一次将条目添加到库中,但是如何一次添加多个条目?我知道这可能是对资源文件的深入编辑,我对 Java 很熟悉,可以进行编辑但找不到实际资源.
I know it's possible to add entries to the library one row at a time, but how can I add multiple entries at once? I understand it could be an in-depth editing of resource files, and I'm comfortable enough with Java to make the edit but not find the actual resource.
书签功能不适合我的需要,它仍然不允许我输入我想添加的 140 多个自动更正.
The bookmarks feature doesn't suit my needs for this, and it still wouldn't allow me to enter the 140+ autocorrections I want to add.
推荐答案
找到了——翻遍了class文件,找到了他们引用的xml文件,存放在.squirrel-sqlpluginssyntaxautocorrectdata.xml
I found it--after digging through the class files, I found the file they referred to an xml stored at .squirrel-sqlpluginssyntaxautocorrectdata.xml
这样可以节省大量时间.现在我可以输入一个表名,它会自动填充表架构、表名和首选相关性.
That saves a ton of time. Now I can type a table name and it will auto-populate the table schema, table name, and the preferred correlation.
这篇关于Squirrel SQL 在哪里存储其自动更正条目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Squirrel SQL 在哪里存储其自动更正条目?


- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01