News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Plugin MarkDown

Started by LETARTARE, July 31, 2015, 10:49:36 AM

Previous topic - Next topic

LETARTARE

Hello,
is there a plugin for editing text (MarkDown Git style)
or any other means with 'Code::Block' ?
Cordially
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

ollydbg

Edit Markdown text?
I don't know, I only know that the new Doxygen support markdown style comments
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

LETARTARE

Thanks you,
I wanted to avoid using a program like 'MarkdownPad2' for Window ...
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

oBFusCATed

There are two things that cb could do for you:
1. provide syntax highlight
2. allow you to run a tool that renders the text in markdown.

I'm not sure if 1 is possible, someone should inspect the scintilla's docs if it has a markdown lexer.
Two is already possible with Tools or Tools+, you just need to find a markdown renderer.

Anything else is outside of the scope of an IDE - a tool for writing code, not formatted text documents!
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

LETARTARE

@oBFusCated
thank you,
Yes markdown lexer exists in C::B :
Scilexer.h -> #define SCLEX_MARKDOWN 98
but no 'lexer_markdown.xml'.
I'll look it is easy to get highlighted.
What would be the closest language ?
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

LETARTARE

CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'