Meilun Sheng

- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 12
-
Meilun Sheng created a post, How to add a new Tab into spring boot application endpoint tabs
We have some customized endpoints to help developers debug and test spring boot applications, but currently developers can only access this endpoints via rest. the large Json makes the endpoints ve... -
Meilun Sheng created a post, Create links to Named Query Definition from a parameter of a customized Class method
Hi all, If we use EntityManager.createNamedQuery to create a defined named query instance, we can press ctrl+left click on the query name to go to the definition of the named query. But the p... -
Meilun Sheng created a post, Customized Task Repository and Optimize the default selected "From branch" in Open Task Dialog
Hi, all, We have a task repository (developed by another department, not listed in the default task server list). We want to extend the idea task plugin for it. So, i do these things to imp... -
-
-
Meilun Sheng created a post, Disable Default Entrance of Git Push or Replace Git Push with Our Implement?
Hi, all, We want to add several operations before & after user pushing their codes. We want to ensure that, users can never ignore these operations by invoking the original git push via the men... -
-
Meilun Sheng created a post, Find All Fields with Specified Annotation and Read their attributes
Hi, all, We want to find all fields in user codes, which are annotated with a specified annotation on them(e.g. com.xxx.annotation.Anno). I try to do that with codes like: PsiClass clazz = JavaFac... -
Meilun Sheng created a post, AnsweredProgramically Check Git Repo, Shelve changes and Checkout from git with a commit hash
Hi, all, We have a requirement that we have to let idea checkout with the commit hash provided by a remote server automatically. So, these are the questions: 1. Idea can checkout f... -
Meilun Sheng created a post, Package Plugins with Team City
So, we have a quite simple plugin, and release it with a private website. Now, we want to add some members into the project to add more functions into the plugins. We use git to manage the code, yo...