在哪里可以获得 Toad 语法着色方案?

发布于 2024-07-04 18:29:12 字数 1560 浏览 9 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

温折酒 2024-07-11 18:29:12

我创建了一个类似于 Visual Studio 2017 深色主题的架构,

您可以从以下位置下载它: EditorLexers.xml

您需要替换位于以下位置的文件:

C:\Users\[YOUR_USER]\AppData\Roaming\Quest Software\Toad for Oracle\13.1\User Files

Screenshot

I have created a schema similar to Visual Studio 2017 dark theme

You can download it from: EditorLexers.xml

You need to replace the file located at:

C:\Users\[YOUR_USER]\AppData\Roaming\Quest Software\Toad for Oracle\13.1\User Files

Screenshot

暮年慕年 2024-07-11 18:29:12

新版本 TOAD 的正确文件是 EditorLexers.xml

对于版本 12.9,此处为

C:\Users\%username%\AppData\Roaming\Dell\Toad for Oracle\12.9\User Files;

对于版本 12.11,此处为

C:\Users\%username%\AppData\Roaming\Quest Software\ Toad for Oracle\12.11\User Files

在这里您可以下载我的 dark主题

享受吧!

更新:它也适用于 13.0 版本。

The right file for new versions of TOAD is EditorLexers.xml.

For version 12.9 is here

C:\Users\%username%\AppData\Roaming\Dell\Toad for Oracle\12.9\User Files

instead for version 12.11 is here

C:\Users\%username%\AppData\Roaming\Quest Software\Toad for Oracle\12.11\User Files

Here you can download my dark theme

Enjoy!

Update: it works also in version 13.0.

隐诗 2024-07-11 18:29:12

转到查看 -> 蟾蜍选项。 点击编辑器-> 行为。 有一个名为“语法突出显示”的按钮。 在突出显示选项卡上(默认打开)是样式列表,单击样式将显示为该样式选择的选项...

例如在我的设置中(这是我的安装默认值),保留字为蓝色,注释为绿色、红色字符串等。

滚动浏览,您将看到选项,您可以根据需要进行更改。

Go to View -> Toad Options. Click Editor -> Behavior. There is a button called Syntax Highlighting. On the Highlighting Tab (opens by default) is a list of styles, clicking on the style will show the options selected for that style...

For example in my setup (which is my install default), Reserved Words are blue, Comments green, Strings Red, etc.

Scroll through and you'll see the options, and you can change as necessary for your needs.

动听の歌 2024-07-11 18:29:12

完全更新:

  1. 官方名称是什么?

    文件扩展名 (.dvtcolortheme) 表明 “Color Theme”“DWT Color Theme” 是官方名称。 Toad 论坛上的大多数用户似乎都使用相同的术语。

  2. 它们在哪里共享?

    似乎没有专门的网站来分享颜色主题。 但是,ToadWorldToadForOracle 人们正在讨论交换这些颜色主题文件。 我建议跳上论坛并询问其他人是否有要共享的文件或知道任何存储库站点。

  3. 可用的颜色主题

    * GitHub 上的夜间主题:https://github.com/ grng/夜间蟾蜍颜色方案
    夜间蟾蜍配色方案

    * 一个漂亮的深色背景主题:http://toadfororacle.com/ thread.jspa?messageID=93203

  4. 滚动您的-拥有

    我知道您不想创建自己的,但它看起来比我们预期的要容易得多。 .dwtcolortheme 设置文件只是 XML。

    我建议访问 http://studiostyl.es/ - 因为它是 Visual Studio 主题的大型存储库。 找到您喜欢的缩略图,拍摄屏幕截图,然后使用颜色选择器捕获值。 将它们放入您的 XML 设置文件中,然后您就可以开始了。

UPDATED ENTIRELY:

  1. What's the official name?

    The file extension (.dvtcolortheme) suggests "Color Theme" or "DWT Color Theme" are the official names. Most users on Toad forums seem to use the same terminology.

  2. Where are they shared?

    There does not seem to be a dedicated site for sharing color themes. However, there were a couple forums on ToadWorld, and ToadForOracle where folks were talking about swapping these color theme files. I would suggest hopping on the forum and asking if others have files to share or know of any repository sites.

  3. Available Color Themes

    * Nocturnal theme on GitHub: https://github.com/grng/Nocturnal-Toad-Color-Scheme
    Nocturnal Toad Color Scheme

    * A nice dark-background theme: http://toadfororacle.com/thread.jspa?messageID=93203

  4. Rolling-your-own

    I know you did not want to create your own, but it looks a lot easier than either of us expected. The .dwtcolortheme settings file is just XML.

    I suggest visiting http://studiostyl.es/ - as it's a large repository of Visual Studio themes. Find a thumbnail you like, take a screen shot, and use a color picker to capture the values. Plop them in your XML settings file and you are ready to go.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文