I use MacOSX 10.8.5 and PHPStorm 7. I try to set Show line nubers globaly, for all projects. I checked Show line number in Preferences > [IDE settings] Editor > Apperance and all is ok until I turn off application. After restart are old settings.
In PHPStorm 6.x everything was ok.
What doing wrong?
Please disable EditorConfig plugin if you have it installed and enabled. It does not seem to be fully compatible with v7: http://youtrack.jetbrains.com/issue/IDEA-115224
On Windows Users follow this steps:
Click on File->Settings->
In the Settings dialog box Expand Editor under IDE Settings.
Click Apperance - > select Show line numbers.
Click Apply->Ok.
Related
I can't access internet through my chrome browser,but can access net through all other browsers in the same system. Tried uninstalling and installing chrome but of no use...Is there any solution for this ?
this is the issue....
Since you have already uninstalled it let's start here:
Step 1: Enable the Hidden Files View.
To do that go to:
Start > Control Panel > Folder Options.
Click the View tab.
Click/Check the Show hidden files, folders, and drives option.
Uncheck the Hide protected operating system files option.
Press OK.
Step 2: Delete any Chrome or Google folders from your computer.
Navigate to the following locations and delete the Chrome folder(s). You can also choose to rename them. I would also search you computer for any google or chrome folder to make sure.
C:\Users\<YourUserName>\AppData\Local\Google\Chrome
C:\Program Files\Google\Chrome
Step 3: Schedule a check disk
To do this use:
chkdsk c: /r
where 'c' is the drive with chrome installed. You can add other drives as well just in case you had multiple installations. To do this basically replace c with the drive letter.
Step 5: Reboot PC and reinstall chrome.
Optional Step: if the above still fails. Download CCleaner. Restart in safe mode with networking. Repeat the above steps but run CCleaner as the final step.
What you need to do is check if there is a proxy turned on system-wide or even in chrome, turn it off. type that "chrome://settings" in your URL bar of chrome: and search for proxy
This post shows how to use quick edits, but how to open it from the system file manager by default? When I do open with in the context dialogue and then open it with phpstorm.exe, my PC ignores it and just goes back to Adobe Edge Code.
I'm using Windows 7 64 bit and PhpStorm 8.0.2
Thanks
I looked at this: http://msdn.microsoft.com/en-us/library/windows/desktop/cc144154(v=vs.85).aspx
But all I had to do was go the file properties > open with > browse.
No registry hacks!
However, this doesn't open in quick edit mode, but somewhat works. I guess it's just the way it is after reading this
I guess this should've been in SuperUser, but I thought it was something in PhpStorm that was the solution.
I am using Sublime Text 2 for Mac. I have installed the Package Control for Sublime Text 2, following the instructions from https://sublime.wbond.net/installation#st2 without any trouble. However, when I open up Ctrl+Shif+P to search for available packages, it does not show any.
See the image screenshot here
Do you have any solutions for it? I try restart Sublime but it doesn't solve the problem.
Take a look in your user Preferences.sublime-settings and remove the Package Control from the "ignored_packages" list if it is there.
If you use a Linux based system, you may have to check permissions of /home/user/.config/sublime-text-3. Check if the directory is owned by your user. If not, change the owner user for that directory.
Click the Preferences > Browse Packages and check whether Package control file is there or not.
You can manually put package control file there by downloading it from here and get rid of issues.
I had the same problem. I had to restart my computer to properly reset Sublime Text 2. It seems from your comment that you also got the Package Control list to show up after restarting your computer.
Your screenshot image is currently broken, but make sure you have the zipfile "Package Control.sublime-package" in the Installed Packages directory.
Open the console and run this command:
curl http://sublime.wbond.net/Package%20Control.sublime-package -o ~/Library/Application\ Support/Sublime\ Text\ 2/Installed\ Packages/Package\ Control.sublime-package
Then restart sublime.
See this issue: https://github.com/wbond/sublime_package_control/issues/652
Chrome executable is located in user's profile folder. I don't want to use explicit username in setup.
Unfortunately, neither
C:\Users{User}\AppData\Local\Google\Chrome\Application\chrome.exe
nor
C:\Users\{User}\AppData\Local\Google\Chrome\Application\chrome.exe
from this answer changing my web browser on netbans 6.9.1 worked for me.
NetBeans says "Cannot create process. Check the browser configuration".
Explicit username works.
You can follow these steps as mentioned here, it worked for me (I restarted my NetBeans after changing web browser):
From "Tools" menu, select "Options". IDE will open options dialog box as displayed below
Choose the browser from "Web browser" drop down. All the browsers installed on your machine will appear on this drop down. The default option is "Default system browser"
Try using C:\Program Files\Google\Chrome\Application\chrome.exe.
In addition, consider stating the NetBeans version and the operating system you are using.
I am using Sublime Text 2 and the SFTP package.
Unfortunately, at work, they use a firewall that blocks a specific port thats required to upload files. Were working on getting that port opened, but for now, i'd like to go through our companies proxy that will allow me to continue using sublime for the time being.
I've gone to Preferences > Package Settings > Package Control > Settings – Default and added my proxy information, but it doesnt seem to work.
Is there anything I need to do to get it working with SFTP?
Thanks
First, add your proxy setting like:
"http_proxy": "proxy.iiit.ac.in:8080",
"https_proxy": "proxy.iiit.ac.in:8080"
in Preferences > Package Settings > Package Control > Settings – User
And restart it!
If it did not work, try following steps:
open your Internet Explorer
tools →internet options→ advanced tag→ Security → Cancel "Check for Server Certificate revocation"
this checkbox
Restart your Sublime Text and it work!
Hope it can help you.