Elhanan Maayan
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 36
-
Created 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... -
Created 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... -
Created 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,... -
Created 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... -
Created 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? -
Created 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... -
Created 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 ... -
Created 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? -
Created 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? -
Created is there UI portion to task providers?
is there a dynamic ui for tasks like in mylyng? what's the task plung is for ?