Software Development - Eclipse

Property Testers & Core Expressions

URL Description
Command Core Expressions

Core expressions are declarative or programmatic expressions based on the org.eclipse.core.expressions plugin.

Expression Definitions

This extension point allows you to create reusable extensions. They can then be used in other core expression constructs.

Property Testers
Property Testers Example
visibleWhen Example - expressions Trying to do:
  1. Right-click certain file types(resources) in the resource view (or package view)
  2. Right-click the appropriate editor that has the file type open. It can detect that my editor is open or that the editor has a certain resource open.