Skip to content

Commit

Permalink
little adjustments to serra's commits
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Aug 2, 2011
1 parent 7ffe905 commit bb2e2b0
Show file tree
Hide file tree
Showing 8 changed files with 493 additions and 482 deletions.
9 changes: 7 additions & 2 deletions docs/releasenotes/net.sf.eclipsefp.haskell_2.0.5.txt
Expand Up @@ -31,7 +31,12 @@ Features:
- Quick Fix: add missing dependency on hidden package - Quick Fix: add missing dependency on hidden package
- run cabal update before building scion - run cabal update before building scion
- Wizard on projects (cabal source export, install, test, haddock export) will ask the user to save files if there are unsaved files in the project - Wizard on projects (cabal source export, install, test, haddock export) will ask the user to save files if there are unsaved files in the project
- Compressed outline view: When a data declaration contains a single constructor with a name identicalto the data declaration, the node for the constructor is hidden and the constructor's children directly expanded. - Compressed outline view: When a data declaration contains a single constructor with a name identical to the data declaration, the node for the constructor is hidden and the constructor's children directly expanded.
- Support for moving or renaming modules
- SourceGraph integration
- Support for executable profiling
- Hoogle integration
- Module Browser


Internal: Internal:


Expand All @@ -42,7 +47,7 @@ Known issues:






Thanks to Christopher Lane Hinson for his contributions. Thanks to Christopher Lane Hinson and especially Alejandro Serrano Mena for their contributions.
Thanks to all bug reporters and users for their feedback. Thanks to all bug reporters and users for their feedback.
Thanks to all the people that expressed interest in EclipseFP and want to see it stay alive and improve! Thanks to all the people that expressed interest in EclipseFP and want to see it stay alive and improve!


Expand Down
9 changes: 8 additions & 1 deletion net.sf.eclipsefp.haskell-feature/feature.xml
Expand Up @@ -57,7 +57,7 @@ and is also available at http://github.com/JPMoresmau/scion/raw/master/docs/LICE
<import plugin="org.eclipse.ui.navigator"/> <import plugin="org.eclipse.ui.navigator"/>
<import plugin="org.eclipse.ui.views" version="3.2.0" match="compatible"/> <import plugin="org.eclipse.ui.views" version="3.2.0" match="compatible"/>
<import plugin="org.eclipse.ui.workbench.texteditor" version="3.2.0" match="compatible"/> <import plugin="org.eclipse.ui.workbench.texteditor" version="3.2.0" match="compatible"/>
<import plugin="net.sf.eclipsefp.haskell.refactor"/> <import plugin="net.sf.eclipsefp.haskell.profiler"/>
</requires> </requires>


<plugin <plugin
Expand Down Expand Up @@ -158,4 +158,11 @@ and is also available at http://github.com/JPMoresmau/scion/raw/master/docs/LICE
version="0.0.1" version="0.0.1"
unpack="false"/> unpack="false"/>


<plugin
id="net.sf.eclipsefp.haskell.profiler"
download-size="0"
install-size="0"
version="2.0.5"
unpack="false"/>

</feature> </feature>
1 change: 0 additions & 1 deletion net.sf.eclipsefp.haskell.debug.core/META-INF/MANIFEST.MF
Expand Up @@ -16,7 +16,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.ide, org.eclipse.ui.ide,
org.eclipse.core.filesystem, org.eclipse.core.filesystem,
org.eclipse.jdt.core, org.eclipse.jdt.core,
org.eclipse.jdt.junit.core;bundle-version="3.3.0",
org.eclipse.jdt.junit;bundle-version="3.3.0" org.eclipse.jdt.junit;bundle-version="3.3.0"
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
72 changes: 36 additions & 36 deletions net.sf.eclipsefp.haskell.doc.user/html/userGuide/haddock.html
@@ -1,37 +1,37 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="../../../PRODUCT_PLUGIN/book.css" type="text/css"> <link rel="stylesheet" href="../../../PRODUCT_PLUGIN/book.css" type="text/css">
</head> </head>


<body> <body>


<h1>Haddock</h1> <h1>Haddock</h1>


<p>Haddock is a tool for automatically generating documentation from <p>Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is not included in the IDE; you have to annotated Haskell source code. It is not included in the IDE; you have to
download and install Haddock before you can use it from the IDE.</p> download and install Haddock before you can use it from the IDE.</p>


<p><ul> <p><ul>
<li>You can download Haddock from its website at <a <li>You can download Haddock from its website at <a
href="http://haskell.org/haddock">http://haskell.org/haddock</a>. You should href="http://haskell.org/haddock">http://haskell.org/haddock</a>. You should
also download the documentation, which describes how to annotate Haskell also download the documentation, which describes how to annotate Haskell
sources so that Haddock can extract the information that it needs to generate sources so that Haddock can extract the information that it needs to generate
the documentation.</li> the documentation.</li>
</ul></p> </ul></p>


<p>Once you have installed Haddock, you can generate the documentation <p>Once you have installed Haddock, you can generate the documentation
in the form of an <b><i>Export</i></b>. Choose from the menu <b>File &gt in the form of an <b><i>Export</i></b>. Choose from the menu <b>File &gt
Export</b>, then select <b>Haddock documentation</b>. You have to specify Export</b>, then select <b>Haddock documentation</b>. You have to specify
the Haddock executable, the output directory, and you must select the the Haddock executable, the output directory, and you must select the
source files that you want to include in the documentation.</p> source files that you want to include in the documentation.</p>


<p>You may also adjust some parameters (like the name of a .css file or <p>You may also adjust some parameters (like the name of a .css file or
the document title). When everything is set, press <b>Finish</b>. Haddock's the document title). When everything is set, press <b>Finish</b>. Haddock's
messages (if any) will be displayed in the <b><i>Console View</i></b>.</p> messages (if any) will be displayed in the <b><i>Console View</i></b>.</p>


<p>Note: if you specify an output location inside your workspace, i.e. in <p>Note: if you specify an output location inside your workspace, i.e. in
one of the projects, you have to refresh that project before you find the one of the projects, you have to refresh that project before you find the
generated documentation in the <b><i>Project Explorer</i></b>.</p> generated documentation in the <b><i>Project Explorer</i></b>.</p>


</body> </body>
</html> </html>
28 changes: 14 additions & 14 deletions net.sf.eclipsefp.haskell.doc.user/html/userGuide/userGuide.html
@@ -1,14 +1,14 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="../../../PRODUCT_PLUGIN/book.css" type="text/css"> <link rel="stylesheet" href="../../../PRODUCT_PLUGIN/book.css" type="text/css">
</head> </head>


<body> <body>


<h1>User Guide</h1> <h1>User Guide</h1>


<p>The User Guide contains information about the features in the Haskell <p>The User Guide contains information about the features in the Haskell
support and how to use them. Please choose from the TOC at the left.</p> support and how to use them. Please choose from the TOC at the left.</p>


</body> </body>
</html> </html>

0 comments on commit bb2e2b0

Please sign in to comment.