Sublime Text 2 - Show Folders sidebar in different windows of same project - sublimetext2

How can I configure Sublime Text 2 to show the Folders sidebar in different windows of the same project?
To further clarify, I have a single window opened for a project:
we see the Folders sidebar on the left, showing the hierarchy of the project (I've deleted a lot of content here due to privacy reasons). I proceed to drag the tab circled in red out to its own window.
Now, I get this window with the dragged out tab:
When I use View -> Side Bar -> Show Side Bar, I get the Open Files sidebar, which shows the files opened in that window. But what I want is the Folders side bar, just like the original window.
How do I do that?

Only drag and drop your folder to Side Bar of Sublime text

Just to illustrate, I've attached a screenshot showing how to do it:
I'm using Mac OS X, so I just opened up the Finder app, dragged the project folder over to the side bar and that shows the project folder hierarchy.

Related

how to create macOS folder view?

i saw a website which has the same thing with my wish: https://www.ignasimonreal.com/film
im actually creating a home page like its a macOS screen. individual folders are ok, like "works" folder. but when I click it, it should show me the inside of that folder like the link I shared above (ignasimonreal.com).
in the example, there are two folders: featured and works. guest can click both of them and see the options next to it. for example, I'll put "works" title in the left and when guest click it, there will be my brands in the right. and then if you pick one of that brands, there will be images in the right section about that brand. and it will be scrollable.
briefly, I want a folder system like ignasi monreal. thanks!
I created the desktop icons, I made them clickable and added hover effect for each icon.

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.

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

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.

Google Chrome vs extension

I want to build app that would allow me to open website, select some data from this website and send them to my server. I imagine that it works in this way:
Application id displayed in browser sidebar sidebar
I open certain website
Select address (City) on opened website
Click "City" button on sidebar
"City" value is copied from website to sidebar
Select address (Zip code) in browser
Click "Zip code" button on side bar
"Zip code" value is copied from website to sidebar
... (and so on)
Finally I click "submit" button on sidebar and data is send to server.
What will be better option for such use case? Chrome app or chrome extension? I am not sure if there is way to display sidebar using chrome extension. I also haven't seen in reference option to open certain url in chrome app. Any advises will be appreciated.
I guess an extension would be more appropriate as it is just one click away from the website you want to select some data from. The user interaction could be done in various ways:
select text and use the context menu (right mouse click) to activate the extension logic
activate extension via toolbar and add UI as a part of the website being viewed or in a separate window
You can pop up a window, but it will disappear when you click back on the website. You can manually create a "sidebar" by having your extension open a new window whose url is inside the extension and subsequently manually placing it alongside the browser window.
Unfortunately there is no sidebar feature for chrome extensions. That would be cool if there were, though.

Sublime Text 2 - missing tabs of currently opened

I started to play with Sublime Text 2 editor and it seems to be pretty cool, but there is one thing that makes me a little bit confused.
When I open a project and then I will open the files which I need to update, these files are not displayed in tabs in the top bar, as is shown in the screenshot?
How could I display them?
Have you actually opened the file (i.e. double clicked it from the sidebar) or are you just viewing the file preview, which by design, doesn't appear as a tab in the main window.
You can view the tabs by opening the command pallet by typing CTRL + P (windows) or Command + Shift + p (Mac) and typing "View: Toggle Tabs"
This toggles the file tabs.
I have the same issue , I tried every thing but the open files are not showing
on the top of SUBLINE EDITOR , I double click each file but just show
on left side base not on top of SUBLINE as tab.