Elhanan Maayan
- 活动总数 98
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 36
-
创建于 is there a "quick lanuch" tool bar launch configuration?
hi..altough even in eclipse this wasn't built in, it did have a plug in that allowed you to have small icon shortcuts just like quicklauch toolbar in windows. is there such a possiblity (as at time... -
创建于 relased bugzilla task plugin
hi all..just wanted to let ya'll know i've relased a (re)new version of the bugzilla task provider, with some major re-writers and zero depdencies (it uses idea's http client) . http://plugins.je... -
创建于 Code folding conditional blocks?
hi..is there a way to specify that there should be code folding for conditional blocks? one of the reasons i'm asking is that there are numerous if (_logger.isDebugenabled) boiller plate statments,... -
创建于 updates to the plugin don't seem to be showing..
hi..i have the bugzilla plugin i'm trying to fix, thing is, if i try to use via the interlij debug enviorment (meaning launching inetlij from run configuraiotn in the plugin project) it seems to be... -
创建于 Task provider not being persisted after idea restart
hi.. after i type in the new server in the project settings everything works ok, however , when i restart idea the settings are gone, what method should i implement to persist these settings? -
创建于 fixed bugzilla task plugin... cannot commit
hi...i recently found bugzilla pluging which is a connector to the bugzilla repository via intelij, however i was unableto connect to our company's server.the reason was that the plugin had a small... -
创建于 multi refactor from HashMap to Map?
hi..upon reviwing legacy code, i've stumbled upon a case where variable types are being used as HashMaps and not maps, i was told it would take an entire day to change HashMaps to maps as they are ... -
创建于 collect all instatiations in a call hierrachy?
hi..we have a bug in our application which states ther's a huge memeory consumption (up 1.5 gb) is there a way i can analyze a call hirarchy starting from a method and collect objects instationsions? -
创建于 no AutoComplete Selection for constructors?
hi..how come where i type a method name, auto complete give me all it's overloaded versions , but when i type the brackets and press Ctrl+Space i get nada? -
创建于 is there UI portion to task providers?
is there a dynamic ui for tasks like in mylyng? what's the task plung is for ?