Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Issue 17431004: New UI for Find command: find-as-you-type. (Closed)

Created:
7 years, 6 months ago by messick
Modified:
7 years, 6 months ago
Reviewers:
pquitslund, danrubel
CC:
reviews_dartlang.org
Visibility:
Public.

Description

New UI for Find command: find-as-you-type. Does not apply to plugin version of editor. Most of this is from the Xored code. The major change is collapsing three plugins into one. Since there is quite a bit of code, I decided not to add it to the deploy plugin, but to keep it separate. New icons are not included in the review since they crash the uploader. R=danrubel@google.com, pquitslund@google.com Committed: https://code.google.com/p/dart/source/detail?r=24256

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9725 lines, -12 lines) Patch
M editor/tools/features/com.google.dart.tools.deploy.feature/feature.xml View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.eclipse.ui/plugin.xml View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/mappings/com.google.dart.tools.ui.xml View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/frontenddev.xml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/gedit-original-oblivion.xml View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/havenjark.xml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/inkpot.xml View 1 2 3 2 chunks +8 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/monokai.xml View 1 2 3 3 chunks +4 lines, -2 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/nightlion-aptana-theme.xml View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/oblivion.xml View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/obsidian.xml View 1 2 3 5 chunks +6 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/pastel.xml View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/recogneyes.xml View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/retta.xml View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/sublime-text-2.xml View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/sunburst.xml View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/vibrantink.xml View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/wombat.xml View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.deploy/themes/zenburn.xml View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/plugin.xml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/DartEditor.java View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/.classpath View 1 chunk +7 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/.project View 1 chunk +28 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/META-INF/MANIFEST.MF View 1 chunk +18 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/build.properties View 1 chunk +7 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/plugin.xml View 1 chunk +217 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/schema/excludedSources.exsd View 1 chunk +102 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/schema/sources.exsd View 1 chunk +109 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/GlanceEventDispatcher.java View 1 chunk +74 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/GlancePlugin.java View 1 chunk +134 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/GlanceStartup.java View 1 chunk +30 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/OpenSearchPanelHandler.java View 1 chunk +31 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/panels/CheckAction.java View 1 chunk +35 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/panels/ImageAnimation.java View 1 chunk +137 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/panels/MoveTracker.java View 1 chunk +64 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/panels/PopupSearchDialog.java View 1 chunk +208 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/panels/SearchDialog.java View 1 chunk +177 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/panels/SearchPanelManager.java View 1 chunk +46 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/panels/SearchStatusLine.java View 1 chunk +262 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/preferences/GlancePreferenceInitializer.java View 1 chunk +39 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/preferences/GlancePreferencePage.java View 1 chunk +175 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/preferences/IPreferenceConstants.java View 1 chunk +46 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/preferences/TreeColors.java View 1 chunk +48 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/search/AbstractSearchScope.java View 1 chunk +223 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/search/ISearchListener.java View 1 chunk +22 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/search/SearchEngine.java View 1 chunk +245 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/search/SearchJob.java View 1 chunk +115 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/search/SearchManager.java View 1 chunk +455 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/search/SearchProgressMonitor.java View 1 chunk +67 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/search/SearchRule.java View 1 chunk +153 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/search/SearchScopeEntry.java View 1 chunk +131 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/search/SearchUtils.java View 1 chunk +187 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/sources/ISourceProviderListener.java View 1 chunk +13 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/sources/TextSourceListener.java View 1 chunk +79 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/sources/TextSourceMaker.java View 1 chunk +70 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/sources/TextSourceManager.java View 1 chunk +122 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/viewers/ColoredTextViewerBlock.java View 1 chunk +78 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/viewers/SourceViewerControl.java View 1 chunk +179 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/viewers/TextViewerBlock.java View 1 chunk +104 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/viewers/TextViewerControl.java View 1 chunk +104 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/internal/ui/viewers/ViewerSelector.java View 1 chunk +48 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/decor/Cell.java View 1 chunk +45 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/decor/IPath.java View 1 chunk +17 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/decor/IStructContent.java View 1 chunk +32 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/decor/IStructProvider.java View 1 chunk +15 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/decor/StructCell.java View 1 chunk +65 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/decor/StructDecorator.java View 1 chunk +203 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/decor/StructSource.java View 1 chunk +246 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/descriptors/ListeningStyledTextDescriptor.java View 1 chunk +32 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/descriptors/StyledTextDescriptor.java View 1 chunk +26 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/descriptors/TableDescriptor.java View 1 chunk +26 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/descriptors/TreeDescriptor.java View 1 chunk +26 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/items/ItemCell.java View 1 chunk +130 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/items/ItemDecorator.java View 1 chunk +277 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/items/ItemProvider.java View 1 chunk +44 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/items/ItemSource.java View 1 chunk +203 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/table/TableCell.java View 1 chunk +86 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/table/TableContent.java View 1 chunk +60 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/table/TableItemProvider.java View 1 chunk +165 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/table/TableSource.java View 1 chunk +72 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/table/TableStructSource.java View 1 chunk +57 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/text/styled/AbstractStyledTextSource.java View 1 chunk +109 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/text/styled/ListeningStyledTextSource.java View 1 chunk +98 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/text/styled/RangeGroup.java View 1 chunk +38 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/text/styled/StyledTextBlock.java View 1 chunk +55 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/text/styled/StyledTextSelector.java View 1 chunk +54 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/text/styled/StyledTextSource.java View 1 chunk +120 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/text/styled/TextSelector.java View 1 chunk +71 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/BusyIndicatorUtils.java View 1 chunk +50 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/TreeCell.java View 1 chunk +86 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/TreeContent.java View 1 chunk +79 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/TreeControlContent.java View 1 chunk +174 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/TreeControlSource.java View 1 chunk +22 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/TreeItemContent.java View 1 chunk +77 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/TreeNode.java View 1 chunk +164 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/TreePath.java View 1 chunk +103 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/TreeStructSource.java View 1 chunk +62 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/controls/tree/UnknownTreeVisitor.java View 1 chunk +76 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/panels/ISearchPanel.java View 1 chunk +54 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/panels/ISearchPanelListener.java View 1 chunk +23 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/panels/SearchPanel.java View 1 chunk +703 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/BaseTextSource.java View 1 chunk +23 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/ColorManager.java View 1 chunk +137 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/ConfigurationManager.java View 1 chunk +35 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/ITextBlock.java View 1 chunk +20 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/ITextBlockListener.java View 1 chunk +13 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/ITextSource.java View 1 chunk +74 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/ITextSourceDescriptor.java View 1 chunk +28 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/ITextSourceListener.java View 1 chunk +33 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/Match.java View 1 chunk +84 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/SourceSelection.java View 1 chunk +47 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/sources/TextChangedEvent.java View 1 chunk +45 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/utils/SelectionAdapter.java View 1 chunk +27 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/utils/TextUtils.java View 1 chunk +100 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/utils/UITextBlock.java View 1 chunk +96 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/utils/UITextSource.java View 1 chunk +251 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/utils/UIUtils.java View 1 chunk +55 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/viewers/descriptors/AbstractViewerDescriptor.java View 1 chunk +32 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/viewers/descriptors/SourceViewerDescriptor.java View 1 chunk +34 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/viewers/descriptors/TextViewerDescriptor.java View 1 chunk +29 lines, -0 lines 0 comments Download
A editor/tools/plugins/com.xored.glance.ui/src/com/xored/glance/ui/viewers/utils/ViewerUtils.java View 1 chunk +51 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
messick
7 years, 6 months ago (2013-06-18 21:55:56 UTC) #1
pquitslund
lgtm.
7 years, 6 months ago (2013-06-19 18:27:51 UTC) #2
danrubel
lgtm
7 years, 6 months ago (2013-06-19 19:41:53 UTC) #3
messick
Thanks for the reviews. I'm going to hold off committing this CL until I add ...
7 years, 6 months ago (2013-06-19 19:55:26 UTC) #4
messick
PTAL I changed a few colors, but otherwise everything is the same. Dan, is there ...
7 years, 6 months ago (2013-06-19 22:31:33 UTC) #5
messick
PTAL I removed all color definitions. I'm doing a lot of work on colors for ...
7 years, 6 months ago (2013-06-20 22:37:14 UTC) #6
danrubel
LGTM.
7 years, 6 months ago (2013-06-20 22:45:02 UTC) #7
messick
7 years, 6 months ago (2013-06-20 23:03:23 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as r24256 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698