Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to save the state(all open windows and tabs)?

is it possible to save the current state(all open windows, tabs, connections, files, etc...), shut down SQL Developer, restart it some other day and resume work where you left?

like image 997
Roland Avatar asked Nov 14 '14 08:11

Roland


People also ask

How do I save all open windows?

Alternatively, press Ctrl + Shift + B. With the tabs you want to save open, right-click to the right of your final tab and select “Bookmark all tabs…” or press Ctrl + Shift + D. Chrome will now prompt you to save all your tabs to a folder for easy access.

Is there a way to save all open tabs in Chrome?

Bookmark all your tabs at once With Chrome you can bookmark all your open tabs just by clicking Bookmarks in your menu and selecting Bookmark All Tabs. At the top right, click More . Click Bookmarks. Click Bookmark All Tabs.


1 Answers

Yes, I've tried it with my SQL Developer Version 4.0.3.16 Build MAIN-16.84

Every time you close SQL Developer while some tabs opened, it will opened those tabs again when you open SQL Developer again

However, SQL Developer won't remember the connections you used to execute those SQLs. So when you try to execute those SQLs, you will prompted to choose the connection where the SQL will be executed

nb : you can also open recent files by using Navigate -> Go To Recent Files

like image 119
Muhamad Iqbal Avatar answered Oct 16 '22 23:10

Muhamad Iqbal