Skip to content

Commit

Permalink
Fix the links in the Command Core Expressions markdown page
Browse files Browse the repository at this point in the history
The links had to be adjusted due to the migration from wiki pages to
Github markdown.
  • Loading branch information
jnerlich authored and vogella committed Jan 31, 2024
1 parent 690bf84 commit 7a0d066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Command_Core_Expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Contents
Expressions and the Command Framework
=====================================

The [Platform Command Framework](/Platform_Command_Framework "Platform Command Framework") uses [core expressions](/Platform_Expression_Framework "Platform Expression Framework") for enabledWhen and activeWhen for handlers, programmatic activation of contexts, and for visibleWhen for menu contributions.
The [Platform Command Framework](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/PlatformCommandFramework.md) uses [core expressions](https://github.com/eclipse-platform/eclipse.platform.ui/blob/master/docs/Platform_Expression_Framework.md) for enabledWhen and activeWhen for handlers, programmatic activation of contexts, and for visibleWhen for menu contributions.
The command framework provides the IEvaluationContext that command core expressions are evaluate against.

The IEvaluationContext provides a default variable for evaluations, and a number of named variables.
Expand Down

0 comments on commit 7a0d066

Please sign in to comment.