colors - Colored output in netbeans console with ansicodes -
i trying colored output in netbeans output window.
ansi-output in linux , windows console works fine. not in ide.
is there way create work in netbeans' output window?
according https://netbeans.org/bugzilla/show_bug.cgi?id=214546 should work, doesn't in current netbeans 8.0.1 installation (neither linux nor windows).
any hints on how that?
i using netbeans 8.0.1 myself, on windows 7. tried ansi escape code, , works. example:
string greenbold = "\033[32;1m"; string reset = "\033[0m"; system.out.println("before" + greenbold + " greenish " + reset + "after");
netbeans colors output ansi-escape
No comments:
Post a Comment