Differences between revisions 2 and 3
Revision 2 as of 2015-03-11 22:41:34
Size: 2205
Comment:
Revision 3 as of 2015-03-11 23:58:33
Size: 2410
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
wpfXamlEditor is a Xaml editor for an APL variable in a workspace or for a file on disk in a manner similar to '''Kaxaml''' ([[http://www.Kaxaml.com||target='_blank']]). The user command is able to show the Xaml in color with folding, print and reorganize it so it is more readable according to some settings set by the user. wpfXamlEditor is a Xaml editor for an APL variable in a workspace or for a file on disk. The user command is able to show the Xaml in color with folding, print it, reorganize it so it is more readable according to some settings set by the user. It is inspired by the work of Robby Ingebretsen of '''Kaxaml''' ([[http://www.Kaxaml.com||target='_blank']]). It is particularly valuable to the users that like to keep their Xaml in the workspace. With `XamlEditor` they have a tool to maintain it without effort.
Line 8: Line 9:
Once installed the user command can be invoke by doing `]XamlEditor` (casing is not important). The following start-up screen should appear:<<BR>><<BR>>
{{attachment:InitialView.png || width=820}}
<<BR>>Here is a description for each buttons:
|| '''Button''' || '''Explanation''' ||
|| {{attachment:Exec32.png || width=32}} || Execute the Xaml and show the result in a separate window ||
|| {{attachment:Scrubber24.png || width=24}} || Scrub the Xaml according to settings ||
|| {{attachment:OpenObject24.png || width=24}} || Open a dialog box to Select a Xaml variable in the WS ||
|| {{attachment:SaveObject24.png || width=24}} || Open a dialog box to Save the Xaml as a variable in the WS ||
|| {{attachment:Open24.png || width=24}} || Open a dialog box to Select a file on disk ||
|| {{attachment:Save24.png || width=24}} || Open a dialog box to Save the Xaml to a file ||
|| {{attachment:Cut24.png || width=24}} || Cut the Selected text ||
|| {{attachment:Copy24.png || width=24}} || Copy the Selected text ||
|| {{attachment:Paste24.png || width=24}} || Paste the text in the clipboard ||
|| {{attachment:SelectAll24.png || width=24}} || Select All the Xaml ||
|| {{attachment:Delete24.png || width=24}} || Delete the Selected text ||
|| {{attachment:ClearClipboard24.png || width=24}} || Clear the Clipboard ||
|| {{attachment:Undo24.png || width=24}} || Undo last operation ||
|| {{attachment:Redo24.png || width=24}} || Redo previous operation ||
|| {{attachment:Print32.png || width=32}} || Print all the Xaml ||
|| {{attachment:PrintPreview32.png || width=32}} || Print Preview all the Xaml ||
|| {{attachment:Comments24.png || width=24}} || Make selected text a comment ||
|| {{attachment:Settings24.png || width=24}} || Choose the Settings when Scrubbing ||
Once installed the user command can be invoke by typing `]XamlEditor` (casing is not important, no argument). The following start-up screen should appear:<<BR>><<BR>>
{{attachment:InitialView.png || width=677}}
<<BR>>Here is a short description for each buttons:
||'''Button'''||'''Explanation'''||'''Button'''||'''Explanation'''||
||{{attachment:Exec32.png || width=24}}|| Execute the Xaml and Show the Result in a Separate Window ||{{attachment:SelectAll24.png || width=24}} || Select All the Xaml ||
||{{attachment:Scrubber24.png || width=24}} || Scrub the Xaml According to Settings ||{{attachment:Delete24.png || width=24}} || Delete the Selected Text ||
||{{attachment:OpenObject24.png || width=24}} || Open a Dialog Box to Select a Xaml Variable in the WS ||{{attachment:ClearClipboard24.png || width=24}} || Clear the Clipboard ||
||{{attachment:SaveObject24.png || width=24}} || Open a Dialog Box to Save the Xaml as a Variable in the WS ||{{attachment:Undo24.png || width=24}} || Undo Last Operation ||
||{{attachment:Open24.png || width=24}} || Open a Dialog Box to Select a File on Disk ||{{attachment:Redo24.png || width=24}} || Redo Previous Operation ||
||{{attachment:Save24.png || width=24}} || Open a Dialog Box to Save the Xaml to a File ||{{attachment:Print32.png || width=24}} || Print All the Xaml ||
||{{attachment:Cut24.png || width=24}} || Cut the Selected Text to The Clipboard ||{{attachment:PrintPreview32.png || width=24}} || Print Preview All the Xaml ||
||{{attachment:Copy24.png || width=24}} || Copy the Selected Text to the Clipboard ||{{attachment:Comments24.png || width=24}} || Make Selected Text a Comment ||
||{{attachment:Paste24.png || width=24}} || Paste the Text From the clipboard ||{{attachment:Settings24.png || width=24}} || Choose the Settings when Scrubbing ||

wpfXamlEditor

UNDER CONSTRUCTION

Overview

wpfXamlEditor is a Xaml editor for an APL variable in a workspace or for a file on disk. The user command is able to show the Xaml in color with folding, print it, reorganize it so it is more readable according to some settings set by the user. It is inspired by the work of Robby Ingebretsen of Kaxaml (http://www.Kaxaml.com). It is particularly valuable to the users that like to keep their Xaml in the workspace. With XamlEditor they have a tool to maintain it without effort.

Usage

Once installed the user command can be invoke by typing ]XamlEditor (casing is not important, no argument). The following start-up screen should appear:

InitialView.png
Here is a short description for each buttons:

Button

Explanation

Button

Explanation

Exec32.png

Execute the Xaml and Show the Result in a Separate Window

SelectAll24.png

Select All the Xaml

Scrubber24.png

Scrub the Xaml According to Settings

Delete24.png

Delete the Selected Text

OpenObject24.png

Open a Dialog Box to Select a Xaml Variable in the WS

ClearClipboard24.png

Clear the Clipboard

SaveObject24.png

Open a Dialog Box to Save the Xaml as a Variable in the WS

Undo24.png

Undo Last Operation

Open24.png

Open a Dialog Box to Select a File on Disk

Redo24.png

Redo Previous Operation

Save24.png

Open a Dialog Box to Save the Xaml to a File

Print32.png

Print All the Xaml

Cut24.png

Cut the Selected Text to The Clipboard

PrintPreview32.png

Print Preview All the Xaml

Copy24.png

Copy the Selected Text to the Clipboard

Comments24.png

Make Selected Text a Comment

Paste24.png

Paste the Text From the clipboard

Settings24.png

Choose the Settings when Scrubbing

wpfXamlEditor (last edited 2016-02-28 13:16:57 by PierreGilbert)