Menu: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
No edit summary
Line 201: Line 201:


Links:
Links:
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/mindmap_menus.xml?view=log mindmap_menus.xml].
* [https://sourceforge.net/p/freemind/code/ci/master/tree/freemind/mindmap_menus.xml mindmap_menus.xml] in Git, sourceforge.net


==Implementation==
==Implementation==


CVS:
Git:
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/controller/MenuBar.java?view=log MenuBar]
* [https://sourceforge.net/p/freemind/code/ci/master/tree/freemind/freemind/controller/MenuBar.java MenuBar.java] in Git, sourceforge.net


==Tracker==
==Tracker==

Revision as of 07:22, 8 June 2023

This page should document all considerations on menu structure and naming of menu items. It should also list menu items to easy search and for a particular view on the functionality available.

Menu structure

Menu structure in FreeMind 1.0.1:

  • File
    • New
    • Open
    • Save
    • Save As...
    • Revert
    • Create Encrypted Map...
    • Save All
    • Close
    • ----
    • Export
      • ...
    • ----
    • Import
      • ...
    • ----
    • Page Setup...
    • Print...
    • Print Preview...
    • ----
    • Most Recent Files
    • ----
    • Quit
  • Edit
    • Undo
    • Redo
    • ----
    • Select All Visible
    • Select Visible Branch
    • ----
    • Cut
    • Copy
    • Copy Single
    • Paste
    • Paste as Plain Text
    • Paste as Clone
    • Deactivate Clone
    • Copy Format
    • Paste Format
    • ----
    • Edit Node
    • Edit Long Node...
    • Edit Attributes
    • Remove Node
    • ----
    • Find
    • Find Next
    • Find and Replace...
    • Search for address node in map
  • View
    • Toolbar
    • Secondary Toolbar
    • ----
    • Rectangular Selection
    • Zoom In
    • Zoom Out
    • Zoom to Fit to Page
    • ----
    • Note Window
    • ----
    • Attributes
      • Show All Attributes
      • Show Selected Attributes
      • Hide All Attributes
  • Insert
    • New Child Node
    • New Sibling Node
    • New Previous Sibling Node
    • New Parent Node
    • ----
    • Icons
      • Select Icon
      • Remove Last Icon
      • Remove All Icons
      • ----
      • ...
    • Insert Encrypted Node
    • Toggle Crypted / Encrypted
    • Image (File Chooser or Link)...
    • Hyperlink (File Chooser)...
    • Hyperlink (Text Field)...
    • Add Graphical Link
    • Add Local Link
    • ----
    • Cloud
  • Format
    • Change Format...
    • ----
    • Use Rich Formatting
    • Use Plain Text
    • Physical Style
      • Manage Patterns...
      • ... physical style/pattern list ...
    • ----
    • Fork
    • Bubble
    • ----
    • Larger Font
    • Smaller Font
    • Italic
    • Bold
    • Node Color...
    • Blend Color...
    • Node Background Color...
    • Remove Node Background Color
    • Reset Position
    • Remove Notes
    • ----
    • Automatic Layout
    • Blinking Node
    • Show Icons Hierarchically
    • Cloud Color...
    • ----
    • Edge Color
    • Edge Styles
      • Linear
      • Bezier
      • Sharp Linear
      • Sharp Bezier
    • Edge Widths
      • Parent
      • Thin
      • 1
      • 2
      • 4
      • 8
  • Navigate
    • Move to Root
    • Node Up
    • Node Down
    • Node Left
    • Node Right
    • ----
    • Toggle Folded
    • (Un)fold Children
    • Last Edit Location
    • Back
    • Forward
    • Unfold All
    • Fold All
    • Unfold One Level
    • Fold One Level
    • ----
    • Open Hyperlink
    • Open Directory to Link
    • ----
    • Note Edit Switch
    • ----
    • Show Clone Nodes
  • Tools
    • Join Nodes
    • Split Node
    • Sort Children
    • Change Root Node
    • ----
    • Show Modification Times
    • Show Revisions in Yellow
    • ----
    • Attribute Manager
    • Assign Attributes
    • ----
    • Show Calendar...
    • Show Time Scheduler List...
    • ----
    • Evaluate
    • Script Editor
    • ----
    • Share Map...
    • Join Map...
    • ----
    • Show Map
    • ----
    • Preferences...
  • Maps
    • Previous Map
    • Next Map
    • Move Map Left
    • Move Map Right
    • ----
    • ... map list ...
    • ----
    • Browse Mode
    • Mind Map Mode
    • File Mode
  • Help
    • Documentation
    • FreeMind's Home Page
    • FAQ
    • Key Documentation PDF
    • Help...
    • ----
    • Log File Viewer
    • ----
    • FreeMind's License
    • About
    • ...

Links:

Implementation

Git:

Tracker