ajile / word-jumper

Provides ability to jump camelCase hills.
MIT License
8 stars 5 forks source link

weard behaviour when Markdown Preview is activated #3

Open rhoconlinux opened 10 years ago

rhoconlinux commented 10 years ago

The plugin works just ok.

I found some miss-behaviour in files like read.me or xxxxxx.md, not allways, but only when the markdown preview es active (ctrl+shift+m).

It jumps paragraphs or jumps only to special characters (if the preview is opened and the file is a bash script or something with lots of symbols)

rhoconlinux commented 10 years ago

I identified the source of the problem.

If you have a loooong chain of text, then the plugin breaks itself AFTER that chain.

Example:

##############
#word jump works just fine here. 
##############
The fastest screenshot sharing app, ever.
------------------------------------
Share your Linux desktop on the web. In one click. ![logo](https://raw.githubusercontent.com/rhoconlinux/show-your-desktop/master/show-your-desktop/resources/show-your-desktop.png) ############## # after that long url doesn't work anymore. ##############
Description ----------- How it works this minimalistic app?

Just paste this code on Atom to reproduce the bug.