Tagged Questions
A user interface pattern that allows for the display of multiple pages or elements with a navigation reference above, below, or to the side of the content. On clicking the navigation reference, one element is made visible while others are toggled off. Often, the navigation reference is color-coded in a manner to indicate that it is currently visible.
146
votes
11answers
77k views
Notepad++ tabs to spaces
Does anyone know how to convert tabs to spaces in Notepad++? I found a webpage that suggests it's possible (http://www.texteditors.info/notepad-replacements-compared.php) but I couldn't find any ...
96
votes
4answers
50k views
Tab key == 4 spaces and auto-indent after curly braces in VIM
How do I make Vi-Vim never use tabs (converting spaces to tabs, bad!), makes the tab key == 4 spaces, and automatically indent code after curly brace blocks like emacs does?
Also, how do I save these ...
78
votes
5answers
41k views
How do I change Eclipse to use spaces instead of tabs?
By default Eclipse indents with a hard tab character. How do I change it to spaces?
66
votes
8answers
19k views
Using vim's tabs like buffers
I have looked at the ability to use tabs in vim (with :tabe, :tabnew, etc.) as a replacement for my current practice of having many files open in the same window in hidden buffers.
I would like every ...
53
votes
18answers
17k views
Tabs versus spaces in Python programming
I have always used tabs for indentation when I do Python programming. But then I came across a question here on SO where someone pointed out that most Python programmers use spaces instead of tabs to ...
35
votes
10answers
54k views
Programmatically open new pages on Tabs
I'm trying to "force" Safari or IE7 to open a new page using a new tab.
Programmatically I mean something like:
window.open('page.html','newtaborsomething');
33
votes
9answers
11k views
Eclipse HotKey: how to switch between tabs?
How to switch opened windows in Eclipse? There is Ctrl+F6, but it's asking me which one i want, but i want switch it like tabs in browser or window in operating system (Cmd/Win+Tab) without ...
23
votes
2answers
3k views
Can git automatically switch between spaces and tabs?
I use tabs for indentation in my python programs, but I would like to collaborate (using git) with people who use spaces instead.
Is there a way for git to automatically convert between spaces and ...
20
votes
6answers
29k views
changing location.hash with jquery ui tabs
I've been trying to find a way to change the window.location.hash to the currently selected tab in Jquery UI Tabs.
I've tried:
$("#tabs > ul").tabs();
$("#tabs > ul").bind("tabsshow", ...
19
votes
2answers
14k views
jQuery UI Tabs - Available fx options
I haven't been able to find any real documentation on this, so I'm wondering if anyone knows all of the available fx options for jQuery UI Tabs?
The only ones I've seen so far are:
opacity: ...
18
votes
7answers
15k views
jQuery UI Tabs back button history
Has anyone been able to get jQuery UI Tabs 3(Latest version) working with the back button?
I mean if the user hits the back button they should go to the previously visited tab on the page, not a ...
17
votes
6answers
15k views
Android - Switch Tabs from within an Activity within a tab
Currently I have a TabHost implemented with 3 tabs each containing a separate activity. My question is how do I switch between tabs from within one of the activities that is located inside the tab ...
17
votes
4answers
14k views
How to capture CTRL+TAB, CTRL+SHIFT+TAB in WPF?
Does anyone have some sample code that will trap the CTRL+TAB and CTRL+SHIFT+TAB for a WPF application. We have created KeyDown events and also tried adding command bindings with input gestures but ...
16
votes
5answers
4k views
How to implement draggable tab using Java Swing?
How do I implement a draggable tab using Java Swing? Instead of the static JTabbedPane I would like to drag-and-drop a tab to different position to rearrange the tabs.
EDIT: The Java Tutorials - Drag ...
14
votes
3answers
4k views
Simulate TAB keypress event in Selenium RC
I need to simulate a tab keypress in Selenium RC, using the Java API.
I do this after having entered some text using:
selenium.type(input, "mytext");
I've tried 3 alternatives to get the tab ...
14
votes
5answers
16k views
How do I change the background of an Android tab widget?
My class extends extends TabActivity
TabHost mTabHost = getTabHost();
TabHost.TabSpec tab1 =mTabHost.newTabSpec("tab1");
TabHost.TabSpec tab2 =mTabHost.newTabSpec("tab2");
tab1 ...
14
votes
2answers
3k views
Diff two tabs in Vim
Scenario: I have opened Vim and pasted some text. I open a second tab with :tabe and paste some other text in there.
Goal: I would like a third tab with a output equivalent to writing both texts to ...
14
votes
3answers
12k views
Open files in existing Gvim in multiple (new) tabs
I have put some aliases in my .bashrc to open a group of project files in gvim, each in their own tab:
gvim -p <list of file names using absolute paths>
This is all well and good, except ...
14
votes
7answers
5k views
How to tab between buttons on an Mac OS X dialog box
I know that there has been a similar question asked here very recently, but I was wondering if it was possible to tab between buttons on default Mac OS X dialog boxes?
I already have the "All ...
13
votes
3answers
7k views
Show SOME invisible/whitespace characters in Eclipse
A long while back I transitioned to doing all my web application development in Eclipse from BBEdit. But I miss one little feature from BBEdit. I used to be able to show invisible characters like tabs ...
12
votes
9answers
3k views
Do you use Emacs tabbar?
The emacs tabbar.el package adds (buffer)tabs to each window and comes standard with aquamacs and can be added to emacs23 with the emacs-goodies-el package.
Are any of you hardcore emacs users ...
12
votes
2answers
32k views
Android : Customizing tabs on state : How do I make a selector a drawable
I know how to put the icon on each tab, that is no problem. I also ran across this :
Stack Overflow thread on pretty much same thing
I followed one of the links from that question, and found this
...
12
votes
12answers
823 views
Are tabbed interfaces confusing?
We are designing a web site and have run into some UI challenges that would be neatly solved with a tabbed interface. Users will interact with different elements of the site (there are some basic ...
12
votes
6answers
1k views
Elastic tabstop editors and plugins
What win code editors allow the use of elastic tabstops, either natively or through a plugin?
I know about a gedit plugin, but the elastic tabstop plugin for gedit only works on linux.
11
votes
3answers
3k views
WPF TabControl with Add New Tab Button (+)
hat is the proper way of adding a '+' button tab at the end of all the tab items in the tab strip of a tab control in WPF.
It should work correctly with multiple tab header rows.
It should be at ...
10
votes
9answers
1k views
Are there any widespread, modern Java coding conventions?
Sun's "Code Conventions for the Java Programming Language" was last updated April 1999. Ten years later a lot has changed in the language, as well as general usage patterns. Are there more up to ...
10
votes
7answers
1k views
Visual Studio - tips for managing work on many open files
How do you feel about VS making you hunt for a tab that you used just minutes ago when you have a bazillion open tabs? What about constantly dragging tabs around to keep the ones you use close ...
10
votes
14answers
1k views
Proportional font IDE
I would really like to see a proportional font IDE, even if I have to build it myself (perhaps as an extension to Visual Studio). What I basically mean is MS Word style editing of code that sort of ...
9
votes
2answers
3k views
Tabs in Android using Fragments
I'm trying to implement tabs for navigation in an Android app. Since TabActivity and ActivityGroup are deprecated I would like to implement it using Fragments instead.
I know how to set up one ...
9
votes
8answers
12k views
Better alternative to an iframe?
I have a page with an iframe to feature the contents of the clicked tab. There are 3 tabs and 1 iframe. The sources of the contents relating to each tab clicked are formatted and coded in other html ...
9
votes
9answers
24k views
How to differ sessions in browser-tabs?
In a web-application implemented in java using JSP and Servlets; if I store information in the user session, this information is shared from all the tabs from the same browser. How to differ sessions ...
9
votes
3answers
3k views
An easy way to set the active tab using controllers and a usercontrol in ASP.NET MVC?
How do I create tabbed navigation with the "Current" tab highlighted in the UI?
8
votes
2answers
998 views
extjs 4 same component multiple tabs
i m working with extjs 4 & rails 3. i am having toolbar & tab panel. i want to use same toolbar in all the tab panel & want buttons on the toolbar to work according to tab that is active. ...
8
votes
2answers
547 views
Delphi. Remove a border of TabSheet of PageControl
Your help is needed.
Is it possible to remove a border of TabSheet (~4px)? I am using PageControl as a switch-panel instead of frames, windows etc. I want everything will be straight.
Big thanks for ...
8
votes
1answer
733 views
bash tab completion without variable expansion?
Let's say I have these variables defined in my bashrc:
i='cgi-bin/internal';
e='cgi-bin/external';
f='cgi-bin/foo';
b='cgi-bin/bar';
ad='cgi-bin/admin';
#etc...
When I use the variable on ...
8
votes
3answers
973 views
Android: “News and Weather” app tabs
does anyone know how to build that kind of tabs that the "News and Weather" app uses?
This means a tab area that can be scrolled to the left & right. Changing the tabs is also possible by ...
8
votes
3answers
485 views
How can I define how many spaces a TAB jumps in a XAML TextBox?
When the user presses a tab in this textbox, the cursor jumps an equivalent of 8 spaces.
How can I change it so it jumps only 4 or 2?
<TextBox
Width="200"
Height="200"
Margin="0 0 10 ...
8
votes
5answers
5k views
How do you default to Soft Tabs while programming in Textmate?
My "Soft Tabs" setting in TextMate is not sticky. After I restart TextMate, I often have to set the option again for the same file. How can I make this setting the sticky default across all files?
8
votes
3answers
1k views
Visual Studio: Varying tab width/options by .VCPROJ or .SLN file?
Some of our projects call for default Visual Studio tab options (width 4; keep tabs); some call for width 3; use spaces. Don't ask.
Rather than set these globally, is there anyway in which I could ...
7
votes
1answer
346 views
How can I join Excel documents using PHPExcel?
I'm using PHPExcel to dynamically generate order receipts.
I'd like to be able to generate a "summary" Excel file, containing all the order receipts (one per worksheet).
Is there a way to "join" two ...
7
votes
2answers
454 views
Tab width CSS property
Do the WebKit and Microsoft browsers support any method of specifying tab width like Firefox and Opera do using their -moz-tab-size and -o-tab-size properties?
For example, I want the tabs in my ...
7
votes
3answers
524 views
QDockWidget Draggable Tabs
I am using QDockWidgets and placing two of them on the left side of my application so that tabs can be used to select between them. However, Qt's default behavior for this looks horrible and is ...
7
votes
1answer
457 views
Map shift-tab in vim to inverse tab in Vim
I've done some searching and found a wealth of information on binding keys in vim, but I can't find out, for sure, how to map shift-tab. Or what command I need to map it to for it to "tab backwards".
...
7
votes
5answers
578 views
Ruby/Rails with tabs instead of spaces
I am not interested in a flame war, or the benefits/limitations of either way as i am pathologically averse to using 2 spaces for indentation.
Yes, i am old, and stuck in my ways.
I love Ruby and ...
7
votes
5answers
588 views
How do you type a tab in a bash here-document?
The definition of a here-document is here:
http://en.wikipedia.org/wiki/Here_document
How can you type a tab in a here-document? Such as this:
cat > prices.txt << EOF
coffee\t$1.50
...
7
votes
2answers
237 views
Where is the basic Control-TAB (MRU) behavior in XCode?
In most multi-document editors for windowing environments, Control-TAB will utilize an MRU list to bring the user back to the last visible file. What is the appropriate command to accomplish this in ...
7
votes
3answers
865 views
“Tabify” all files in Visual Studio solution?
There's a "tabify" command in Edit > Advanced > Tabify Selected Lines (and the Power Tools 2010 also provide this functionality on a per-file basis) but is there a way to do this for all code files in ...
7
votes
3answers
14k views
how to change the color of the tabs indicator text in android?
how to change the color of the text indicator of tab? i can change the icon using selector tag refered the example. but cant to the text color. how?
7
votes
4answers
731 views
Delphi, how to make independent windows
I have an application that uses tabs like the Chrome browser. Now I want to be able to open more forms and not be limited to only one form. These forms should act the same but if I close main form all ...
7
votes
1answer
2k views
How to enable git file tab completion with zsh compinit?
I have a problem with the zsh tab completion: After running:
autoload -U compinit
compinit
Git tab completion for files does not work any more. For example if I type git add my_f to complete ...