Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
troywolf
Total activity
15
Last activity
January 24, 2017 19:51
Member since
October 01, 2012 20:33
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
January 24, 2017 19:51
Thanks, @Andriy! Your Google-fu is better than mine apparently. :)
Community
PhpStorm
Why these colors for javascript import statement?
0 votes
Created
October 02, 2012 15:20
Yes.
Community
PyCharm
Converting old skeletons never completes
0 votes
Created
October 03, 2012 19:15
For now, I'm manually fixing line-endings on the linux machine using:Convert a tree of files from Windows line-endings to Unix line-endings > find . -type f -print0 | xargs --null dos2unix This r...
Community
PyCharm
Deployment Host: Ability to force line separator
0 votes
Created
October 04, 2012 17:43
Thanks for the helpful response. I have my project configured for Unix line-endings, but based on what I'm seeing, I think that only affects new files that I create. The files that are already chec...
Community
PyCharm
Deployment Host: Ability to force line separator
0 votes
Created
October 03, 2012 19:13
Well...I pressed forward despite the lack of confirmation/correction to my posted questions and assumptions.Getting my source local seems to have solved all the problems I was having. Mclagett, I'd...
Community
PyCharm
Indexing on a project hosted via SSHFS makes pycharm unusable...disable indexing?
0 votes
Created
October 03, 2012 18:31
I had suspected my issues, while perhaps related to a bug that is soon to be fixed, were also related to the fact that my "local" source was actually a mapped drive to a Samba share on a Linux serv...
Community
PyCharm
Converting old skeletons never completes
0 votes
Created
October 02, 2012 13:28
I suffer a similar problem as mclagett reports. So I understand that I need to get my source local, but I remain confused by a few things.Currently, the source (a Subversion checkout) is located on...
Community
PyCharm
Indexing on a project hosted via SSHFS makes pycharm unusable...disable indexing?
0 votes