Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated with MifosX link.. since sometimes people come here by mistake, but mean to install MifosX.

Note: If you want to develop on the new MifosX platform, then refer to this page: Getting started - Contributing to MifosX

This page is about how to develop the Mifos platform.

...

  • General > Content Types > Java Properties File : Default encoding, type "UTF-88  " and click Update
    • because Mifos Translation .properties files are UTF-8 8   encoded (while standard Java properties files are ISO-88598859  -1); see MIFOS-4851 4851   for some background about this
  • General > Editors > Text Editors > Insert spaces for tabs (instead of tabs)
  • Web > CSS Files > Editor > Indent using spaces (instead of tabs)
  • Web > HTML Editor > Indent using spaces (instead of tabs)
  • XML > XML Files > Editor > Indent using spaces (instead of tabs)
  • XML > XML Files > Editor > Indentation size: 4 (instead of 1)

...