How do I turn off code readonly mode while app is running in Rider IDE? - rider

I turned it on in popup window and now I'm searching for a place in settings where I can turn it off. How do I do that?

It must be Allow editing in debug mode.

Related

problem with running files in intellije idea,itsApparently the problem was caused by windows security

enter image description hereenter image description here
Windows Defender might impact performance
Exclude IDE and project directories from antivirus scans:
C:\Users\shahrokh\IdeaProjects\untitled1
C:\Users\shahrokh\AppData\Local\JetBrains\IntelliJIdea2021.2
C:\Users\shahrokh.gradle
Alternatively, add the IDE process as an exclusion.
i search it in the special site of intellij idea ,and see it:
If you prefer to perform the necessary configuration manually, you can do so by following these steps:
Click the Start button
Type “Windows Security”
Click on “Virus and threat protection”
Click on “Manage settings” under “Virus & threat protection settings”
Scroll down if needed, and then click on “Add or remove exclusions”
For every folder shown in the notification, press the + button, select “Folder” from the menu, and select the folder.
but when i search Windows Security my system show me windows defender ,there arent these setting
In addition, I changed my anti-virus settings so as not to interfere with the intellij idea process. But again, the problem was not solved.
i use kaspersky protection
please help me
You don't have to worry about anything. IntelliJ will continue to function as it is intended to and will get the work done. I also get some messages like this sometimes and just ignore them. Again there's no major impact on the performance. Hope that I was able to help.
i uninstall my intellij idea then install it again and it solved

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.

PhpStorm IDE: Cursor gets stuck in text-select (highlight) mode in Ubuntu 18 LTS

I am using PhpStorm for working on Laravel projects. However, the mouse gets stuck in text highlight mode and right click does not work on the IDE.
Closing the IDE and restarting does not help solve the issue. I have tried to look for an answer online without success.
For those struggling like me, I got a workaround.
I went to my Ubuntu OS "Settings"
"Mouse & Settings" option
Then "Mouse and TouchPad"
Disabled the touchpad by toggling the "ON/OFF" switch
Re-enabled the touchpad again by toggling the same "ON/OFF" switch
When I went back to my IDE, behold, it works. My trackpad is no longer stuck in highlight mode.
Disclaimer: I have a touch-sensitive screen and that's how I was able to re-enable the touchpad again. I don't know how one would do this without another input source.
This was a big help for me, thanks!
Just to be clear, enabling/disabling the touchpad is in Ubuntu settings, not in PHPStorm settings.

Netbeans project property disable

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 :)

Change WebStorm LiveEdit Port (63342)

How can I change the port of the LiveEdit feature in WebStorm ?
The default port is 63342, so i can run my project from : http://localhost:63342/PROJECT_NAME.
but due to authentication issues I need to switch to another fixed port number.
Help please,
Thanks
WebStorm 8
In WebStorm 8 follow menu (or press Shortcut Alt+F7):
File -> Settings
Category:
IDE Settings -> Debugger -> JavaScript
And there change "Built-in server port".
Hint:
If you have a firewall warning when starting WebStorm then you must uncheck the checkbox "Can accept external connections" inside the settings window.
WebStorm 9, 10, 11
In newer WebStorm Versions you'll have to enter the Settings like explained above, but enter a different category.
Category:
Build, Execution, Deployment -> Debugger
Default built-in server port can be configured in IDE - Settings/Debugger/javaScript/built-in server port.
Well you will need to go onto chrome for this one. Firstly you need to go into extensions:
You can quickly do this by typing chrome://extensions/ into your awesomebar, and then just hitting ENTER.
Makee sure developer mode is enabled:
Click options underneath Jetbrains IDE support. It will open up a new window where you can change your port.
Press Key CTRL +ALT +S
Or
Got to Menu File->Settings->Build, Execution and Deployment-> Debugger
Change the server port. Keep in mind, the port you are trying to use should be free.
If you want to see the live edit. You have to install the chrome extension.
Install Jetbrain Chrome extension
Go the option of IntelliJ idea extension. change the port here also for synchronization.
Restart your IntelliJ idea for effect.
Just a heads up to anyone coming here/struggling - for whatever reason, I had to change the JetBrains chrome extension to use 127.0.0.1 instead of localhost to get things working.