Releases: raydac/netbeans-mmd-plugin
Releases · raydac/netbeans-mmd-plugin
release 1.4.4
- ALL: #46 improved map model save procedure to not encode national charsets into URL format
- SR: updated versions: PlantUML 1.2018.9, Batik 1.10, JLatexMath 1.0.7, JNA 4.5.2
- ALL: added support of line number in file link through pattern
<file_path>:<line_number>
twit - IJ: #15 added node search panel usually activated by
CTRL+F
twit - ALL: increased number of emoticons
- ALL: #45 improved security in XML import
- SR: added list of file extensions to be opened in system provided viewer
- ALL: added extra logic to check edited content to prevent false model change event
- SR: improved PlantUML editor
- SR: improved speed of work with project folders
release 1.4.3
1.4.3 (01-may-2018)
- SR: license changed to LGPL 2.1
- ALL: increased step of scroll and decreased step of scale in panel
- ALL: added special icon for
mailto
scheme in URI - ALL: fixed processing of drag'n'drop URL files from browsers under Windows
- IJ: #42 Fixed processing of project root in maven multi-project workspace
- ALL: #44 Improved emoticon panel to increase slected icon visibility
- ALL: #43 Fixed non-processed exception "Clipboard is busy"
- IJ: #40 Fixed exception if turn off option
disable .projectKnowledge folder autocreation
in proect facet - SR: added support for PlantUML script rendering (files
.pu
,.puml
and.plantuml
)
release 1.4.2
1.4.2 (25-feb-2018)
- SR: #38 added option to not show hidden files and folders in proect tree
- ALL: Added paper render quality option
- ALL: #36 fixed line break processing in topic title editor under Mac OS
- SR: #37 fixed start of SciaReto under Oracle JDK-9 in MacOS
- IJ: #35 added
Use Project base folder as relative path root
option to facet (by default it uses Module folder) - ALL: #34 added logic to interpret zero-length MMD file as an empty mind map file with root.
- ALL: #33 added configuration flag to trim entered topic text,
Trim topic text before set
- ALL: added exporter for AsciiDoc
- ALL: #31 Imrpoved FreeMind compatibility to support 1.0.1 FreeMind format
- ALL: #30 Remember setting in "add file"
- ALL: #29 Remember per session last used directory for files
- ALL: Added standard text pop-up menu into text fields of both File dialog and URI dialog.
- ALL: added select mode with pressed SHIFT
1.4.1 release
1.4.1 (30-sep-2017)
- SR: Fixed too high CPU utilization
- ALL: Removed use of javax.xml.bind.DatatypeConverter to make compatible with Java 9
- SR,LJ: Improved print preview panel
- ALL: Reworked processing of print preview, removed buffered image use
- ALL: Changed default shortcuts for MacOS, fixed processing of space button
- ALL: Fixed D'n'D processing of topics
- IJ: fixed issue "Project Project (Disposed) test already disposed" #25
release 1.4.0
1.4.0-SNAPSHOT (18-dec-2016)
- IJ: plugin adapted for compatibility with 14.0.5 (139.1803)
- ALL: added importers for Mindmup, Freemind, Novamind, Coggle and XMind formats
- NB: disabled watching of file changes by default, added options flag to enable that
- NB: added option to turn off "where used" refactoring actions for mind maps
- SCIARETO: added graph generator for file links in mind maps of project
- ALL: added support of Cut-Copy-Paste actions over Mind Maps
- ALL: added reset button into URI edit dialog
- ALL: added processing of dragged links and texts from external web browsers
- SCIARETO: fixed 'New Project' under MacOSX
- ALL: improved image plugin to import images from clipboard and max edge size inceased up to 350 pixels
- ALL: improved mind-map options panel, added functions to reset, import and export settings.
- SCIARETO: added CLI interface to convert data
- ALL: export into Org-Mode format #24
- IJ,NB: by default disabled autocreation of .projectKnowledge folder #23
- ALL: added keyboard shortcuts to fold and unfold topics (
-
and=
) #18 - ALL: added attribute in mind map templates to show jumps by default
- IJ: added auto-positioning of root topic into center of view area just as document open
- SCIARETO: added text search in map
release 1.3.0
It needs installed Java 1.7+
1.3.0 (01-sep-2016)
- added sorting of attributes in mind map model to keep their order
- added plugin to add an image into a topic
- changed Plugin API
- fixed casual d'n'd topic operations through click over its fold-unfold icon
- added export into SVG image format
- published standalone editor "Scia Reto"
- fixed issue #22, added key short-cut into options to tune "next line char" for topic text editor, by default SHIFT+ENTER
release 1.2.0
1.2.0-SNAPSHOT (05-jun-2016)
- IJ: Minimal supported API version changed to 143.2370
- fixed issue #16, Added default key board shortcut to open popup context menu, CTRL+ALT+SPACE
- Added loading of custom plugins from folder defined through nbmmd.plugin.folder property
- Added plugin "Emoticons"
- Added importer from text files written in style text2mindmap
- Added key board shortcuts to add focused items during focus move
- Added key board shortcuts for zooming in, out and resetting zoom.
- fixed issue #10 "In Select topic dialog; Fold All only closes the root node"
- fixed issue #9 "Cannot find configurable: com.igormaznitsa.ideamindmap.settings.MindMapSettingsComponent"
- fixed issue #11 "Can't create topic with hash char"
- reworked mind map format parser to make it compatible with PSI tree parser in IDEA
- code refactoring, inside API reworked to plugin based one
Release 1.1.4 for NB and 1.0.4 for Intellij IDEA
1.1.4 (21-feb-2015)
- improved PNG exporter to save images without background and with all unfolded topics
- added graphical print support into the IDEA plugin
- added tuning of key modifiers to activate scaling with mouse wheel
- fixed icons in color choosing buttons in IDEA version under Retina
- improved panel, now clicking on '+' of a topic with pressed CTRL will open only 1th level children
- improvements of stability in work with DnD operations
- refactoring of both plug-ins, improved stability of work
1.1.3 release for NB, 1.0.3 release for IDEA
1.1.3 (29-nov-2015)
- the IDEA plugin enabled for all products based on the IDEA platform (but not all of them allow to tune facets) (IDEA, 1.0.3)
- enabled folder actions for folders within .projectKnowledge folder (NetBeans, 1.1.3)
- improved DnD processing to avoid potential NPE for objects without file references (IDEA, 1.0.3)
- added "Knowledge" view into Project pane to show separately .projectKnowledge folder content (IDEA, 1.0.3)
- fixed incompatibility of the Settings panel with OpenJDK (IDEA, 1.0.3)
Release 1.1.2 (NetBeans and core), 1.0.2 (Idea)
1.1.2 (22-nov-2015,maintenance)
- refactoring to increase compatibility with different IDEs
- removed logging with slf4j, added services to provide different logging for each IDE
- improved logic of opening file link in both IDEs
- changed byte-code version to Java 6 (but it still uses java.nio.file.Path from Java 7+)
- bug fixing in the IDEA version (1.0.2), changed minimal IDEA version to IDEA 13 (133 build), but it should be started under Java 7+