Ole Michaelis
Ole Michaelis
That is a interesting issue. I'm not sure if this is something which should be handled by this plugin, and if what would be user interface look like? Because technically...
Idea: A regex (initially empty) to match characters / patterns to exclude from the count. Any implementations / PRs welcome
Great idea, I'd love to see a PR for that 👍
@Aerijo Generally I think having smarter counting per file format is a good idea. However, we would need to have a possibility to have different functions per file extension. If...
> If this is not possible in the short-term, as I am using it now the main inaccuracy seems to come from the inclusion of words in comments. Is there...
You have a very valid point there. But instead of adding yet another toggle I'd love to see a solution that works with an internal map that we can expand...
@alexlawrence I'd love to see such a thing. So please go ahead, a few notes for the implementation: - only display it when option key is pressed, like _shift_ or...
Hey @wldcordeiro could you please re-test this with all other plugins disabled? Because I've never seen this before? Thanks a bunch!
That's a use case which is unfortunately not supported yet. I think the solution to this is in implementing / fixing #6 :wrench: I'm happy to take a PR :package:
Hey @johnjcamilleri that indeed sounds like a bug, and my guess for the caue is that the view is updated on keystoke events https://github.com/nesQuick/atom-wordcount/blob/master/lib/main.coffee#L27-L28 so there is no eventlistener for...