Mark Birbeck

Results 24 comments of Mark Birbeck

An easy solution might be to add a flag along the lines of `add_to_history` or some such and just set it to `true` for the keyboard commands.

Whilst working on my [GitMode](/markbirbeck/sublime-text-gitmode) extension I realise that it would be nice to have different histories for different configurations. So perhaps setting `add_to_history` to `true` should result in a...

A temporary workaround is simply to reinstate the prompt: go to the end of the file and type `IRC>` (with a trailing space) at the beginning of the line and...

Interesting... From what I know about POS taggers they only leave one space between tokens. I've only used NLTK's tagger in earnest, so I'm basing a lot of my assumptions...

Which POS tagger are you using? I've just noticed that you have `It's` as one word. Is your tagger leaving `It's` like that, or have you manually created some strings...

Ok...sounds like it's worth addressing, although I'm wondering if it should be addressed at the tokenising stage. A quick Google around shows that the Stanford tokeniser, for example, includes options...

If a long-running process is displaying its output in a view then something like `[CTRL]+C` could be used to terminate it. However, if a process is not updating a view...

Commit message on ad231ae is wrong...should be a reference to #50, not #10.

@DiegoAz has suggested a neat solution to this in issue #54. He has flagged up that we could take the same approach as the one used in the sublime-gulp plugin...

I'm not quite sure what this issue is since it seems to be possible to create panels for both commands and keyboard shortcuts. Perhaps the idea is that rather than...