Noam Dori
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created implementing website link like behavior on custom text
AnsweredHi, 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... -
Created Change contents of file when a directory is renamed
AnsweredSuppose 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... -
Created 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...