chenlibing
- Total activity 407
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 173
-
Created Some features for PE
First thanks for Dmitry Kashin's hard work,and I want PE to perfect urgently. :)1 PE should have the ability to switch properties file loading between module and project. The module usually maintai... -
Created PE: error when inoking "Externalize string..." in jspx file
Recently I use jspx file for our web presentation,but when I invoke "Externalize string...",and PE give me error info:"This case of extracting doesn't support". The attachment is my error case.Atta... -
Created A small enchancement for ToString Plugin
When I invoke "Alt+Inser" to select "toString()" item,I find "toString()" doesn't indent with other items in "Genereate" popup menu. I think "toString()" should align with other items horizontally,... -
Created How to search file by file name in project's root directory?
I get file name without path information,just like "index.jsp". I want to search all files with this name in project's root directory,just like CtrlShiftN. Is there api to implement this function i... -
Created Feature request for Properties Editor
I have selected a string block which contains double quotation marks in the editor, such as ["myname"],and I invoke externalize string command,and I find value for source is also contains double qu... -
Created Our server is temporarily busy when uploading
I want to upload my plugin to the repository by http://plugins.intellij.net,and I always get same information: "Our server is temporarily busy. Please, try again later or contact us via e-mail: plu... -
Created request for modifying system property: user.name
These are a lot of places using this property. For example:1 File template: $2 Chat plugin: online user list3 FcToDo plugin: todo writer's name4 CopyRight plugin: $username... and more,I don't know... -
Created How to get all variables' names in Velocity Template?
I want to get all variables' names from Velocity Template,thus I can display all variables' names for input,and generate code from template. I cann't find API in OpenAPI to implement this functio... -
Created How to make IDEA load my JavaHelp jar?
I have write a plugin,and I want to provide help info about this plugin.I have write the document according to JavaHelp specification,and how to make IDEA load my JavaHelp jar into system's help? -
Created vote for file template category
Though I have posted this message, I am very anxious to experience this function. I have written a lot of templates,and now creating new file from more than twenty templates is very messy. Grouping...