Borek Bernard
Borek Bernard
VSCode-style :)
Just wanted to say that I agree with @BsNoSi and @ianaf100, a full-fledged search & replace would be a much-welcome addition. The current workaround is not really usable for me...
Yes, doing it _carefully_ is the main point. In a larger document where I cannot see all occurrences, blindly overwriting everything is not really an option.
Sorry, I didn't express myself clearly enough. In a typical document more than one page long, it's important for me to: 1. Have confidence that I'm replacing only what should...
Another use case is having a weird Unicode character in the history, like a middle dot or something – that cannot be easily searched for. Scrolling as shown [above](https://github.com/p0deje/Maccy/issues/229#issuecomment-873225855) looks...
I already have them at the bottom and I don't think it's enough. Just to make sure, I'm cross-posting the mockup from [this comment](https://github.com/p0deje/Maccy/issues/89#issuecomment-602265753) which I think could be one...
The escaping is wrong in both cases. The problem is on this line: https://github.com/cbarrick/gulp-run/blob/master/lib/command.js#L79 where the `command` is properly quoted but but `childProcess.spawn()` maybe transforms it somehow, I don't know,...
Another interesting test case that just came to mind - the command can be something like: ``` cmd1.exe && cmd2.exe ``` This executes fine on cmd.exe, like: ``` cmd /c...
[Descriptions](https://graphql.github.io/graphql-spec/June2018/#sec-Descriptions) don't seem to be supported at all: 
I'm not sure, even when I do manual Edit > Find > Toggle Find Bar, I get nothing. I'm on 2.0 though so that might be related?