Atom Editor - Can´t write the ':' character - atom-editor

I installed some plugins (autoclose-html), and now I cannot write the : character. If I disable it, I can write this back, but if I enable it another time, I get the problem.
How can I fix this? How can I change the plugin not to override my keys?
I've also filed a bug report.

I assume you're using an international keyboard layout. I run into this issue as well with 2 different international layouts (PT and SE).
As of v.0.23.0 Legacy/International Mode has been added. if you activate it in settings, it should solve your issue.

Activate Legacy/International Mode works for me

Related

How to enable mark occurrences feature for the OpenEdge editor

I've been missing this feature since starting to work with OpenEdge, and I am left wondering if the is any way to enable this.
I've checked the OpenEdge editor properties in Eclipse but was unable to find the option to toggle this. Is there a plugin that can enable it? Maybe a hidden way to do that without the need of a plugin? Any help is appreciated.
Mark occurrences feature example
If you search using Ctrl+H (or Search -> Search) in the OpenEdge Editor (Eclipse based) you get marked occurences in the editor as well as a list of all search hits in the Search tab.
In this example I've searched for "RETURNS CHARACTER"
In the old AppBuilder editor you are out of luck.

Atom editor : Bookmark package: bookmark toggle not working with default key mapping

I use Atom 1.8.0 on Windows 7.
The keymapping says, 'ctrl-alt-f2' with selector '.platform-win32 atom-text-editor'. If I press the combination of buttons, nothing happens.
I mapped the bookmark toggle operation to another key mapping ('ctrl-shift-1') just to see if it works, and it works. My problem of bookmarking is solved, but I wanted to know why the default combination is not working.
What am I doing wrong ? How can I trouble shoot this to find the root cause ?
The keybinding-resolver is a great way to detect conflicting keyboard shortcuts. If there are conflicts, you can use unset! to disable existing shortcuts.
If the problem persists, make sure the same shortcut isn't used globally. There is a GitHub issue reporting the Intel Graphics Control Panel is using the same shortcut globally.

Auto save my edits

I have only been able to find 1 add-on for autosaving/draft-save.
The problem is that if the browser crashes while you are editing content of a page, or created a new page, that changes will be lost. And it's not always, that one will remember to save manually.
The add-on I found and installed is: plone.app.drafts
I installed it using buildout, and activated it in the add-on. Though it doesn't seem to be working for me. Has anyone managed to make it work? To test it I crashed the browser (and also just closed the browser while editing), and according to the documentation for this add-on, the saved content should be in portal_drafts. But there is nothing there.
I followed this document.
Stackoverflow has the best auto save future EVER. It would be nice with such, but just a normal auto save will do fine.
Are there other plone fans out there that have managed to overcome this hurdle? Like found a nice add-on to help out?
do you want to auto-save input in richtextfields (tinymce) or all fields?
for tinymce there is a plugin you could try to add:
https://pypi.python.org/pypi/zopyx.tinymceplugins.tinyautosave/1.0.1

Adobe Brackets 0.41 - CSS auto-completion error while in Live Preview

When:
Live Preview is running
I'm writing CSS
& I hit Enter to use an auto-completion recommendation
Then:
The auto-completion occurs
The cursor skips down a line & indents
I usually work around this annoying cursor movement by closing Live Preview, but I'd really rather not. Is this a bug or am I missing something? How can I fix it to where it just simply fills in the auto-completion recommendation?
Thanks!
Brackets 0.41
Windows 7
Brackets doesn't normally behave this way - you may have an extension installed that's causing trouble. Try using Debug > Reload Without Extensions and see if the problem still happens. If that fixes it, you can systematically disable individual extensions until you find which one was causing the problem. I believe the "Emmet" extension has caused some similar issues in the past, so that might be a good one to check first.
Once you know which extension causes the problem, I can walk you though filing a bug with the extension's author so it can be fixed.
If you're seeing the issue even after Debug > Reload Without Extensions, then it would be good to get more specific with the steps that trigger the problem. For example:
Open the default "Getting Started" project and open its main.css file
Start Live Preview
Add a new line to the end of the body rule
Type font-w and press Enter
type b and press Enter
When I do these steps, no extra newline is inserted. What steps should I use instead to see the problem?
I found this as I was experiencing the exact same issue. Try disabling any scripts called in your html one by one to see if it goes away. My issue was a script I was loading from a Wu

Aptana Studio 3 - Content Assist

Over the last few days this issue has been popping up and it's really beginning to annoy me as I spend more time correcting it than actually coding.
periodically when I am working with my JavaScript (jQuery) when I type $ for say:
$('#something').html when I type $ the content assist box comes up, which is fine but when I press ( I get the following output:
$$()
instead of how it should look:
$()
Any idea's how to fix this without disabling content assist for JavaScript? Thanks.
As stated in a comment I have fixed this issue in 3.0.4 and before. Aptana Studio has bindings for auto-inserting the proposed code. To fix it, go to Windows -> preferences -> Aptana Studio -> Editors -> Javascript and delete the insert proposed which is by default: .( and that will fix your issue.
As Ingo Muschenetz states, 3.0.5 is supposed to have fixed this issue, but I have yet to actually try out that version to ensure that it does.
This is actually a known bug and fixed in the update to 3.0.5: http://preview.appcelerator.com

Resources