Noam Dori
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 implementing website link like behavior on custom text
已回答Hi, I would like to implement similar functions to urls in comments/string literals within another component in the IDE. For example, for the following piece of code: <tag>Value</tag> If the user c... -
创建于 Change contents of file when a directory is renamed
已回答Suppose we have a directory named "dir" in a project, and a language file in the same project (but not necessarily under dir), that has the following text: dir/some_other_text This line directly re... -
创建于 creating my own PsiPackage
I am developing a plugin for a framework for C++ & python. The framework has its own packaging system that is completely separate from python, Java, or CMake packages. These packages are also linke...