bnd icon indicating copy to clipboard operation
bnd copied to clipboard

ANSI Console doesn't work with bndtools

Open maho7791 opened this issue 8 months ago • 3 comments

There is a bndtools.core.console.AnsiHandler in bndtools.core, that causes the Eclipse Console to clear randomly when using ANSI coding.

Is this handler still in use?

Disabling this handler in the plugin.xml makes the console output look ok.

https://github.com/bndtools/bnd/blob/35d63c0ac6982114f1627a641355a596826eead6/bndtools.core/_plugin.xml#L4

and

https://github.com/bndtools/bnd/blob/master/bndtools.core/src/bndtools/core/console/AnsiHandler.java

The Eclipse console supports ANSI natively.

maho7791 avatar Jun 19 '24 12:06 maho7791