ProgramFan
ProgramFan
I'm sorry that I do not have enough time to work on this at the moment.
I have tried to implement spell checking in Ace and no success yet. I have tried the following two approaches: 1. Enable browser checking by setting `spellcheck="true"` for the editor...
Unfortunately, this issue https://github.com/ajaxorg/ace/issues/2107 is still opening. And I don't have enough time to investigate the inners of ace. So maybe we have to abandon either ACE editor or spell...
No problem with MIT.
Nice to see that :smile: Michael Muré 于2019年7月15日周一 上午8:06写道: > @ProgramFan I published the text package > as a standalone package here: https://github.com/MichaelMure/go-term-text > > — > You are receiving...
Thanks. I tried but it only distorts the line further. Then I think this is more than calculating the line height. VTE uses such a strange way to calculate cell...
Thanks for the review. I am preparing it.
I added two test cases for cray pointers in the aforementioned test suite, and also a comment line in Fortran77.y. To be brief, this PR allows fortran-src to parse full...
I agree with the idea of making separate constructors for cray pointers, since they can appear in both fixed and free form sources. It would also solve the awkward situation...
Sorry, inline macro can not span multiple lines. You can use block macro for this. The example contains one example.