Contents are missing in tool window in pycharm. how do I add it? - window

I clicked something and then my contents are missing.
It disappeared. how do I call it again?
enter image description here

Related

VSCode on MacOS (Ventura) "open" folder finder dialogue does not show full path. Why not?

When I open a normal finder window on MacOS (Ventura), I have it set so that I can see the absolute path listed at the bottom of the window. This does NOT happen in VSCode. When clicking Open (or menu file/open) I am always wondering if I might be opening in a similar path.. but I don't know, because the dialogue does not tell me where I am! .. and I don't want to have to click on the folder window at the top! to find out!) How can I change VSCode finder behavior so it is the same as normal system finder?
I tried looking for settings in JSON file.. but can't find an option that covers this behavior. I don't understand why anyone would NOT want to see file path information. I ALWAYS want to know at a glance where I am in the file system! I want the full path! My expectation is that for such a sophisticated and elegant Code editor and environment, one should always be able to easily see the FULL absolute path you are in.
My regular finder shows the full path. Why is it missing in VSCode?
An Open panel is not the same as a Finder window. If you click the pop up menu in the top middle of the open panel, it will show the path to the folder being displayed.
If you hold option, the path will display at bottom like a popup.
check this or google mac os show file path

Where is the windows terminal settings location?

I edited the settings file and there must have been a typo and now the app crashes on startup.
Online the documentation says the settings lives in $env:LocalAppData\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
I can't figure out what that path means since it doesn't exist on the computer.
I re-installed the app to fix the problem then made sure to see what the actual path is.
It's located in : C:\Users\{USERNAME}\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
In the current version (1.7.1033.0), the application can open the JSON settings file for you via a button. Open the Settings tab, and the bottom left corner will have a button named "Open JSON file". Clicking that button will open a prompt asking with what application to open the file. That text editor can then tell you where the file is located.
If you open the terminal settings, it will open a text editor with the settings.json file. If your default editor is VS Code it will show you the path below the tabs on the top of the screen.
I'm unsure what other editors show you the path, but if it is crucial you can change your default text editor to Code.
There is still the option to open the JSON file through settings. In version 1.15.2875.0 you can still find the "Open JSON file" at the bottom left corner
Screenshot with highlights
This hint was given by a comment by user1340531:
Mine is at C:\Users\{username}\AppData\Local\Microsoft\Windows Terminal\settings.json
(or more generically: %userprofile%\AppData\Local\Microsoft\Windows Terminal\settings.json)
If it's not there, you should consider OP's answer or vyps comment which lets you find out one of these generic paths (they are equivalent):
%userprofile%\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
%LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
$env:LocalAppData\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
If you don't know what these paths mean, I'd recommend playing around with "Windows Run" (Win+R) and the explorer address bar.

Windows Shell Desktop Preview

I've installed Rainmeter with Honeycomb and want only a simple Icon, which will act like the Windows "Show Desktop" Button in the right corner.
Well so far so good, I've got it working, that when I click on the Icon my Desktop will show up and the rest will be minimized:
...
LeftMouseUpAction=["shell:::{3080F90D-D7AD-11D9-BD98-0000947B0257}"]
...
Well now I want that when I hover over it, the preview will be shown:
MouseOverAction=[" Insert Magic --> Here <-- "]
Well this is my Problem, if anybody knows which Shell Command this is, or how it could be achieved, pls share your ideas with me.
It might not be a good way, but you can do this:
Open up the folder where the ini file of the skin is.
Right click anywhere on the blank portion of the window and select New>Shortcut.
A dialog box will appear, asking you to locate the file the shortcut should point to.
Inside the text box, paste this:
C:\Windows\explorer.exe shell:::{3080F90D-D7AD-11D9-BD98-0000947B0257}
Click next. The dialog box will ask you to put a name for the shortcut. Put any name you like and press Finish to create the shortcut.
Replace the LeftMouseUpAction line with this:
LeftMouseUpAction=!Execute ["#CURRENTPATH#"name of your shortcut".lnk"]
For example, if your shortcut's name is launch, then the line should be
LeftMouseUpAction=!Execute ["#CURRENTPATH#launch.lnk"]
You're good to go!

save webpage as a url file and open with chrome

How can I simply save a webpage in chrome as a text based url file that when clicked in finder opens the webpage in chrome?
Here is what I have so far found and tried: the following code:
[InternetShortcut]
URL=http://http://stackoverflow.com/
(it needs an empty line at the end too but I couldn't get that shown in the code above). When saved as a .url file and kept simply in my filesystem, and click on it it opens the webpage directly in safari (since I am on a mac with osx). I want this to open in Chrome, but changing the "open with" settings opens the file as a text file; it doesn't execute and take me to that webpage.
I was in your exact same situation Geoff, and I was able to find this after digging through a ton of forums.
Open up Chrome/Firefox and go to the web page you were wanting to save.
Look at the address bar.
Find the padlock icon that is just to the left of your URL string. It may look like a page, or a lock, or a lock with a yellow triangle.
Click and drag it to the Desktop and then drop it.
This will create a webloc file, and for me it shows a Safari icon as the file image, even says Safari is the default program to open it. However, when I click on it, it always opens up in Chrome! :)
Hope this helps.
Using Chrome Version 29.0.1547.76
OSX 10.9.2
https://stackoverflow.com/a/22768604/10258377
Thank you #AZRckCrwler.
I would like to make it easier to understand base on his answer.
Find the padlock icon that is just to the left of your URL string. It may look like a page, or a lock, or a lock with a yellow triangle.
You can see the circle that I marked, then drag & drop here.

Editor doesn't open in Xcode

i have a weird problem with Xcode. Here's a screenshot:
When i usually clicked on the file in the left column it'd open in source code editor on the right. Now it doesn't happen. Does anyone know how to get it back the way it was before? it drives me crazy
greetings
peter
What happens if you click on the Project, test, at the top, and then click in the columns on the right. Will it open the file in the editor?
Quit Xcode and relaunch it.
I see this is a little old now, but I had the same problem. The thing that I had to do was to open the "interface builder" program, wich is the editor for the file, then find and open the .xib file from that program. Next time I tried open it with Xcode it worked.
Drag a source file from the Groups and Files pane (usually on the left) over into the pane that says "No Editor". No need to reset the defaults.

Resources