Cannot Delete UML diagram in Intellij - intellij-idea

I am new to Intellij, I created an UML diagram for a class as below but didnt save it.
after closing the tab i could always see this file when i do double shift and search for files as below
Can someone tell me how to delete this UML diagram. as its bit irritating to see this all the time. Any help will be appreciated. Thanks in Advance

Your UML-Diagram is saved as an .uml file. Closing the tab does not delete it.
To find the location of the file open it and click on Select opened file.
Its the "aiming" symbol in your Project-Tab.
Then delete the file when you found it.

Related

Access shortcut menu not saved on exit

I use Access 2010 and create shortcut menu for right-click on reports. Each time I exit the application and re-open my file, the right-click does not work, and en error message popups.
I could not find an explanation and solution anywhere about this. May there be someone who may know the reason and a suggest a possible solution?
BR, Çağlar Durgun
https://learn.microsoft.com/en-us/office/vba/access/concepts/miscellaneous/create-a-shortcut-menu-for-a-form-form-control-or-report
https://learn.microsoft.com/en-us/office/vba/api/office.commandbars.add
Below is the format
CommandBars.Add (Name, Position, MenuBar, Temporary)
I've now realised that the example I've copied from learn.microsoft.com (the link in the question) had Temporary = True..!
Sorry for this, issue is now resolved! :)

How to exit from "Edit as Table" mode in PhpStorm?

When editing a CSV file in PhpStorm, I enabled "Edit as Table" and can not find how to close this mode. I do not know how to close the "Data" tab.
Help me please!
Linux Mint, Phpstorm v.2018.1.6
The "Edit as Table" creates a split pane. Assuming you dont have any other panes open, you can close them all by:
ctrl+shift+a
Search for Unsplit all
Ta-da
While still destructive (if you use multiple panes), it doesnt go full scorched earth policy like #jocull recommends.
I had a similar issue in WebStorm and reached this thread. After painful searching I found these buttons to toggle between views in the bottom left:
I looked all over but couldn't find a way to do this. In the end it was bugging me so much that I just dropped the Jetbrains/IntelliJ project files and recreated them. This is a very heavy hammer for this problem.
If you have a Git repository this is usually as simple as...
Close your project if it is open
git clean -idx and select the project files to remove (carefully, if you have stuff you don't want to clean out! this deletes things!)
Reopen the project and let it regenerate the project files from scratch
Tada! No more table editor mode. You may lose debugging profiles or other project specific settings, and YYMV :)

How Can I Save A Class Diagram In Intellij?

I discovered that in Intellij I can create nice class diagrams by going to New > Diagram > Java Class Diagram. I can do everything that I want to do, except figure out how to save the diagram after I'm done. When I create a diagram, save it, shut down Intellij, and then start it up again, I see that the diagram that I had just "saved" has reverted to a generic window displaying all of the packages in my project. I realize that I can save the diagam in a PNG format, but I don't want to do that. I want to be able to save it in an editable format? Thoughts?
The top left save disk does nothing. The right save disk will actually save the diagram.
IntelliJ IDEA 15
A general method (that works when you can't find/remember something)
press Ctrl + Shift + A (or go to Help > Find Action)
type "Save d" (or just "dia")
double click on the "Save diagram" row
select the path where you want to save it > OK
Update 2022
Click this icon or right-click a blank spot on the diagram and select Export Diagram. Click Export to File then pick your format.

can't locate VB picture

I've been modifying a picture, and the Old picture still does work even though I've delete all pictures in the vb project. Is there somewhere that still has reference to pictures in the project? If anyone could help me ,thank you!!
Go to Solution Explorer, click the down arrow next to Form1.vb
Then double click on Form1.resx
This should bring you to any images in your project that you can easily save to disk by
right clicking and selecting Export to File.
Images are in the .resx file.

how to unlock rootviewcontroller header file in iphone

Hi Acidentally locked my rootviewcontroller.h file in my application, so if i write some code
in that file it shows "Not Writable RootViewController.h", i am a beginer so please help me how to unlock that .h file.
thanks in advance
You can lock/unlock file easily by using the lock button (see below) in the text editor's navigation bar. See the XCode Workspace Guide for details.
alt text http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/XcodeWorkspace/art/navigation_bar.jpg
solution, thats small mistake,
heres a solution, this may help some beginer like me,
if u need to protect your file from editing, you can select that file , and click the lock icon, that will be appear above split window icon, in xcode,(right edge). so that u cannot make changes on that file, if u need to unlock, just click once again.
thats it,