I need to edit a gem(Devise) in order to understand where exactly a particular error occurs, so I need to put a "logger.debug" after every variable.
Problem is, I cannot edit any of the Gems, as they appear locked in Rubymine under 'external libraries".
Is there an easy way to do what I am trying to do?
Thank you!
Open the file, attempt to edit it, and you should see the following pop-up:
Choose the appropriate option, click "OK", and edit away.
Related
So I resolved all files. No shown/known conflicts reported but I still can't submit.
Also looks like its trying to do a 223 revision but I see no 222 revision in history only 221.
What do I need to do to submit?
using P4V Client app.
Look at the full error message. It should be in P4V's log pane, but if you can't find it, go to the command line and retry the submit. The individual file that has a problem should be listed.
In some edge cases, there may be a file that is out of date but can't be resolved, so it must be reverted; if this is the case, the error mesage for that particular file will say so, and will explain why.
Seems like I had one file which was being picked up as new but already existed in repo. I narrowed down to the file by submitting files in chucks/one by one until I hit the file that was causing the error.
So I could submit all but one file and to fix the issue file I reverted the file and made sure it deleted it when I reverted (Note you may not want this and may not have to do that, revert may be fine).
Turn on extra log pane options (2 tick boxes) In Edit -> Preferences -> Logging to see the offending files listed in the Log on submit, revert those files and you should be right.
I am running VSCode as administrator and while editing some read-only files I get the following message:
click to see image
Then if I click: Retry as Admin... I get the following message: click to see the next image
Afterwards I can click Retry as many times as I want but the second message will always appear.
To solve the issue I need to go to that file and remove the Read Only flag but it's so annoying to do that everytime. Ins't there a workaround for this? Thanks :).
The Debugged line is not getting highlighted in the cs-html page. It works perfectly when i am debugging in the cs page but unfortunately its not working for the cs-html page.
I tried changing the font size or background color from the Options->Fonts and colors.But still its not working.
Please check if you could get some help from this thread.
And I think what you mean is: When you set a breakpoint in the .cshtml file, the highlight does not work instead of during debug mode.(Any misunderstanding please correct me!)
If you set the breakpoint in the .cshtml file but no highlight you can try closing VS,go C:\Users\lancel\AppData\Roaming\Microsoft\VisualStudio to delete all 15.x folders. And restart VS to resolve it. (This solved the issue in my side, and you can try other suggestions from the link above)
If what you mean is the highlight not work in this situation:
Please go Tools menu=>Get Tools and Features to open installer and choose repair VS.
Any update please feel free to let me know:)
I keep getting this error message every time i go to save on of my pages? Does anyone know why? I have looked on google, but have found no solution that is working for me....
Thanks
Oddly, this may actually be a permissions issue. Check that you have write permissions on all the relevant folders including the ones containing your templates (either views/ or masterpages/). See here for details of what should be applied.
Printing code with Notepad++ is very handy because of the syntax-highlighting.
Unfortunately I'm experiencing a problem with printing.
Now at the left top of the page $(FULL_CURRENT_PATH) is printed, which is, D:\cppWorkspace\project1\display\GUI\main.cpp
I don't want the whole path, to the project, to be printed. However it also should not only print the file name.
In this case it should be, display\GUI\main.cpp. (which are packages inside the project and the file itself)
I tried to edit or set a Notepad++ variable, but I couldn't find a way to do this.
Hopefully someone knows how this can be fixed.
Thanks in advance,
Dennis
Unfortunately the variables are fixed, and cannot be "set" - at least as of the current version (6.3.1). They are simple replacements, handled in the expandNppEnvironmentStrs method in RunDlg.cpp
You're welcome to suggest an idea on IdeaTorrent (see the hosted apps menu on the Sourceforge project), or vote a similar idea up if one exists.