tomboy-notes / tomboy.osx

MonoMac-based version of Tomboy.
Other
20 stars 3 forks source link

Adapt to new tomboy-library #14

Closed Dynalon closed 10 years ago

Dynalon commented 10 years ago

This PR adapts tomboy.osx to the changes I did in tomboy-library master.

On a side note and unrelated to this PR, I discovered that indentation & whitespaces is completely broken in tomboy.osx. Tabs & spaces are mixed everywhere, some lines use tabs, some spaces etc. We should decide on a style guide for tomboy-notes organization and put them as project-specific settings into all relevant .csproj files.

rashoodkhan commented 10 years ago

I noticed the indentation issue. It views fine on Xamarin Studio, but once the code is checked in, the indentation changes.

Having a style sheet would be really good, also at most places the braces after control statements is not uniform, at some places it goes on to next line and in others it stays on the same.

I think we can use the style guide which is used for (Mono project)[http://mono-project.com/Coding_Guidelines] as a reference to draft our style guide.

trepidity commented 10 years ago

Good call guys! Is this what you are talking about? https://www.dropbox.com/s/mv68x51fwu3wfj5/Screenshot%202014-04-28%2013.00.16.png