有谁知道任何用于创建 Visual Slick 宏的好资源?
3 回答
我将从SlickEdit 宏的官方社区论坛开始。
After the community forum - I would find the macros directory and go to town looking at all the .e files. Depending on what you want to do - there is a lot of samples in the actual implementation (just the same way I would do it for emacs).
For example, many years ago I wanted to have something like 'project-load' (dialog that lets you open from all files in the project) but instead of project files - let me open any of the currently checked-out files (not just open, but also diff etc), went and found the project-load source and used that as a sample on implementing a similar dialog
这是一个很好的资源。我在这里写了我的第一个