yodd tian

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
yodd tian created a post, what does PACKAGE_FQ and PACKAGE_FQ mean
I see them in ReferenceKind in org.jetbrains.plugins.groovy.lang.psi.impl.types. Any one know? THanks. -
yodd tian created a post, how to use lib without importing explicitly
I want to create a language and some useful libraries will be added. Users can use the class in the library without import explicitly every time. Currently I can't fix highlight isuue. IDEA will sh... -
yodd tian created a post, the arguments for Groovy don't work
I want to use --configscript in Groovy. Below are the config file config.groovyimport org.codehaus.groovy.control.customizers.ImportCustomizerdef imports = new ImportCustomizer()imports.addStaticSt... -
yodd tian created a post, the arguments for groovy doesn't work
I want to use --configscript in Groovy. Below are the config file config.groovyimport org.codehaus.groovy.control.customizers.ImportCustomizerdef imports = new ImportCustomizer()imports.addStaticSt... -
yodd tian created a post, the compile process for groovy
I am looking at the groovy plugin. For the compile process of script, I can trace it by the classes under org.jetbrains.plugins.groovy.runner. But how about the compile process of class file, seems... -
yodd tian created a post, for the two ways of persisting
for the old way of persisting with JDOMExternalizable, default values and customized values are saved in different places, saying default values are saved in xml files and customizied values are sa...