Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Szymek Pindelski
Follow
New posts
New posts and comments
Total activity
92
Last activity
January 16, 2016 13:53
Member since
September 02, 2013 12:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
22
Activity overview
Posts (19)
Comments (51)
Sort by recent activity
Recent activity
Votes
Created
October 02, 2013 11:53
I guess I found a solution - contentChanged on a library jar file gets propagated after the library has been rebuilt.
Community
IntelliJ IDEA Open API and Plugin Development
tracking external library content changes
0 votes
Created
September 26, 2013 14:32
you're right, it works just fine.I must have messed something up - sorry about that (I'm such a noob:/)Thank you for your patience, I will test my future enquiries more thoroughly before posting here.
Community
IntelliJ IDEA Open API and Plugin Development
how to inject active project reference to a project service (for initialization)
0 votes
Created
September 26, 2013 07:41
thank you for a quick reply
Community
IntelliJ IDEA Open API and Plugin Development
how to recognize a file as IDEA meta-file
0 votes
Created
September 16, 2013 12:03
anyone?
Community
IntelliJ IDEA Open API and Plugin Development
XmlFile - how to retrieve default element/attribute values from xmlschema
0 votes
Created
September 12, 2013 17:06
thanks for your help Dmitry
Community
IntelliJ IDEA Open API and Plugin Development
How do search scopes work ?
0 votes
Created
September 12, 2013 16:24
thank you, it works perfectly now.One more question (if you don't mind) : I registered module change listeners with the 'module' topic of my project's message bus; I get notified when a module is a...
Community
IntelliJ IDEA Open API and Plugin Development
How do search scopes work ?
0 votes
Created
September 12, 2013 16:05
ok, more specific question : Module[] modules = ModuleManager.getInstance(project).getModules(); GlobalSearchScope searchScope = GlobalSearchScope.EMPTY_SCOPE; for (Module module : modules)...
Community
IntelliJ IDEA Open API and Plugin Development
How do search scopes work ?
0 votes
Created
September 12, 2013 15:37
good point, sorry for that.Actually I was hoping for a more elaborate answer (sort of 'howto' for search scopes) but I suppose you don't have time for 'open questions' and expect people to be more ...
Community
IntelliJ IDEA Open API and Plugin Development
How do search scopes work ?
0 votes
Created
September 03, 2013 15:25
thank you for your assistance Dmitry - I managed to mimic the MagicCompletionContributor's behaviour in my own custom contributor and my value list appears at the top of the suggestion list.
Community
IntelliJ IDEA Open API and Plugin Development
how to override default basic code completion behaviour
0 votes
Created
September 02, 2013 16:00
hello Dmitry,I'd hate to impose upon you but could you please elaborate on your last reply ?If I understand it correctly I cannot override the default cc behaviour using custom CompletionContributo...
Community
IntelliJ IDEA Open API and Plugin Development
how to override default basic code completion behaviour
0 votes
«
‹
1
2
3
4
5
6
›
»