Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Disable formatter with Java comment
Disable formatter with Java comment [message #255494] Fri, 08 August 2008 16:20 Go to next message
Eclipse UserFriend
Originally posted by: cbismuth.mega.com

Dear community,

I'm a user of GNU indent, and I would like to disable Java formatting with
comments, like:

/* DISABLE FORMATTER */
String s = "ezndizeudnui" +
"kzejndfkzejfnkj" +
"dezfkn";
/* ENABLE FORMATTER */

Is it possible?

Thank you,
Chris
Re: Disable formatter with Java comment [message #255499 is a reply to message #255494] Fri, 08 August 2008 17:30 Go to previous message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
Christophe Bismuth a écrit :
> /* DISABLE FORMATTER */
> String s = "ezndizeudnui" +
> "kzejndfkzejfnkj" +
> "dezfkn";
> /* ENABLE FORMATTER */
>
> Is it possible?
This is not possible right now.
--
Olivier
Previous Topic:Generating Resolved AST without a Project
Next Topic:How to define a variable for a user (or system) library
Goto Forum:
  


Current Time: Thu Aug 08 14:19:25 GMT 2024

Powered by FUDForum. Page generated in 0.03411 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top