Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Yuli F
Follow
New posts
New posts and comments
Total activity
32
Last activity
October 20, 2017 13:51
Member since
July 02, 2015 16:10
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
13
Activity overview
Posts (10)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
October 20, 2017 13:51
Have you marked src folder as 'sources root'? You need to do so in order for PyCharm to understand that it needs to resolve the modules starting with that folder.
Community
PyCharm
[Solved] Warnings import local package: Unresolved references inspection
13 votes
Edited
September 20, 2017 07:00
Asking purely out of curiosity -- wouldn't that approach in CLion reindexing of all dependent files on any change of a header file?
Community
IntelliJ IDEA Open API and Plugin Development
How did C-Lion approach pre-compiler (#ifdef, #define and macro) support?
0 votes
Created
September 06, 2016 21:49
This works! Thanks! The only minor annoyance is that it puts a little bit of overhead on all editors.
Community
IntelliJ IDEA Open API and Plugin Development
Trying to replace COPY_HANDLER for an editor
0 votes
Created
September 01, 2016 11:50
I have a LanuageConsole and am trying to make it so when the user copies code from the history view the prompt doesn't get copied. CopyPastePreProcessor only gets invoked if the editor has an assoc...
Community
IntelliJ IDEA Open API and Plugin Development
Trying to replace COPY_HANDLER for an editor
0 votes
Edited
August 04, 2016 05:07
The code module is a top level standard Python module so you should probably rename your package to avoid clashing with it.
Community
PyCharm
Debugger not working: code is executed normally
2 votes
Created
August 04, 2016 04:40
The problem here is that your code top level package shadows the top level code package required by the console.
Community
PyCharm
Debugger not working: code is executed normally
2 votes
Created
July 24, 2015 16:04
How are stubs and skeletons treated differently from library sources?In case of binary skeletons for binary python modules I guess IDEA needs to pretend that it is part of a package with at a diffe...
Community
IntelliJ IDEA Open API and Plugin Development
PyCharm classes, user-skeletons, generated-skeletons, and pregenerated skeletons.
0 votes
Created
July 02, 2015 18:44
Yes, I see. The HashMap is never modified after initialization unless 'readExternal' can somehow be called after initialization in the object lifecycle. The only race here is on CompositeProjectRoo...
Community
IntelliJ IDEA Open API and Plugin Development
Is this a bug?
0 votes
Created
July 02, 2015 16:42
Yes, I only see a race for myRoots in ProjectRootContainerImpl. I do not expect this to happen in practice, or at any rate the probability is extremely low. I just wanted to check my understanding ...
Community
IntelliJ IDEA Open API and Plugin Development
Is this a bug?
0 votes