Skip to content

Commit

Permalink
2.0 Release preperations
Browse files Browse the repository at this point in the history
  • Loading branch information
madflow committed Jun 21, 2014
1 parent 1e0f985 commit 2bfe02e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 deletions.
11 changes: 5 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ You may also compile a binary yourself with the **latest development code**.
3. (Configure Target Platform if needed)
4. Choose "Create NBM" from the project menu
5. Install the plugin with: Tools -> Plugins -> Downloaded

# Requirements

- NetBeans >= 7.0
- NetBeans >= 8.0
- "NetBeans Plugin Development" plugin must be installed if you want to compile your own binary package.

# Plugin features
Expand All @@ -32,7 +32,7 @@ You may also compile a binary yourself with the **latest development code**.
- Provides code folding based on headers
- Provides bread crumbs in the editor based on headers
- Provides a table of contents in the Navigator window
- Enables basic preview of the currently edited file in the IDE
- Enables full fledged preview in the editor window
- Exports your saved file content to an HTML document
- Enables HTML preview of your saved file in your configured web browser
- Lets you customize the HTML output with CSS and alien intelligence (Options->Miscellaneous->Markdown->HTML Export)
Expand All @@ -43,9 +43,9 @@ You may also compile a binary yourself with the **latest development code**.

![Editor - Source view](editor-source.png "The Source view of the Markdown editor")

![Editor - Preview view](editor-preview.png "The Preview view of the Markdown editor")
***

![Navigator](navigator.png "The Navigator window showing the structure of a Markdown document")
![Editor - Preview view](editor-preview.png "The Preview view of the Markdown editor")

# Authors

Expand All @@ -58,7 +58,6 @@ Contributions are always welcome and greatly appreciated!
# Resources

- [PegDown][] : A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions.
- https://bitbucket.org/tcolar/fantomide : Fantom plugin/IDE using Netbeans. Example for implementing a Lexer with a parboiled parser.
- http://daringfireball.net/projects/markdown/ : Home of the Markdown (Basics, Syntax)
- http://openiconlibrary.sourceforge.net/ : Icons

Expand Down
Binary file modified editor-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified editor-source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ OpenIDE-Module: flow.netbeans.markdown
OpenIDE-Module-Layer: flow/netbeans/markdown/resources/layer.xml
OpenIDE-Module-Localizing-Bundle: flow/netbeans/markdown/resources/Bundle.properties
OpenIDE-Module-Requires: org.openide.windows.WindowManager
OpenIDE-Module-Specification-Version: 1.6.0
OpenIDE-Module-Specification-Version: 2.0

Binary file removed navigator.png
Binary file not shown.
8 changes: 4 additions & 4 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build.xml.data.CRC32=a70fec44
build.xml.data.CRC32=0c03553f
build.xml.script.CRC32=1b4e1375
build.xml.stylesheet.CRC32=a56c6a5b@2.65
build.xml.stylesheet.CRC32=a56c6a5b@2.66.1
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=a70fec44
nbproject/build-impl.xml.data.CRC32=0c03553f
nbproject/build-impl.xml.script.CRC32=ce4ad270
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.65
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.66.1
2 changes: 1 addition & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ javac.source=1.7
javac.compilerargs=-Xlint -Xlint:-serial
license.file=LICENSE
nbm.homepage=https://github.com/madflow/flow-netbeans-markdown
nbm.module.author=Florian Reiss
nbm.module.author=Florian Reiss, Holger Stenger, junichi1
nbm.needs.restart=true
src-ext.cp.extra=${java.home}/lib/jfxrt.jar

0 comments on commit 2bfe02e

Please sign in to comment.