[Eclipse] Formatage de code ?

Formatage de code ? [Eclipse] - Java - Programmation

Marsh Posté le 03-07-2003 à 11:05:28    

Je sais, c'est pas S&R, mais j'pense qu'il y a plus de gens qui utilisent Eclipse ici :o
Or donc, j'ai un source édité avec Eclipse et je fais Source->Format. Et là, tout se passe bien en fonction de mes settings, c'est le bonheur. Sauf un truc. Les appels de méthodes ou les initialisations de variables, quand c'est un peu trop long (je ne connais pas la valeur de ce "un peu troip long" [:joce]), Eclipse me les fout sur plusieurs lignes. Exemple :

Code :
  1. CommandEvent event =
  2. new CommandEvent(
  3. this,
  4. this,
  5. CommandEvent.UNSELECTED,
  6. CommandEvent.PERMANENT);


Et je veux :

Code :
  1. CommandEvent event = new CommandEvent(this, this, CommandEvent.UNSELECTED, CommandEvent.PERMANENT);


Je sais que c'est défini comme dans le premier cas par les codeconvs à la con de Sun, mais j'ose espérer qu'il existe une option dans Eclipse qui fasse ce que je lui demande. J'ai cherché mais j'ai pas trouvé [:sisicaivrai]
Une piste ? :/


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
Reply

Marsh Posté le 03-07-2003 à 11:05:28   

Reply

Marsh Posté le 03-07-2003 à 11:12:16    

Vous cassez pas, j'ai trouvé, c'était con comme la Lune [:ddr555]
(Window->Preferences->Java->Code Formatter->Line Splitting)


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
Reply

Marsh Posté le 03-07-2003 à 11:26:11    

Utilise Jalopy pas le format d'origine... C'est mieux, plus puissant, travaille sur tes packages, etc...

Reply

Marsh Posté le 03-07-2003 à 11:32:56    

C'est un plugin pour Eclipse ? Ou un outil externe ?
 
EDIT : ah yaisse, faut que je voie ça de plus près... [:meganne]
 
Merci :jap:


Message édité par Taiche le 03-07-2003 à 11:33:45

---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
Reply

Marsh Posté le 03-07-2003 à 11:45:29    

Taiche a écrit :

C'est un plugin pour Eclipse ? Ou un outil externe ?
 


 
Plugin gratuit
 
De rien

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed