R2013b IDE nonsense. The story continues.

22 views (last 30 days)
Oleg Komarov
Oleg Komarov on 15 Sep 2013
Edited: per isakson on 26 Aug 2014
This is NOT a question but a point that I would like to raise. I suggest to comment my post and/or add additional and justified observations that you might have about R2013b's IDE.
Preamble
Trends clearly show that wide monitors are dominating the market share and will continue to do so (source http://gs.statcounter.com/#resolution-ww-quarterly-200901-201303):
.
If you like stats you can check a static snapshot from another source here: http://www.rapidtables.com/web/dev/screen-resolution-statistics.htm.
______________________________________
MY POINT
When working on large projects the number of .m files grows very quickly and to cope with them I keep a two-sided view of the Editor on full screen (having Workspace, and Variables Editor on a second screen) with the tabs on a side.
This layout has many benefits and fits optimally (IMO) into a wide display. However, on R2013b this layout has been crippled.
______________________________________
How it was before on R2013a
.
Now on R2013b
.
R2013a:
  • One bar with tabs for both sides of the editor
  • Each side clearly outlines the path?me of the file
  • Could close one specific side at a time
R2013b:
  • Additional tabs bar per each view. Total waste of screen real-estate! After wasting vertical space with the ribbon, now that I found my optimal wide layout, here you go: "You thought it would be easy, eh?!".
  • You can hide the tabs, but now how do I know at a glance what's the file I am working on?
  • How do I close a document?
Finally:
  9 Comments
dpb
dpb on 9 Jul 2014
Edited: dpb on 9 Jul 2014
I have to agree fullheartedly on not only the specific issue but that of all the poorly-conceived changes to the UI and help files done, seemingly, primarily for the reason of "change for change's sake" instead of actual designed better usability. It reminds me of "New, Improved!!" ad campaigns for household detergent and the like. :(
Back to the subject of programming editors and real estate. IMO, the whole concept of tabs and gui layout is focused on the wrong ideal. One should be able to split a window whichever direction one wishes, horizontal or vertical, and subdivide those as well and at any fractional size. The UI needs not be duplicated other than the minimal of displaying the file name and the changed indicator character. Requiring toolbars and all to get access is a waste of both real estate and efficiency; everything should be directly accessible via the keyboard and keymapping.
There have been such programming editors in existence since the early days of DOS (my personal favorite and my development tool of choice still happens to be Brief) which has all the above and more. What it lacks that is useful is the color-coding syntax matching available with the full graphics screen instead of character screen before, but the loss of other functionality just doesn't come even close to make up for the prettified views.
It seems incredible to me that professional developers don't have better tools than what are widely marketed these days when the outline was there 20+ years ago.
per isakson
per isakson on 26 Aug 2014
Edited: per isakson on 26 Aug 2014
@dpb +1
@Image Analyst, I have the filename-bar to the right in R2013a and in several releases before that. Just point at the dotted area (grip area) and drag.

Sign in to comment.

Answers (2)

Sean de Wolski
Sean de Wolski on 16 Sep 2013
Two little things that could help a little:
  • Shrink the tab width by dragging it over a little bit (while vertical).
  • Check the "Shrink Tabs to Fit" option in the editor's view tab and use horizontal, it'll get you a few more.
I'll make sure Dev sees your question, Oleg.

Matthew
Matthew on 27 Nov 2013
I having a related issue. Let's say you have program 1 on the left and program 2 on the right. Used to be able to drag the program 2 over to the left. But now when you drag it, it creates a vertical split instead of placing it on the left. Did not want a new vertical split. Thx Matt
  1 Comment
Jasper
Jasper on 21 Feb 2014
If you drag it to the middle of the window it works. It takes a bit more precision though (you can see what will happen by looking at the blue boundaries during dragging).

Sign in to comment.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!