Skip to content

v1.2.0 代码编辑器增强

GitHub发布仓库的入口

在软件的主窗口中,点击右上角的【GitHub】图标,即可打开星影图数据库客户端的 GitHub 发布仓库。如下图所示:

软件发布仓库

编写脚本时进行关键字补全

在编写查询脚本时,函数、关键字等支持代码补全,对函数还可以通过后面的?按钮直接跳转到数据库产品官网查看文档。如下图所示:

代码补全

查询脚本的右键菜单

在脚本编辑器中,右键点击脚本编辑区域,即可弹出脚本的右键菜单。如下图所示:

查询右键菜单

编辑器的快捷键(Powered By reqable/re-editor

  • 全选(Control/Command + A
  • 剪切选中/当前行(Control/Command + V
  • 复制选中/当前行(Control/Command + C
  • 粘贴(Control/Command + V
  • 撤销(Control/Command + Z
  • 重做(Shift + Control/Command + Z
  • 选中当前行(Control/Command + L
  • 删除当前行(Control/Command + D
  • 移动当前行(Alt + ↑/↓
  • 连续选择(Shift + ↑/↓/←/→
  • 移动光标(↑/↓/←/→
  • 移动光标(单词边界) (Alt + ←/→)
  • 移动到页首/页尾(Control/Command + ↑/↓
  • 缩进(Tab
  • 取消缩进(Shift + Tab
  • 注释/取消单行注释(Control/Command + /
  • 注释/取消多行注释(Shift + Control/Command + /
  • 字符转换(Control/Command + T
  • 搜索(Control/Command + F
  • 替换(Alt + Control/Command + F