Author Topic: How to get file tabs at top of page, not bottom  (Read 39787 times)

daviescj

  • Community Member
  • Posts: 8
  • Hero Points: -11
How to get file tabs at top of page, not bottom
« on: August 23, 2007, 06:03:14 PM »
I searched the forum, but could find nothing about this.  I am unable to figure out how to get file tabs at the top, not the bottom of the page.  Most tools I am familiar with have them at the top (see Firefox).

Phil Barila

  • Senior Community Member
  • Posts: 745
  • Hero Points: 61
Re: How to get file tabs at top of page, not bottom
« Reply #1 on: August 23, 2007, 06:41:17 PM »
Just drag it up to the top of the window.  It can be put anywhere, but it only works well at the top or bottom.  One of the real gurus posted how to make it look even cooler by changing the orientation value, but I can't find that post right now.

Steve Black

  • Community Member
  • Posts: 57
  • Hero Points: 4
Re: How to get file tabs at top of page, not bottom
« Reply #2 on: August 24, 2007, 02:25:15 AM »
For my money, dragging to the top doesn't work at all.  It will park there, but only for the full width of the VS window.  If you have your projects folder on the side, the file tabs will extend over that as well as the editor window area, which makes no sense.

I have suggested elsewhere that the filetabs window should be replaced (except for those who love it, of course) by an enhancement to the Editor Pane that would incorporate the tabs in the pane itself.  Top, bottom, side, whatever.  I haven't heard any comment on that suggestion, but for now I seem to be stuck with tabs at the bottom.

(I'd b e happy to stand corrected if I've missed something.)

daviescj

  • Community Member
  • Posts: 8
  • Hero Points: -11
Re: How to get file tabs at top of page, not bottom
« Reply #3 on: August 24, 2007, 02:50:09 AM »
The tab refuses to be dragged anywhere. Besides, drag and drop is just retarded.  I should never be forced to use the mouse and I should be able to specify where the tabs go and forget about it.  And the Help system is useless and says zip about file tabs.  I bought SlickEdit because it was much better at handling different programming languages than most, but I am being forced to go back to UltraEdit simply because its usefulness and user-friendliness are just so much better, despite its feeble support for programming languages.  I am giving up SE's language support because it just isn't very good as a general text editor.  Most real programmers do more than just write code.

BTW, why can't I open a new buffer in SE without being forced to choose a file type?  Ever heard of late binding?
« Last Edit: August 24, 2007, 02:58:39 AM by daviescj »

Steve Black

  • Community Member
  • Posts: 57
  • Hero Points: 4
Re: How to get file tabs at top of page, not bottom
« Reply #4 on: August 24, 2007, 03:26:28 AM »
A) I you seem a little tense.  Take a deep breath.  If you give it enough of a chance, SlickEdit will become your best friend, even though it will always find some way to disappoint you.  Just like any other piece of software that we didn't write ourselves.   :)

B) The file tabs themselves do not drag, true.  The toolbar that contains them does.  It has a little double bar along the left edge (assuming it's docked below the editor window.  You can grab that handle and drag the toolbar where you'd like it, docked or floating.

C) SlickEdit is extraordinarily keyboard-friendly.  However there are some things that work better with a mouse.  I doubt you really want to use the keyboard to navigate to the right toolbar, invoke it's move command and arrow up, down, left, and right until you finally have it where you want it.  But in any case, organizing tools to your own satisfaction may take a while in the beginning, but once you get there, you'll rarely need to do it again.

daviescj

  • Community Member
  • Posts: 8
  • Hero Points: -11
Re: How to get file tabs at top of page, not bottom
« Reply #5 on: August 24, 2007, 04:20:01 AM »
Steve, thank you for giving me the hint about how to drag the file tab "toolbar". It confirms what I said about "drag and drop is just retarded.  I should never be forced to use the mouse and I should be able to specify where the tabs go and forget about it. "  Drag and drop IS retarded, and SE's particular implementation especially so.

Why should file tabs even have a "toolbar"? They're just file tabs, for Pete's sake, they don't need a "toolbar".  I should be able to specify the location ONCE in Options and be done with it.

>SlickEdit is extraordinarily keyboard-friendly.  However there are some things that work better with a mouse.  I doubt you really want to use the keyboard to navigate to the right toolbar, invoke it's move command and arrow up, down, left, and right until you finally have it where you want it.<

I think that you are completely missing the point.  The editor's keyboard commands should not be about moving various screen decorations by shoving useless toolbars around the screen, they should be about EDITING TEXT.  I should be able to do that without ever touching a mouse.  Any editor that cannot function entirely without a mouse doesn't deserve to be called a text editor.

And I would still like to know why I can't open a new file without specifying a file type...

PPS The Help still sucks...
« Last Edit: August 24, 2007, 04:22:38 AM by daviescj »

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: How to get file tabs at top of page, not bottom
« Reply #6 on: August 24, 2007, 09:05:41 AM »
Quote
And I would still like to know why I can't open a new file without specifying a file type...
Have a look here
http://community.slickedit.com/index.php?topic=2004.msg8397#msg8397
http://community.slickedit.com/index.php?topic=2006.msg8407#msg8407

Hope it helps,
HS2

Ryan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 986
  • Hero Points: 77
Re: How to get file tabs at top of page, not bottom
« Reply #7 on: August 24, 2007, 01:51:09 PM »
Quote
And I would still like to know why I can't open a new file without specifying a file type...

I'm not sure I quite understand the issue here, the way I work, when I'm creating a new file, I just go to the command line and type:

Code: [Select]
e /path/to/whatever

and the file opens.  I didn't have to specify any file type  ???.  Are you saying that you want the file to open without any language support?  Like, just open a new file and not have the support be determined by the extension?

- Ryan

Kohei

  • Senior Community Member
  • Posts: 192
  • Hero Points: 25
Re: How to get file tabs at top of page, not bottom
« Reply #8 on: August 24, 2007, 02:20:37 PM »
I think, the summary of daviescj's complaint is that SlickEdit doesn't allow an option of "setting the file tabs via some sort of radio buttons: left, right, top, or bottom of the editor control".  His previous editor probably had its file tabs as part of the editor control, whereas in SlickEdit, the filetabs is a distinct tool window (hence draggable like any other tool window).

Quote
The editor's keyboard commands should not be about moving various screen decorations by shoving useless toolbars around the screen, they should be about EDITING TEXT.

Yes, I agree.  And IMO SlickEdit adheres to this philosophy.

Quote
I should be able to do that without ever touching a mouse.

Do what without ever touching a mouse?  Executing keyboard commands or moving various screen decorations?

Quote
Any editor that cannot function entirely without a mouse doesn't deserve to be called a text editor.

I agree wholeheartedly.  Then by your definition, SlickEdit qualifies as a text editor.

Quote
And I would still like to know why I can't open a new file without specifying a file type...

My favorite way is to press: ESC - new-file - ENTER.  Three easy steps.  You don't even have to touch the mouse. :-)

Have a nice day!

Kohei

Lisa

  • Senior Community Member
  • Posts: 238
  • Hero Points: 24
  • User-friendly geek-speak translator extraordinaire
Re: How to get file tabs at top of page, not bottom
« Reply #9 on: August 24, 2007, 02:27:31 PM »
PPS The Help still sucks...

daviescj, we are very open to improving our documentation, and work hard to add more content and improve upon existing content with every release. I agree the Help about file tabs could be better. I will file a CR to address this. Please feel free to send us specific feedback about what you would like to see improved in the Help. You can post here (I read every post) or you can send an email directly to docs@slickedit.com.

--Lisa (your resident doc person)

daviescj

  • Community Member
  • Posts: 8
  • Hero Points: -11
Re: How to get file tabs at top of page, not bottom
« Reply #10 on: August 25, 2007, 05:28:12 AM »
Kohei,

>My favorite way is to press: ESC - new-file - ENTER.  Three easy steps.  You don't even have to touch the mouse. :-)<

I just tried that and nothing happened. Nothing at all. Zip. Zero. Thanks anyway.

BTW, if you genuinely want to see how a user-friendly text editor works, just download and try UltraEdit.  It's the best general-purpose text editor ever.  However, it is mediocre as a programmer's editor.  It has feeble language support and minimal macro programmability. And its regular expressions are weird. But it's really good at usability. As in getting s**t done!

The ONLY reason I bought SlickEdit is its strong support for programming languages, but it is severely hampered by what I see as serious user interface defects, such as the BS with file tab "toolbars" (come on, people, a TOOLBAR! You gotta be kidding!) and the unbelievably complex work involved in creating a simple untyped text file.
« Last Edit: August 25, 2007, 05:54:33 AM by daviescj »

daviescj

  • Community Member
  • Posts: 8
  • Hero Points: -11
HS2
« Reply #11 on: August 25, 2007, 05:40:50 AM »
>I've added the 'new-file' command as button to the toolbar besides the fully featured 'new' command.
It just adds an unnamned buffer w/o any prompting.
See View>Toolsbars>Customize>Categories tab->Files and Buffers -> the icon w/ the green plus-sign.<

I tried this and it seems to have worked. However, I am astounded that this is so hard and so obscure (not to mention UNDOCUMENTED). How difficult is it to replace Notepad?  That's all we are talking about here, folks!  Notepad! Jeez...


daviescj

  • Community Member
  • Posts: 8
  • Hero Points: -11
Re: How to get file tabs at top of page, not bottom
« Reply #12 on: August 25, 2007, 06:15:20 AM »
Kohei said:
"I think, the summary of daviescj's complaint is that SlickEdit doesn't allow an option of "setting the file tabs via some sort of radio buttons: left, right, top, or bottom of the editor control".  His previous editor probably had its file tabs as part of the editor control, whereas in SlickEdit, the filetabs is a distinct tool window (hence draggable like any other tool window)."

NO! You completely missed my point. I don't care HOW the editor implements it, but I don't want to have to use ANY "drag and drop" BS to set anything. I should be able to set all my choices by using menus and the keyboard.  If I can't do EVERYTHING through the keyboard, then your product is defective. Period.

jbhurst

  • Senior Community Member
  • Posts: 405
  • Hero Points: 33
Re: How to get file tabs at top of page, not bottom
« Reply #13 on: August 28, 2007, 04:00:39 AM »
Hi,

I don't understand the difficulty with creating a new file. I never use the "new" command or its ilk when creating a new file. I invoke gui-open (CUA: F8), optionally navigate to the desired directory, then enter the filename. Or, even simpler, use the "e" ("edit") command on the command line.

I kind of agree that the file tabs are a bit weird in being a tool window. Other environments' file tabs do seem rather easier to use than SlickEdit's. The File Tabs tool window is not a strong point, and I believe there are plans to enhance/rework it in a future release.

(Slick Team, check out some of the other tools out there from time to time. Some of the ones released within the last few years. ;-)

Regards

John Hurst
Wellington, New Zealand

Ding Zhaojie

  • Senior Community Member
  • Posts: 194
  • Hero Points: 37
Re: How to get file tabs at top of page, not bottom
« Reply #14 on: August 28, 2007, 05:44:58 AM »
The file tabs in SE is very similar with UltraEdit except the default direction of the tab control (but you can change it via form editor).
I think the file tabs are OK, even better than some modern editors (like VS2005, seems it can not place the file tabs to bottom or placed as a floating window). But there are some wishes about file tabs:
1. toolbar/file tabs locking.
2. switch files with scrolling the mouse wheel on the file tabs
3. place the close button at the right of the file tabs bar, but not the menu bar, or both?
4. the way to mark the modified file is customizable. I don't like to use the modified line color, but prefer the UE style (add a "*" after name). I hope there would have an option to satisfy me :)
5. the direction of the tab control can fit the file tabs position automatically.