Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
jaime
Total activity
118
Last activity
May 11, 2023 22:02
Member since
October 09, 2010 08:52
Following
0 users
Followed by
0 users
Votes
10
Subscriptions
40
Activity overview
Posts (32)
Comments (36)
Sort by recent activity
Recent activity
Votes
Created
July 31, 2020 17:15
For PyCharm 2020.2 I had to go to "File > Settings > Version Control > Git" and then set the value of "Explicitly check for incoming commits on remotes" to "Always".
Community
PyCharm
How to disable git integration talking to my remote git repo?
1 vote
Edited
March 02, 2018 19:41
Same problem with CLion 2017.3.3. I have OpenSSL installed with debug symbols ("openssl-dbgsym" Ubuntu package) and I'm trying to step into "i2d_X509" but CLion just steps over the function. Now I...
Community
CLion
How to source debug external static or dynamic C library?
0 votes
Created
March 30, 2014 07:44
Can you link to the issues you submitted to upvote them? It is 2014 and it seems the problem still remains.
Community
IntelliJ IDEA EAP Users
Code completion in html
0 votes
Created
February 17, 2011 20:37
Analyze > Run inspection by name > unnecsary fully qualified nameJust great :D
Community
IntelliJ IDEA EAP Users
Replace qualified name with import doesn't work with Intellij 6.0.5
0 votes
Created
June 28, 2012 17:30
I think IntelliJ IDEA should provide a feature to allow to depend on another maven module/project so if you are working on project A that depends on project B, any changes to project B gets instant...
Community
IntelliJ IDEA Users
Cross maven module IntelliJ dependencies
0 votes
Created
July 18, 2012 19:01
I think the bug isn't the same, the following sentence public static void main(String[] args) { // "\u000a"; } This doesn't: public static void main(String[] args) { // \u...
Community
IntelliJ IDEA Users
IntelliJ compiler getting confused with uncompilable code in one liner comment
0 votes
Created
July 19, 2012 18:46
You was right// \u000a; hello I am extra textProduces an error, because unicode character has been proccesed before compilation, while // \u000aDoesn't prompt any compiler error. Anyway IntelliJ ID...
Community
IntelliJ IDEA Users
IntelliJ compiler getting confused with uncompilable code in one liner comment
0 votes
Created
February 18, 2013 23:41
Ok, thanks, is there a issue at youtrack for this?
Community
IntelliJ IDEA Users
Incorrect path being shown after importing a module... is this the expected behaviour?
0 votes
Created
February 17, 2011 16:16
THank you, I´ll take that approach the next time, this time I found that Refactor > Migrate can help me to replace classes across all the project, I just created a new migration map to migrate fro...
Community
IntelliJ IDEA Users
Change all references to Label to JLabel across all project
0 votes
Created
February 18, 2011 19:36
Interesting posts... in my particular case it was no more than an academic project consisting of twenty Panels, with references to old awt API, so I just needed to create a simple migration map for...
Community
IntelliJ IDEA Users
Change all references to Label to JLabel across all project
0 votes
Next
›
Last
»