relgames
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created Display current SVN branch in Intellij IDEA titile
As it seems there is no standard way for this http://devnet.jetbrains.net/thread/440605 I've decided to write a plugin that can do it.In short, I switch to different SVN branches quite often, usual... -
Created IDEA and Subversion: show current active branch somewhere
AnsweredI'm using IDEA 12.0, we have Subversion and a strict policy about changes to trunk, any change should go to a separate branch first, and after closing a ticket merge master merges changes back to t... -
Created EOFError on debug
Hi,I'm trying to run my python script using remote debugging.So I've added following lines to the beginning of my script:import pydevdpydevd.settrace('localhost', port=57777, stdoutToServer=True, s...