Skip to content

Commit

Permalink
Even more OOP approach
Browse files Browse the repository at this point in the history
methods from NotesManager are also sorted by "sections" that make sense

next step to be fully OOP: don't keep Z_POSITION, ALL_NOTES and GLOBAL_ARE_VISIBLE as global variables
  • Loading branch information
maoschanz committed Jun 5, 2020
1 parent 8dc4e18 commit c454c27
Show file tree
Hide file tree
Showing 3 changed files with 194 additions and 161 deletions.
3 changes: 1 addition & 2 deletions README.md
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Notes are stored in files at `~/.local/share/notes@maestroschan.fr/*_text`
pas de raise correct quand on focus une note sans focus automatique
utiliser le singleton "notesmanager" pour notebox.createNote, plutôt que de
dépendre du putain d'array
mettre le putain d'array en attribut du singleton "notesmanager"
"éditer le titre" dans le menu
le bouton de grab aurait le titre en label, et clic-droit enroulerait
Expand Down
Loading

1 comment on commit c454c27

@maoschanz
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

related to #43

Please sign in to comment.