I've just installed PhpStorm 9 and read the What's new in PHPStorm 9
I met some new usefull tool as:
Multiple Consoles per data source, now with a schema switcher, local history, and easier access
But I can't find where I can create one more database console per one data source.
UPD
I found one more option to open new console: Right click on dataSource name in Database Navigator panel and choose New -> Console. Enjoy!
From the IntelliJ Web Help:
To manage your database consoles, use the Scratches view of the Project tool window.
To create new consoles, select the target data source or a node within it, and do one of the following:
Select File | New | Console from the main menu.
Select New | Console from the context menu
Press Alt + Insert and select Console.
Related
I have a distributed project and I need debug two nodes of my app on the same time. For this I wish open two instances of Intellij, it is possible ?
just open each one from different folder level.
For example: Project A has 2 folders (one inside another) and inside the 2nd folder there is code. Then open one instance from folder 1 and another instance from folder 2.
Open each instance by choosing open in new window..simple.
There is this topic about starting two instances of IntelliJ Start two instances of IntelliJ IDE
It is not possible with one instance from my experience
Just for new people who navigate here. You could just drag & drop the code you want outside android studio.
I found this really helpfull:
You can split the editor view vertically/horizontally, this will
display the same file in both splits, then you can drag one of the
tabs outside of the IDE to create a float editor window.
Another way to open multiple editors for the same file is to select
the file in the Project view and press Shift+Enter.
Source: Serge Baranov response in this thread
I don't think so. One easy thing you can do is open two different major versions at the same time (e.g. 2015 and 2016) or if you have Ultimate edition, you can also install community edition and have both of those open at the same time. Or if you're using community edition, you could install a trail of ultimate just this one time :)
Of course the downside to the second approach is that you may not have some plugins you need for your project.
I moved some tool windows around, for example Structure shows on right instead of left. When I open a new project, everything goes back to default. I tried to export settings from one but it didn't work
Window | Store Current Layout as Default
I created some batch work and integrated it as ExternalTool to the IntelliJ IDEA. as described here: Configure Intellij IDEA to run batch file
But how can I add buttons to my toolbar that will activate the batch that defined as external tool?
It is quite easy.
Assuming that you already have an External Tool configured just right click on the menu bar and choose Customize Menus and Toolbars...:
Next step is to mark the last item (whatever that is in your setup) in Main Toolbar and select Add After...:
Now you can select your external tool from the Choose Actions To Add window (here you can also select an icon to use):
Action has been added:
And your button has been added to the toolbar:
Seems like Google services are increasingly harder to manage.
Now i want to delete a project ID that was previously created in another test account.
Assuming that I could recreate it in another account. The main reason for this is that the Google+ app is connected/created in this test account and the email address will be shown when someone is confronted with the login credentials.
Google says that this is possible (https://developers.google.com/console/help/):
Deleting a project
Deleting a project from the Console releases all
resources used within the project itself. Please note that in order
to delete a project, you must first disable billing on the project.
Additionally, please note that the time it takes to delete a project
may vary based on the number or kind of services in use within the
project.
When I go to billing, it shows that no billing profile has been set up.
The delete button is right there where the help page says it is.
To shut down a project using the Cloud Platform Console:
Open the Settings page in the Google Cloud Platform Console.
Click Select a project.
Select a project you wish to delete, and click
Open.
Click Shut down.
Enter the Project ID and click Shut down.
Please note that there is a 7-day grace period before the project is actually purged from the system. Which means you won't be able to immediately create another project with the same name.
Simply go to https://console.developers.google.com/iam-admin/projects you must be signed in of course. There you will see the all your projects google console projects so just select the project you want to delete, and click delete project option which is shown at the top of the table. I have provided the screenshot
Go to Google Cloud Console, select the project then IAM and Admin and Settings
now SHUT DOWN
Then you have to wait for the project deletion.
Open https://console.cloud.google.com/cloud-resource-manager
Select the projects you want to remove
Click 'Remove'
As of this writing, it was necessary to:
Select 'Manage all projects' from the dropdown list at the top of the Console page
Click the delete button (trashcan icon) for the specific project on the project listing page
Click "Utilities and more" near the upper right corner of the screen after choosing your project
Choose "Project settings" from the drop down of the "Utilities and more" icon.
Now you may see trash icon and DELETE PROJECT button.
Go to the developers console and pick the application from the
dropdown
Select the utilities icon (see image below) and click
project settings
Click on the the Delete Project link
Enter the project ID and click Shutdown, project will be deleted in 7 days
I found when I accessed here https://console.cloud.google.com/home/dashboard
Then I got redirected to my active project, which was something like
https://console.cloud.google.com/home/dashboard?project={THE_ID_OF_YOUR_PROJECT}
Then right bellow the project info, there was this Manage Options (note: I'm using Portuguese language here "Gerenciar as configurações do projeto" means "Manage project settings")
Then, finally, the delete option ("Excluir Projeto" means Delete Project)
Yep, it was hard
You can try delete project via Google Cloud Platform
https://console.cloud.google.com/iam-admin/projects
Select required project and click DELETE PROJECT.
The project will be completely deleted after 7 days
For me only way to delete project was switch language to English (UK) - from Polish and then button "DELETE" worked.
If anyone have problem with not working or missing options in Google Cloud Platform I suggest switching to english after that everything works like charm...
When i open File structure Dialog (that can he opened at Ctrl + F12 shortcut) in the start position on my monitor i have a problem.
I try drag and drop this window to my comfort position. After that i close him ( i think that helps, but it's not)- the dialog showing up in start position, not in position related on my decision. How i can save my dialog position? Because it's so irritation.
The following worked for me on Android Studio 2.2.3, but should do for IntelliJ IDEA:
On the menu bar: Window > Store Current Layout as Default
+ Update ( 2017 - Sep - 24 )
When using Windowed Mode the above failed. So I had to do the following.
First, choose what Tool Window you be setting up. For example 1: Project.
Left-click the item to show it
Right-click the item and select Windowed Mode
Choose the window position that you like
Left-click again, to close it.
To make sure, left-click again, to open it.
Finally, select on the menu bar Window > Store Current Layout as Default
Restart the IDE to check, but it should work.
This was tested on AndroidStudio 2.3.3 and IntelliJ IDEA 2017.2.4 with 2 monitor screens (displays).
As of now 2020 September you can do this via creating a new branch in git for the same project.
So lets say you have Branch A to use view/setup for one task. When you create branch B you can then change this view/setup, because when you switch back to branch A, your setup there (which window is on left/right, etc.) will be restored.