Suggestions for UI.

General questions regarding the usage of CodeLite
vincegata
CodeLite Curious
Posts: 9
Joined: Thu Jun 16, 2011 5:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

Suggestions for UI.

Post by vincegata »

May I give some suggestions to improve that clean and straight forward interface of CodeLite, from a guy with experience in UI design and development:

1) The toolbar at the bottom of the screen should be a tab bar of the Output Pane. Right now your interface is inconsistent. You're using tabs in Workspace and Debugger Panes but tool bar with buttons for Output Pane. Besides, that thick toolbar is taking precious vertical real estate.

2) Debugger messages window is out of place and out of any Panes, it should go as another tab into the Output Pane.

3) It should be an easy way to Show/Hide tabs in all Panes. Not everyone uses ASCII Viewer and Symbols viewer all the time. Too much information makes the IDE clattered.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Suggestions for UI.

Post by eranif »

vincegata wrote:You're using tabs in Workspace and Debugger Panes but tool bar with buttons for Output Pane
I dont see the problem with it, I actually like it
vincegata wrote:Besides, that thick toolbar is taking precious vertical
So would the tabs (in case the output pane is viewable)
vincegata wrote:Debugger messages window is out of place and out of any Panes
What debugger messages window? the one that *is* part of the output view?
vincegata wrote: Not everyone uses ASCII Viewer and Symbols viewer all the time. Too much information makes the IDE clattered.
Whats wrong with simply not selecting the tab?

Eran
Make sure you have read the HOW TO POST thread
vincegata
CodeLite Curious
Posts: 9
Joined: Thu Jun 16, 2011 5:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Suggestions for UI.

Post by vincegata »

I just looked at the screenshots on the website and Codelite looks exactly like I'd like it to be!

Why my Codelite looks different? Are those screenshots of codelite for Windows?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Suggestions for UI.

Post by eranif »

vincegata wrote:I just looked at the screenshots on the website and Codelite looks exactly like I'd like it to be!
Are you talking about this screenshot http://codelite.org/images/editor_general.png ?
Note the revision number at the top of the frame (890) - this means that this is how codelite loooked ~4000 commits ago...
(I made this screenshot 3 years ago or even more...)

If I learned something over the years of making codelite is that you cant make everyone happy. If I will change the toolbar at the bottom, I assure you at 100% that someone *will* complain about why I removed it.
Making it configurable is just investing too much time in something that does not provide any new functionality/bug fix - so I prefer to leave this areas to other developers who are willing to send patches (the patches must retain the current behavior + make the new behavior configurable)

Eran
Make sure you have read the HOW TO POST thread
vincegata
CodeLite Curious
Posts: 9
Joined: Thu Jun 16, 2011 5:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Suggestions for UI.

Post by vincegata »

The Output Pane contains Build, Errors, Search, etc. windows. I build often and fix my syntax errors quickly so I spend maybe 5% of my time with those windows. I believe the same statistics applies to most of the other developers. Most of my time I spend with Editor writing code, or with Locals, Watches, and less with Stack, Breakpoints, etc debugging code; and I always keep the Workspace in front to navigate the files.

So, 95% of time I see the output toolbar at the bottom that I do not use. It sits there and takes the space out of my Editor. Why should I see this toolbar that works only for the Output Pane, but my Output Pane is closed (most of the time)?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Suggestions for UI.

Post by eranif »

vincegata wrote:The Output Pane contains Build, Errors, Search, etc. windows. I build often and fix my syntax errors quickly so I spend maybe 5% of my time with those windows. I believe the same statistics applies to most of the other developers. Most of my time I spend with Editor writing code, or with Locals, Watches, and less with Stack, Breakpoints, etc debugging code; and I always keep the Workspace in front to navigate the files.
I made all the required changes in the trunk and I will play with it for a couple of days and I will see if I will like it
output-bar-book.png
Eran
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: Suggestions for UI.

Post by frank_frl »

Hi Eran,

the auto hide feature of the output pane is gone with this changes.

Frank
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Suggestions for UI.

Post by eranif »

frank_frl wrote:the auto hide feature of the output pane is gone with this changes.
thanks, I will look into it

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Suggestions for UI.

Post by eranif »

frank_frl wrote:he auto hide feature of the output pane is gone with this changes.
Fixed

Eran
Make sure you have read the HOW TO POST thread
Post Reply