plugin like VSCode's Markdown Index

Plugins for SynWrite and CudaText...
SamC
Posts: 208
Joined: 12.08.2023 00:49

Re: plugin for markdown index

Post by SamC »

Hello,If the codetree is user-defined by python code rather than buildin,will app_proc() and tree_proc() works?
Also,
I found a lexer named:Text with indentation. When I want to make a code tree for this lexer,the statement in install.inf should be like below?

Code: Select all

[treehelper1]
lexers=Text with indentation
main Alexey
Posts: 2265
Joined: 25.08.2021 18:15

Re: plugin for markdown index

Post by main Alexey »

I don't understand. app_proc() and tree_proc() always work. If the code-tree is built from different code, you get different code-tree nodes.

>the statement in install.inf should be like below?
yes, it seems.
SamC
Posts: 208
Joined: 12.08.2023 00:49

Re: plugin for markdown index

Post by SamC »

Get it,thx~
Post Reply