Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imants Cekusins
Total activity
410
Last activity
June 25, 2024 06:27
Member since
July 30, 2015 11:35
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
108
Activity overview
Posts (12)
Comments (275)
Sort by recent activity
Recent activity
Votes
Created
September 16, 2015 21:57
you are welcome Vladimir. I just noticed that [[sample@document]] is underlined as bad token. There is (!) icon in the top right corner too.it seems that lexer does not permit / recognize sample@d...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 16, 2015 22:05
> I can do refactor > rename on one of the links and the file rename dialog opens but renaming the file does not invoke any of the calls for refactoring.>> renaming the file does not invoke any of ...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 16, 2015 22:14
Could you narrow it down to some place in your code?E.g., Interface.method(...) is passed or outputs x1 when it should be x2?maybe let's wait until tomorrow. The Pros may give a simple answer.
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 17, 2015 16:53
> customizing the way references are searched in the files so that I can search for the right pattern @Overridepublic void processQuery(@NotNull ReferencesSearch.SearchParameters parameters, ...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 17, 2015 16:56
you are welcome.I thought this would be an easier problem :p
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 17, 2015 17:22
> trying to figure out what and where needs to be overriden, extended, registered and implemented.in addition to searching web, it really helps to open this entire project in Idea:https://github.co...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 17, 2015 18:00
> I can try to put it together into a tutorial, but with advanced features that were hard to discover, or gotcha's that I got caught on.> finish this pluginGood luck with both, Vladimir!Both tasks ...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
September 18, 2015 09:42
> The plugin is now working.:)Well done Vladimir. Cheers for posting the solution.It is important to mention that I first learnt about QueryExecutorBase from Sergey Ignatov's code:https://github.co...
Community
IntelliJ IDEA Open API and Plugin Development
How to allow Rename Refactoring to handle spaces in referencing Elements?
0 votes
Created
October 09, 2015 15:59
this is a neat solution, Dayo.I did not know about TreeStructureProvider. Thank you very much.
Community
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 votes
Created
October 09, 2015 20:00
you could define one catch-all file type.users could add to this file type missing file extensions throughSettings > Editor > File Types > Registered Patterns
Community
IntelliJ IDEA Open API and Plugin Development
Annotate files based on filenames
0 votes
«
First
‹
Previous
Next
›
Last
»