Lin Yang

- 活动总数 99
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 47
-
创建于 SQL injection issue
I have developed a MyBatis plugin which injects SQL language into mapper XML. MyBatis can use XML tags to describe generate some SQL keyword. For example, MyBatis can use <set> tag to generate 'set... -
创建于 Open API request
Hi guys, I'm implementing a Mybatis plugin. There are some annotations (@Select, @Delete, etc. ) in Mybatis that accept an array of strings as arguments, these strings are concatenated with a sing... -
创建于 Invoking 'Refactor this' freeze ui
Hi guys, Each time I invoke 'Refactor this' in 270 lines of XML file with many SQL injected, the UI gets frozen. Here is the thread dump. Can anyone help me a bit, please? Thanks "AWT-EventQueue-... -
已编辑于 Is there anyway to highlight 'injection in injection'?
已回答Currently, I can inject language A into language B, and completions, highlightings, references work well if B is opened in an independent file. But they don't work well if I inject language B into ... -
已编辑于 I need help on plugin development
已回答I'm developing a mybatis plugin, I have a problem when I try to implement following feature. I have a mapper xml like bellow: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//myb... -
已编辑于 Referenced PsiClass stays as "Class 'ClassName' is never used"
I created an XML configuration file and make an attribute value be referencing to a PsiClass. Here is the XML and JAVA file segment <settings> <setting name="configurationFactory" value="custom"/>... -
创建于 help me with Grammar Kit
I wrote a grammar like below: { tokens=[ DEL_COMMAND="regexp:[dD][eE][lL]" SET_COMMAND="regexp:[sS][eE][tT]" DUMP_COMMAND="regexp:[dD][uU][mM][pP]" EXISTS_COMMAND="regexp:[eE][xX][iI][... -
创建于 Color Schema
Hi, Is there any plan to custom the background color the navigation bar and tool bar ?Thanks -
创建于 get information from method invocation
hi, there are codes below: public static final String JET_BRAINS = "JetBrains"; public String getText() { return "Hello"; } public void test(List<String> texts) { texts.a... -
创建于 Help me with my plugin
hi, I'm developing MyBatis plugin. It seems that @Autowired and @Resource annotation of spring do not work well sometimes when my plugin is enabled. I'v tried my best to find the reason, but ...