@eht16 commented on this pull request.


> + * @param[in] needles The string with placeholders to replace.
+ *                    The string is a combination of 'd', 'e', 'f', 'l' and 
'p'.
+ *                    'd' : replace %d with the absolute path
+ *                    'e' : replace %e with the filename (excluding extension)
+ *                    'f' : replace %f with the filename (including extension)
+ *                    'l' : replace %l with the current 1-based linenumber
+ *                    'p' : within a project context:
+ *                             replace %p with the absolute project base 
directory
+ *                          within a document context:
+ *                             replace %p with the absolute path/filename 
(including extension)
+ *
+ *                    e.g. 'df' will replace all %d and %f placeholders

@Pynckels 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4250#discussion_r2133727892
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/4250/review/[email protected]>

Reply via email to