Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2011-04-22 20:29:48 +0000
committerRyan D. Brooks2011-04-22 20:29:48 +0000
commit38b1ff989eadb3229fd4c0421102e7a60a4c1554 (patch)
tree4b470b77fcecf4744ae2eb8c623b7c146a4fe22d /plugins/org.eclipse.osee.support.admin/eclipseCon/2009/XViewer/.svn/text-base/XViewer.txt.svn-base
parent87a439a142dad13c554519329ebec4da3b406f42 (diff)
downloadorg.eclipse.osee-38b1ff989eadb3229fd4c0421102e7a60a4c1554.tar.gz
org.eclipse.osee-38b1ff989eadb3229fd4c0421102e7a60a4c1554.tar.xz
org.eclipse.osee-38b1ff989eadb3229fd4c0421102e7a60a4c1554.zip
refactor: Introduce end-of-line normalization
Diffstat (limited to 'plugins/org.eclipse.osee.support.admin/eclipseCon/2009/XViewer/.svn/text-base/XViewer.txt.svn-base')
-rw-r--r--plugins/org.eclipse.osee.support.admin/eclipseCon/2009/XViewer/.svn/text-base/XViewer.txt.svn-base100
1 files changed, 50 insertions, 50 deletions
diff --git a/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/XViewer/.svn/text-base/XViewer.txt.svn-base b/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/XViewer/.svn/text-base/XViewer.txt.svn-base
index 89515e8c814..1c901ba31b2 100644
--- a/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/XViewer/.svn/text-base/XViewer.txt.svn-base
+++ b/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/XViewer/.svn/text-base/XViewer.txt.svn-base
@@ -1,50 +1,50 @@
-
-Sorting:
- - Forward / Reverse
- - Multi-column sort
- - Draggable Columns
-
-Filter Box:
- - filter on "follow"
- - shown in status bar
-
-Column Filter:
- - right-click column filter
- - alt-click header
- - filter
- - shown in status bar
-
-Search:
- - follow
- - regular expression .*un.*tt.*
- - shown in status bar
-
-Table Customization
- - Right-click - table customization / or allow kickoff via other mechanisms
- - Hide Columns
- - Order Columns
- - View Sorters/Filters (change in table)
- - Table Default versus Current Table View
- - Savable
- - Save personal
- - Save global
- - Namespace (can use multiple in same application)
- - NOTE: Don't have to provide saving / customization for simple uses
-
-Right-click
- - View table report
- - View Cell
- - Copy Cell
- - Copy Column
- - Clear All Filters
- - Clear All Sorters
-
-Status Bar:
- - # loaded - # shown - # selected + filters/sorts
-
-
-Plugin - Right-click Run-As
- - Download Zip from presentation site or eclipse.org/osee/xviewer
- - Future downloadable from Nebula project
- - org.eclipse.nebula.widgets.xviewer.test - example of use
-
+
+Sorting:
+ - Forward / Reverse
+ - Multi-column sort
+ - Draggable Columns
+
+Filter Box:
+ - filter on "follow"
+ - shown in status bar
+
+Column Filter:
+ - right-click column filter
+ - alt-click header
+ - filter
+ - shown in status bar
+
+Search:
+ - follow
+ - regular expression .*un.*tt.*
+ - shown in status bar
+
+Table Customization
+ - Right-click - table customization / or allow kickoff via other mechanisms
+ - Hide Columns
+ - Order Columns
+ - View Sorters/Filters (change in table)
+ - Table Default versus Current Table View
+ - Savable
+ - Save personal
+ - Save global
+ - Namespace (can use multiple in same application)
+ - NOTE: Don't have to provide saving / customization for simple uses
+
+Right-click
+ - View table report
+ - View Cell
+ - Copy Cell
+ - Copy Column
+ - Clear All Filters
+ - Clear All Sorters
+
+Status Bar:
+ - # loaded - # shown - # selected + filters/sorts
+
+
+Plugin - Right-click Run-As
+ - Download Zip from presentation site or eclipse.org/osee/xviewer
+ - Future downloadable from Nebula project
+ - org.eclipse.nebula.widgets.xviewer.test - example of use
+

Back to the top