@van-de-bugger commented on this pull request.


In doc/geany.txt:

>    ``%Y``      The Scintilla style number at the caret position. This is
               useful if you're debugging color schemes or related code.
 ============  ===========================================================
 
+Every placeholder may also specify width, e. g. ``%3l``. Width is the minimum
+number of characters to be shown. If the value is shorter than width, the
+result is left-padded with spaces, or right-padded in case of negative width.
+The value is not truncated even if the result is larger.
+

Limit is expanded to [-300..300] and documented.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3221/review/1011012538@github.com>