Closed dscso closed 11 months ago
and support for long: false if you are using
#gls("ddr-ram", long: false)
the
long: false
will not be ignored as it was before the patch
I think i will refactor the code a bit this WE, and make a release, are you ok with me including your changes in my commits ? you will get attribution in the release note and the changelog (which is not created yet, i'll do this before the release)
Ok good! Thank you very much for the plugin! It helped me a lot with my bachelor thesis.
If you are already about to refactor: maybe it is worth noting that it is more readable to make the introduction of a word the other way around: Transmission Control Protocol (TCP) instead of TCP (Transmission Control Protocol) how it is now.
in scientific articles I’ve always seen the first version.
if you want I can open an issue
go ahead you can open the issue.
Remove unnecessary spaces after the
#gls("fpga"). blabla bla
as example. Using it in combination with a , or a . afterwards it generates an unnecessary space after the label.After this patch:
and support for long: false if you are using
the
long: false
will not be ignored as it was before the patch