Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PTP/new and noteworthy/4.0.0

Please add new features in PTP 4.0 here and we'll build our N&N/help item from this. Images too please!

"New and Noteworthy" is a tradition for Eclipse projects - an interesting way to present our new features. Screenshots and enticing examples are best! But any information at all is welcome - we can get screenshots later.

See also our New and Noteworthy for 3.0

General Category name

  • Bullet item or two briefly describing the new feature. Screenshot image too, please! Please attach as .png images if possible.
  • To upload an image file, see the "Upload file" link on the left side of the page.

Ptp-nn-sample.png

General features

  • Externalization of strings enables translations
  • Enhanced Scalability ...

RDT

Remote Development Tools

  • automatic deployment to remote target of the server components, if RemoteTools used for Connection
  • xlUPC remote new project wizard

PLDT (Parallel Language Development Tools)

UPC features

New code templates

Support for CDT 7.0

Support for Fortran

  • Artifact identification: MPI in Fortran code

Pldt-fortran-mpi.png

  • Artifact identification: OpenMP in Fortran code
Pldt-fortran-openmp.png

Automated Testing

JUnit tests for PLDT analysis features

Photran 6

Photran 6 adds two major features (Fortran 2008 support and C preprocessor support) and three new refactorings to Photran 5. It also includes several more minor improvements, including a Fortran Analysis/Refactoring Problems view, documentation in the online help system, the ability for the parser to "skip over" many syntax errors, an improved New Fortran Project dialog, Unicode support, configurable fixed-form line length, per-project source form settings, outlining of declarations in interface blocks, more robust content assist facilities, the ability to jump to external program definitions using Open Declaration, better editor responsiveness when working on large projects, indexer/database crash recovery... and, of course, some bug fixes.

Fortran 2008 Support

The editor (syntax highlighting) and Outline view in Photran 6 support the new syntactic constructs in the Fortran 2008 ISO standard. These include submodules, separate module subprograms, the BLOCK construct, complex part designators, concurrent loop control, and co-arrays.

Photran-fortran2008.png

C Preprocessor Support

Photran 6 now supports C preprocessor directives in free form code (when configured appropriately), allowing the Outline view, search, open declaration, and content assist to work correctly on preprocessed code. The filename extensions associated with C preprocessed code are configured in the project properties.

Photran-source-form-config.png

New Refactorings

Photran 6 includes three new refactorings, thanks to Gustavo Risetti (Universidade Federal de Santa Maria):

  • Standardize Statements rewrites all variables declarations, so that there is only one variable declaration per line, and every variable declaration contains a double colon (::).
  • Convert DATA to PARAMETER replaces a constant-valued declaration in a DATA statement with a PARAMETER statement.
  • Remove Unused Variables deletes declarations of local variables that are never used.
Photran-Remove-Unused-Variables.png

Other New Features

  • The Fortran Analysis/Refactoring Problems view displays errors encountered by Photran's parser that may prevent refactorings, Fortran Search, the Fortran Declaration view, and other advanced features from working correctly. This is distinct from the ordinary Problems view, which displays error messages produced by the user's Fortran compiler.
Photran-analysis-refactoring-problems-view.png
  • Online Help. The documentation from the Photran wiki is now included in the Eclipse help system (via Help > Contents), making it accessible to users on machines without Internet access.
Photran-offline-user-guide.png
  • Error recovery in the parser. The Fortran parser can now "recover" from many unrecognized statements. This allows the Outline view, content assist, and many other features to work on files that cannot be parsed completely (such as files using vendor-specific language extensions).
Photran-error-recovery.png
  • Improved content assist. The content assist facility is significantly more robust in Photran 6. In addition, the content assistant displays a short synopsis for each intrinsic procedure, as well as and the various combinations of arguments it may take.
Photran-content-assist-intrinsics.png
  • In Photran 6, the New Fortran Project dialog only displays Fortran project types. In previous versions, it contained both C/C++ and Fortran project types.
Photran-new-fortran-project-dialog2.png
  • Configurable fixed-form line length. The default fixed-form line length of 72 characters can now be changed in the workspace preferences.
Photran-fixed-form-line-length.png
  • Per-project source form settings. Source form settings are now configured on each project, not workspace-wide. It is also possible to change the "default" source form-filename extension associations (e.g., .f files can be changed to free form).
Photran-source-form-config.png
  • Unicode support. Photran's indexer and refactoring engine now permit Unicode characters in comments in Fortran source code.
Photran-unicode-comment.png
  • Outline view improvements. Declarations in INTERFACE blocks are now shown in the Outline view. Submodules (new in Fortran 2008) are also shown.
Photran-interface-outline.png
  • External program definitions can be located using Open Declaration.
  • The editor is much more responsive when working on large projects with analysis/refactoring enabled. (The computation that was blocking the user interface has been moved into a background thread.)
  • The indexer can now detect when Eclipse crashed or was shut down uncleanly, and it will automatically rebuild its database in case it was corrupted. (This prevents many cryptic "indexer errors" that were discussed on the Photran mailing list.)

GEM

Graphical Explorer of MPI Programs

  • GEM has replaced ISP (In-situ Partial Order)
  • Full Support for C++ MPI Applications. Now GEM offers push-button dynamic formal verification for both C and C++ MPI applications (Managed Build and Makefile Projects).

Run-verify.png

  • Support for terminating long-running GEM operations

Gem terminate-button.png

  • Reworked UI Threading GEM operations that were blocking the UI have been moved into a background thread.
  • Updated help for new and old features

Gem-help.png

  • contributed by U. Utah

PPW

Parallel Performance Wizard

  • contributed by U. Florida

Back to the top