relgames
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 4
-
创建于 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... -
创建于 IDEA and Subversion: show current active branch somewhere
已回答I'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... -
创建于 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...