Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to customize the Java Editor behavior after "if (expr)<RETURN>"
How to customize the Java Editor behavior after "if (expr)<RETURN>" [message #119675] Sat, 30 August 2003 09:18 Go to next message
Eclipse UserFriend
Originally posted by: zsolt.koppany.intland.com

Hi,

I use 3.0-M3 Gtk on Redhat-9 and would like to change the behavior of the
Java Editor after I enter "if (expr)<RETURN".

Here I show what I would like to get:
if (true)
{

and here is what currently happens:
if (true)
{

I have tried to modify the "Code Fomratting" under preferences but with no
success. Until now I used 2.1.1 and that does what I like (and used to).

How can I configure the editor?

Zsolt
Re: How to customize the Java Editor behavior after "if (expr)<RETURN>" [message #119829 is a reply to message #119675] Sun, 31 August 2003 16:22 Go to previous message
Eclipse UserFriend
Originally posted by: tom.eicher.name.nodomain

This is actually a bug in the auto indenter. Please file a bug report.
-tom

Zsolt Koppany wrote:

> Hi,
>
> I use 3.0-M3 Gtk on Redhat-9 and would like to change the behavior of the
> Java Editor after I enter "if (expr)<RETURN".
>
> Here I show what I would like to get:
> if (true)
> {
>
> and here is what currently happens:
> if (true)
> {
>
> I have tried to modify the "Code Fomratting" under preferences but with no
> success. Until now I used 2.1.1 and that does what I like (and used to).
>
> How can I configure the editor?
>
> Zsolt
>
>
Previous Topic:using eclipse as a framework for a custom application
Next Topic:Context Menus disappear
Goto Forum:
  


Current Time: Fri Oct 18 13:30:44 GMT 2024

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

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

Back to the top