problems with plugin, tabs color and javaStyle
Submitted by Wednesday, 21 September, 2005 - 16:50
on
HI,
I use jedit 4.2final version
I think that everyone that use jedit has installed buffer tabs plugin.(sorry for my english)
With a lot of buffer, i need to color the tabs for reach my code fastly.
How i can do this? I check the options
plugin->plugin options->buffer tabs->"enable colored tabs"
Now, where is my colored tabs? I want to color my tabs like green, red ecc, not only with the color of my interface(I use debian linux with xorg)
Any help?
Second problem:
I use in my code new java 5.0 feature like this:
I think that everyone that use jedit has installed buffer tabs plugin.(sorry for my english)
With a lot of buffer, i need to color the tabs for reach my code fastly.
How i can do this? I check the options
plugin->plugin options->buffer tabs->"enable colored tabs"
Now, where is my colored tabs? I want to color my tabs like green, red ecc, not only with the color of my interface(I use debian linux with xorg)
Any help?
Second problem:
I use in my code new java 5.0 feature like this:
java.util.LinkedList<E> from java api
example:
LinkedList<String> list = new LinkedList<String>();
When I try to reformat buffer with JavAstyle reformat buffer (another useful plugins) the parser say: parser exception.
The plugin is updated.
Anyone can solve my problems?
tnx
cnt00