Gokcer Gokdal

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
-
Gokcer Gokdal created a post, Remember last added component to give visual feedback for user at palette.
A simple idea. Idea can remember last added component (Text box, label, combo etc) and can highlight it slightly at palette. It will reduce time to find the component if it is added again and again... -
Gokcer Gokdal created a post, Double click for editor tabs can close the tab.
Shouldn't it be nice to have the ability to close editor tabs by double clicking to them. Or it can be an option in editor control. -
-
Gokcer Gokdal commented, -
Gokcer Gokdal created a post, Code layout option: Surround with brackets for if (/else)
It will be pretty good if Idea has a code layout option which puts '{' and '}' for if (/else) blocks which will reduce human errors. For example for code:...if (isDummy) doSomething1();else doOt... -
Gokcer Gokdal commented, -
Gokcer Gokdal created a post, Rename refactor bug in ant editor.
I have an ant file as below: ]]> <target name="Init"> <tstamp/> <delete dir="$"/> <mkdir dir="$"/> <mkdir dir="$"/> </tar... -
-
Gokcer Gokdal created a post, plus sign is missing for file browser.
Plus sign is missing for file browser shown during selecting a file or folder in configurations. It is annoying.