Hi Mungo

On 21/11/2018 16:14, Mungo Carstairs (Staff) wrote:

As we all know, we need to use standard formatting for team code development.

Hence Jalview is configured with:

- use project specific code formatting, imported from 
utils/eclipse/JalviewCodeStyle.xml

- Editor Save Action: formatted edited lines (only), plus a few additional save 
actions

These settings are in two metadata files under .settings in the workspace.


I have recently had the problem that the Jalview formatter seems to be ignored, 
and the Eclipse default applied instead.

For example, if I edit and save these lines

    public void closePanel()

    {

I get

  <tab>  public void closePanel() {

which corresponds to the Eclipse default, not the Jalview formatter.


This looks like a long standing bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=360711

I will explore whether reimporting the code style from XML resolves this.
Has anyone else had the same problem?
Not as yet. Are there commits where this has happened ?  they should be fixed 
immediately - no tabs allowed. period.


The University of Dundee is a registered Scottish Charity, No: SC015096
_______________________________________________
Jalview-dev mailing list
[email protected]
http://www.compbio.dundee.ac.uk/mailman/listinfo/jalview-dev

Reply via email to