printing with folds
Submitted by Friday, 9 March, 2007 - 19:10
on
jEdit 4.3pre8 using Java 1.5.0_09
Hello,
I'm using a plugin called the Configurable Fold Handler in jEdit. It comes in handy for wrapping up code in the window using little triangles in the left sidebar. I tried to print my code today where I had a fold inside of it. I didn't expect the fold to print out since it was folded. I expected it to print out 1 line where the fold was displaying, but it actually printed out the entire contents of the fold.
Is there a way to print what the buffer window EXACTLY looks like so that it doesn't print the fold contents? if not, could this be implemented with a future release of a plugin?
to redo this issue:
fold a piece of code within your normal fold tags, for me thats { /* open and } */ close. Configurable Fold Handler should use regular expressions for this aka. \{|/\* and \}|\*/ I'm using php but I'm pretty sure this issue can arise in C,C++,and Java.
Thanks,
Alex Cory
Dominion Enterprises
Hello,
I'm using a plugin called the Configurable Fold Handler in jEdit. It comes in handy for wrapping up code in the window using little triangles in the left sidebar. I tried to print my code today where I had a fold inside of it. I didn't expect the fold to print out since it was folded. I expected it to print out 1 line where the fold was displaying, but it actually printed out the entire contents of the fold.
Is there a way to print what the buffer window EXACTLY looks like so that it doesn't print the fold contents? if not, could this be implemented with a future release of a plugin?
to redo this issue:
fold a piece of code within your normal fold tags, for me thats { /* open and } */ close. Configurable Fold Handler should use regular expressions for this aka. \{|/\* and \}|\*/ I'm using php but I'm pretty sure this issue can arise in C,C++,and Java.
Thanks,
Alex Cory
Dominion Enterprises