Sublime Text2 opens with a blank page and no menu bar on top and no side panel - sublimetext2

I feel kind of foolish asking this question but what do I need to do to get started in Sublime Text2. I just installed it and when I open the application I only get a blank page with nothing else, except the sublime text logo in the upper left corner. I can write code, I can open a document but there is no menu to do anything. I could use a little help here. Please.

Everything you need should be under the view menu. So if you you to view > Side Bar > Show Side Bar it will show the directory structure of the current project. There is also show tabs and show minimap.
I would suggest exploring the menus and Googling it.

Command-K, Command-B opens the sidebar.
Check out the View dropdown menu. Shortcuts are usually shown out to the side.
And also checkout out Package Control for plugins.

Related

I used to have tabs at the top for each open file editor - now it only shows the currently open tab

As you can see in the screenshot:
I have 4 editors open (shown on the left side) but only the currently selected editor appears at the tab bar on the top. I used to have all 4 tabs open side by side at the top and could click on them like Internet browser tabs. I haven't found anything that tells me why this happened and how I can fix it. How can I return it to having side-by-side tabs for each editor?
Did you disable this setting? Sounds like you didn't which is strange.
Workbench > Editor: Show Tabs
Enable it to get all the tabs showing if it isn't already enabled.

Couldn't find the toolbar items in my xcode 7 IDE

I couldn't see the sceme button or Run button and any toolbar icons in my xcode 7.0.
Please let me know how to view that. its very difficult to me for understanding the scheme name and simulator type running without knowing the build.
Right click on the top bar and select “Icon and text”
The same thing happened to me. I tried right clicking on the top bar as suggested above, but only saw a menu that read, "Hide Toolbar". Once I did that, I clicked on the top bar again and saw the menu with "Icon and Text" as a choice. Unfortunately, that did nothing.
I closed the project and opened it back up again. The top bar was set back to normal with the run and stop buttons, the scheme pulldown menu, etc.

Minimalist Visual Studio 2012

Is there a way to hide the breadcrumbs' bar on html editor and toolbar buttons (Error List, Output, etc)? I like my editor as clean as posible.
Also if there is a way to autohide the status bar when I'm not building, it would be helpful. Thank you!
(Disclaimer: I worked on Visual Studio)
The "HTML Designer/Editor"-mode in Visual Studio does not let you hide the breadcrumb bar, however you can force-open HTML files in the XML editor and so not have the breadcrumb bar, but it's only ~20px of vertical space, this shouldn't be an issue unless you're using a small display. You can select the XML editor by choosing "Open with..." when opening a file.
As for the Window tabs (Error List, Output, etc): if you show the windows and then click the Pin button, you can then tear-off the entire window set and close them all at once with the close button, they will then re-appear if you manually choose to or keep them as floating windows.
The status bar can be hidden by going Tools > Options > Environment > Show Status Bar, however I don't believe there is no way to have it automatically show/hide if content changes.
However, why are you wanting to hide these UI elements? The vertical space the Status bar and Window tabs consume is about 55px at 96dpi, even at 1366x768 it isn't enough screen-space to worry about.

Remove list extensions button from chrome and display extension buttons directly

I don't know how to search for this problem even on Google, So, I ended up asking it on stackoverflow
My Chrome is like this..
When I click on this >> button I get all the extensions like this..
I want all those extensions in my navigation bar itself. Means I don't want that >> button.
update - I am using Version 31.0.1650.63
After struggling a lot I found the answer.
There is one expand icon ( <-> ) which comes on hover just left of this >> button. When we click on that and expand to the left the extension icons start appearing in the navigation bar.

How can remove the circle of ApplicationBarIconButton in windows phone?

I create the Application Bar with 4 icon Buttons and 3 normal menus. It's working fine.
But i don't want, the circle around the icon button. How can i remove that.
And another one question is how to see the icon button text in normally. That means i click the more icon that time icon button visible. But i want no using more button and want to see the icon button text. It's Possible.
Please Help Me.Thanks In Advance.
you cannot remove the circle, neither you can "expand" the application bar so you can see the labels of each button. It is simply against the Windows Phone UI.
But as it is .NET, you can easily create your own buttons bar at the bottom of your page. Of course, it might be difficult to implement the UI logic for you menu items so they behave like the native application bar does (you could consider using the build-in application bar for you menu items and set its mode to "Minimized").
But: why would you do all this? In my opinion, apps should follow all UI guidelines and should all look the same (especially when compared to native apps) ;-)
Greetings