Matthew Brush

Results 196 comments of Matthew Brush

> I would like to see typical tricky example code for which writing a parser hard. I don't know enough about CTags parsers to know what would be tricky, I'm...

Re-opening with new title and "enhancement" label. It's even possible to do this without using libvte, by using the Win32 console API, but it's highly unlikely to be implemented by...

The Python REPL works on Windows with GeanyPy, but something more general would be much more work. It's probably unlikely VTE would ever support Windows either since it doesn't have...

@osevoso that might be suitable if it's written in native code and uses standard C/C++ that can be compiled on non-MSVC compilers and non-Windows OS (the nightly builds are cross-compiled).

I see no reason one couldn't embed a native win32 window in a GTK+ app; just get its `HWND` and reparent it into a GTK+ widget's `HWND`. It might be...

I never said it was easy, just possible.

What if you use the same font in Geany as you're using in Notepad++?

I'm pretty sure this a GTK+ issue where it hardcodes some bad defaults forcing themes or apps to fix with custom CSS like [this Issue](https://github.com/shimmerproject/Greybird/pull/248). I guess this is the...

If we went for a local hack (3), something like https://github.com/codebrainz/geany/commit/4d6a914c31d29a31df2a854a976305959bc7f31b works, but it should be done properly as noted in the commit message if it's to actually be merged....