You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3173
-- Commit Summary --
* Add batch file ctags parser
-- File Changes --
M ctags/Makefile.am (1) A ctags/parsers/dosbatch.c (44) M meson.build (1) M src/filetypes.c (2) M src/tagmanager/tm_parser.c (10) M src/tagmanager/tm_parser.h (1) M src/tagmanager/tm_parsers.h (3) M tests/ctags/Makefile.am (1) A tests/ctags/simple.bat (30) A tests/ctags/simple.bat.tags (5) M tests/meson.build (1)
-- Patch Links --
https://github.com/geany/geany/pull/3173.patch https://github.com/geany/geany/pull/3173.diff
@techee pushed 1 commit.
6ce94533959466f146556424dd293b8d23424900 Add batch file ctags parser
Does `.bat` still exist on a supported version of Windows?
Haven't booted a Windows machine but I'd be surprised if it were dropped by Microsoft. (@eht16 am I right?)
I asked because it didn't work on the Windows 11 tablet, but maybe thats a tablet thing?
![windows_batch](https://user-images.githubusercontent.com/617017/189550403-128edcf1-93fd-434...)
On my old Windows 7 it still works. I cannot anything newer, I never will use any Windows version beyong 7.
I guess our issue tracker will tell us when Batch files are not supported any longer, each time a user uses @elextr's great build system commands, a Windows batch file is created and executed (https://github.com/geany/geany/blob/master/src/geany-run-helper.bat) :D.
And since we already have the filetype and @techee did already the work, why not adding it?
I guess our issue tracker will tell us when Batch files are not supported any longer, each time a user uses @elextr's great build system commands, a Windows batch file is created and executed
Hmmm, written by @b4n and merged by @eht16 ... not my fault ;-)
But yes, if `.bat` flew away we would hear about it (bat, flew away ... ok, I'll see myself out :-)
And since we already have the filetype and @techee did already the work, why not adding it?
Ok
Merged #3173 into master.
github-comments@lists.geany.org