News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Usability Suggestion

Started by rawr, March 06, 2014, 03:21:57 PM

Previous topic - Next topic

rawr

Hi, I've decided to make codeblocks our environment of choice at my work - after a trial with codelite it seemed the better option.

There have been two things which have been annoying me though:

1. In the Management tab (where workspace and projects is) you cannot type out a word to find files, in very large projects like ours this makes code navigation pretty slow when you know which file you want to open, or have an idea what it's called.

2. Scroll wheel cannot be used to cycle through open code tabs - a lot of other editors support this functionality, I'm missing it quite a bit.

To me these seem like low hanging fruit for the development of codeblocks, which I feel would really improve the usability of it.

Jenna

Quote from: rawr on March 06, 2014, 03:21:57 PM
Hi, I've decided to make codeblocks our environment of choice at my work - after a trial with codelite it seemed the better option.

There have been two things which have been annoying me though:

1. In the Management tab (where workspace and projects is) you cannot type out a word to find files, in very large projects like ours this makes code navigation pretty slow when you know which file you want to open, or have an idea what it's called.

2. Scroll wheel cannot be used to cycle through open code tabs - a lot of other editors support this functionality, I'm missing it quite a bit.

To me these seem like low hanging fruit for the development of codeblocks, which I feel would really improve the usability of it.
1. Press Alt+G, wait for the popup window and start typing.

2."Settings -> Environmant -> Notebooks appearance -> Enable scrolling with mousewheel". On windows this focuses the tabs until the mouse gets moved away, because otherwise the scroll-events can not be catched.

rawr

That's brilliant thanks. The scroll issue shouldn't effect us as we're using Debian.

Is there any documentation about functionality like this for codeblocks? It can be hard to work out where options like this are - or if they exist.

rawr

Quote
2."Settings -> Environmant -> Notebooks appearance -> Enable scrolling with mousewheel". On windows this focuses the tabs until the mouse gets moved away, because otherwise the scroll-events can not be catched.

Hm it seems we do not have that option, we're currently using version 10.05, as mentioned before on Linux.

Jenna

Much too old  ;) .

You can try my repo (easiest way to get it on debian).
Works for nightlies and the release (see instructions on my server).