We have been using the CKEditor for sometime with no updates but suddenly when we add a line break or a new bullet or whatever the cursor stays where it was left by user as opposed to moving to the new line or the new bullet so the user can seamlessly contine to type.
I'm not seeing any issues popping up in the Developer tools to indicate an issue. Any ideas or suggestions on how to fix this? We are using a custom version of the editor but even old installations of the editor version 29 (I tried to do npm-check-updates but nothing came up for ckeditor, just to see if a new version would fix the issue).
Related
So I recently installed Materialize package on my Sublime Text 3 just to try it out, and didn't like it. So I went ahead to remove it. After removing, My Sublime got all messed up. I couldn't see my files. Can't open package control. The screen itself is messed up. I tried Uninstalling and Reinstalling many times, and I'm still experiencing the same problem.
Please help me fix this, Thanks!
Most likely your settings still refer to the old theme, which doesn't exist any more. You can follow the instructions at https://www.sublimetext.com/docs/3/revert.html to revert to a clean state, or just edit your Packages/User/Preferences.sublime-settings file to remove the old theme setting. (The Preferences menu -> Browse Packages will be visible even when you are having theme problems.)
I am using sublime text 2 (version 2.0.2) editor on cent os 6.5. Recently I started facing many issues, but one major issue is it does not remember the open files after closing and opening the editor window. Earlier it used to not only remember open files but also unsaved edits, after testing online suggestions I still could not resolve this issue, any suggestions would be of great help.
"hot_exit": false,
"remember_open_files": true,
"create_window_at_startup": true,
these are my current parameters in Preferences -> Settings - Default
I could solve this issue myself following this helpful link Reverting to fresh install state. Although that link has not worked for me, I just deleted sublime_plugin.py from my /opt/Sublime Text 2 directory then it works fine. So it seems that sublime starts misbehaving after adding new packages. In fact, I had deleted everything inside ~/.config/sublime-text-2 before sublime_plugin.py (it did not help though) not sure whether that is required, not to mention you can try after taking a backup
I am using Sublime Text 3 and every time I press tab it will add an extra tab. My settings are to display tabs as an actual tab (not spaces) and is equivalent to 4 spaces. My issue causes a single tab to therefore create 2 tabs the length of 8 spaces.
For example, if I am trying to indent it will tab twice and I will have to delete one tab.
If I select a block of text it will indent it twice and result in the text being deleted and I have to undo it once to bring the text back.
Also, when using auto complete I normally hit tab to auto complete the first option. It will select the option and do a tab after it. I am not sure if this is an option or setting but its extremely annoying and I have not found a solution yet.
Sublime Text double tabs on tab key press
Sublime Text deletes/removes text on indentation / tab
Both problems are due to a popup (most often the SFTP free version popup for me) hiding in the background. If you make sure to close the popup windows every time they appear you will not get these issues. You could also pay for Sublime or the plugin to remove the popups.
In OSX you can't focus back on Sublime Text without clicking on the popup, so you will never have these problems.
I just had the same issue. I just restarted Sublime and it worked again, no need to reinstall or change any settings.
I just encountered this problem recently, and it appears to only happen on Windows. In my case, the pop-up "Hello! would you like to purchase sublime?" was open in the background, and that caused this issue for me. Once that pop-up is closed, everything works just fine.
Although the question is three months old at the time of writing, this might help people that are still looking for an answer. After having this issue for a while, it annoyed me so much that I traced back the issue.
The double tab issue only happened after a while, so I figured it was triggered by a certain key combination, being pressed wrongly. I've also noticed that the bug only occurred at Windows, not on Linux (Ubuntu).
After disabling all Sublime Text 3 plugins one by one, I've noticed that, for me, SFTP triggered the bug. This happened upon saving, SFTP started uploading, and displayed a evaluation notice. As I've purchased SFTP (and activated it), the double tab bug never occurred again. Even after enabling all other packages, the double tab never troubled again.
This is only one solution to the problem, your problem might originate from something else. Try to disable packages which might cause the problem and try to find the problem that way. It's a lot of work, but might get you the solution.
This solution worked for me on windows:
Just go to
View -> Layout -> Single
as stated in the questions title, we have an issue with VS2012. The problem is that sometimes suddenly some keyboard-input in VS isn't executed properly, if at all.
When the problem occurs, we are only able to type in characters and numbers, but neither are we able to delete them (backspace or DEL), nor to use the arrow key to jump up down a line or to the next/previous character. Overwriting a text which has been marked with the mouse is working.
I have found a very similar Question but the hints stated there doesn't work here. Those are:
Hitting Alt+Enter
Closing and Reopening Editor Windows
Closing the ToolboxWindow
Restarting VS
Pressing ScollLock
The Problem seems to be related to the Stylecop-AddIn. After uninstalling it, the issue doesn't come up anymore. Is there some known workaround? Thanks in advance!
Apparently StyleCop can be used with out Resharper, I didn't know. Very sorry. However, if you look at the documentation for StyleCop, if you right click on your project, click Source Analysis Settings, you will be presented with a dialog to turn on or off all of StyleCops rules.
Here is a link to the actual documentation which has images which helps describe it. StyleCop Settings
Today I tried to made "Code Cleanup" of single file in ReSharper 6.0 (VS 2010). The Code Cleanup dialog did not show up so I tried again.
I then discovered, that the feature is grayed out and when I press hotkey for Code Cleanup, the notification area shows that the "command is not available at the moment".
Even the Code Cleanup settings are hidden. The panel where settings should be shown says that the settings are solution-specific and thus a solution needs to be opened (although it is, however).
All other solution-specific settings and features work, except for Code Cleanup.
I want to avoid re-installing ReSharper or resetting its settings, because otherwise I would need to set it up again (long and annoying work of setting all the options as before re-install).
I am afraid that backing up settings and restoring it again restores the problem as well.
Any suggestions?
Suggestions:
Ensure that the file that you're trying to cleanup is included in your solution.
Try to reopen solution (close and then open again).
Upgrade to 6.1.1, maybe its fixed there.
File a bug report at http://youtrack.jetbrains.com
Both ReSharper 7 and 8 seems to work OK.
I know this is an old answer, but I found a little more insight on this. According to Jerrie Pelser in this blog post from last year, this may have to do with the file being part of a NuGet package. In my case, this was definitely it!
In case of link rot, basically the post mentions that ReSharper will avoid refactoring/code cleaning for files it detects were added as part of NuGet packages. This is similar to how it will not allow code cleanup for generated code.