Netbeans project property disable - netbeans-8

I am unable to do set my project property. when i do right click of my netbeans project then i can see project property in last option but unable to click property. i am using netbeans 8.0 and centos 7 os. In my laptop its working fine but desktop its not working. i did reset netbeans and reinstall again, I did same configrutaion but proble is same...
right-click my projects -> properties //this thing disable
anyone know why netbeans project property is disable my desktop only?
I hope here i will get answer.
Thanks in advance!!

#Trat, When you do right click on your netbeans project then property option show in last. so property option is showing over the task bar thats why you are unable to click on property. and you are thinking it is disable.
You need to set your screen resolution if you will use high resolution according your desktop screen then property option will not come over the task bar and you can click that option. I hope this solution will work for you :)

Related

How to fix Ctrl Click in IntelliJ Idea

I found, that Ctrl-Click (for example, on class usage) doesn't work on one of my installations of Idea. Simultaneously:
Context menu action like Go To -> Implementation(s) works
Control click in PyCharm works
Machine is remote desktop Windows Server 2016. Idea is 2021.2.
What can be done to fix?
Had a similar issue due to Rider importing settings from Visual Studio on the first run. Resolved it by changing the Keymap (Rider->Preferences->Keymap->Keymap drop down) back to the default one (IntelliJ).
In our case it was really an old SonarLint plugin. Check in Settings / Plugins. After the update the problem was solved.
I was having the same problem and going to File -> Reapair IDE... fixed it for me.

IntelliJ idea hidden Run Configurations

I encountered strange problem. After fresh install of IntelliJ Idea 2016.1 and configuring two Run Configurations, I noticed, that one is missing from Run menu. So I opened Edit Configurations... and there were both of them. Then by accident, I left the other configuration selected when closing Edit Configurations... dialog. And bam, first Run Configuration dissapeared and second (one highlighted when leaving Edit Configurations...) appeared in Run menu. Can somebody tell me, how to display both? Thanks
I can verify this behaviour. I'm using IntelliJ IDEA 2016.1 too.
I think that is no bug, because you can find all your run configurations when you click on Select Rub/Debug Configuration in the toolbar.
The purpose of the menu Run isn't to offer all the configurations. There can be dozens.
Problem solved. 'Run' menu item now takes 'Run Configuration' selected in this panel on the right side position of Run panel. Hope this helps some other folks.

Intellij IDEA 13 - Can't open Project Structure dialog anymore

as already described in title, i'm not able to open the project structure dialog window in intellij anymore.
neither the shortcut (Ctrl+alt+shift+s) nor the menu element under File -> Project Structure nor the little button in the upper right corner do work.
Clarification: Menu element :
This "bug" occured suddenly as I wrote a web (vaadin/maven) project and tried to set up glassfish, where i often had to switch to the project structure dialog.
Since the first occurence i wasn't able to fix it by restarting intellij or switching projects.
This also happened on my laptop running the same intellij and windows version (Ultimate 13.0.1 Build: 133.331 on Windows 7 x64)
i appreciate any help!
This also happened to me, but removing new plugins etc didn't help.
Nor did nuking my project and rebuilding it from scratch.
In the end I deleted all caches, restarted Intellij and at last I could access the project settings again! By the way, I'm using Intellij 11.1 - mainly because I can't get 13 to start up, but that's another story
Your log shows that it is a bug in IntelliJ IDEA - they are trying to create file passing null pathname. Try to delete project files and reopen project from scratch (maybe you've lost some file) - if it won't help then you should create an issue here: http://youtrack.jetbrains.com/ - You can even copy-paste text from your question and attach stacktrace
I had the same issue...upon further inspection in the log dump...I noticed the following:
ERROR - llij.ide.plugins.PluginManager - com.intellij.openapi.fileChooser.FileChooserDescriptor.setTitle(Ljava/lang/String;)V
java.lang.NoSuchMethodError: com.intellij.openapi.fileChooser.FileChooserDescriptor.setTitle(Ljava/lang/String;)V
at com.jetbrains.python.sdk.PythonSdkType.getHomeChooserDescriptor(PythonSdkType.java:247)
Disabled the latest Python Plugin and restarted and everything is working normal again.
I remembered I had recently update my python plugin and am not using it presently so I was able to disable it without issue.
Hope this helps someone else.
This also happened to me. The comment above helped. I had just added some plugins. Disabled them and it started working again. Not sure exactly which one because I disabled all 4 -- Bean Validation Support, Bitbucket, Jelastic Cloud Platform Integration, and Quick Notes.
For me it has been resolved by switching off FindBugs plugin and restart IDEA. So Project Structure is available for me now.
One of the plugins might be causing it. To disable a plugin, go here:
You'll know for sure if a plugin is bad if you see this Exclamation picture:
Clicking on it will bring up a pop-up. To disable the plugin, click on this:
For me it got resolved just by restarting the intelliJ IDEA. I'm using intelliJ IDEA Ultimate 2018.1 edition.

how do i chnage the desktop icon for a visual basic program (.exe)

im making a vb.net app and i want to set the icon, how can i do this?
--edit--
turns out i was a bit confused, and it was working. but the answers can still be useful for others.
If I understand the question and issue, your setup/installer might be missing something.
It would seem you did create a shortcut, add it to the Setup project to install to the Desktop (else you wouldnt have one at all)
Select the shortcut in your setup project, open the properties window
Click Target. The list of files you are installing will come up. Select the App.Exe (ie the main executable "MyApp.exe" ususally the primary output). I think Icon is supposed to be set to "Icon" as well.
I think those 2 things combined link the Desktop Shortcut's Icon property to Use the App.Exe's. If there is also a shortcut in the user's programs menu do the same thing (or drag drop a copy).
You are basically doing to the Setup Project's shortcut what you would do to a normal desktop icon to change it or set it. The proj apparently fills in the actual path etc at install.
EDIT
PUBLISH simply compiles everything and produces files for the dev to distribute. It is called PUBLISH because in many cases the output includes a ready to use Setup program for the END USER to install on the PC. (Based on your new Pic, you are trying to reinstall everytime you click the icon or file inside the folder.)
Again, if you do not add a Setup proj to your project, the default one is used and it gives no option for where to install and does not add a shortcut.
Just delete all that junk, Publish again to the default location (VS Studio\...Project name\bin\Publish). Go to that folder and run setup. It will still install to Users\AppData.. but will add a shortcut (to the program) to the start menu.
For a desktop icon, do the "Send To Desktop ..." thing. To INSTALL an icon, you have to add and modify a Setup proj to your Solution.
HTH
'The folder shows the icon for the app, but the icon for the form is different. change the form's icon(in the property grid) to the same as the app and you should see it then.
When you publish it there's 2 files produced that are basically setup files. One relies on the ClickOnce Application Deployment Support Library and the other is a standalone setup app. Since neither one is the actual app you designed, they aren't going to have the icon you want. You'll probably have to investigate other more configurable deployment options.

Eclipse Plugin to "Open Explorer in this File location" for Package Explorer

Is there any plugin that lets me open the file I selected in the Package Explorer in windows explorer?
I am looking for an extra menu option in the right click menu of the package explorer.
Since Eclipse 4.4 (Luna) there is a Show in System Explorer command available from the context menu.
The Show In menu is also accessible through Alt+Shift+W on Linux/Windows and Alt+Cmd+W on macOS.
While there is a default setting that is suitable in most cases, the command for launching the system explorer can be configured on the General > Workspace preference page.
Hmmm... Looks like we all have this problem.
You can use this plugin to do exactly that and a bit more...
Sorry for self advertising... But I think this is what you are looking for!
I'm using StartExplorer for several years now. It's easy to use, is up-to-date and does simply, what you are expecting from it. You can install it through
Help > Eclipse Marketplace...
Usage:
If you can live without the context menu, you can even get this without any additional plugin, using just a launch configuration on the active selection.
I'm not sure if there's a direct way, but what you can do is right click on the file/folder, go to properties, then copy "Location" and put that string into a blank explorer window.
so,
right-click --> properties --> Location --> ctrl-c
open explorer window --> ctrl-v --> go button
You might want to have a look at http://marketplace.eclipse.org/content/eexplorer
keeps windows explorer in sync without the need to sync manually via context menu
less explorer windows -> less clutter
possibility to pop out native explorer
keyboard short cuts
:-)
Here's a simple plugin with just shell & file explorer
http://marketplace.eclipse.org/content/open-here-eclipse