You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui.test/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/AppEngineDeployPreferencesPanelTest.java
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui.test/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/internal/AppEngineApplicationQueryJobTest.java
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui.test/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/internal/ProjectSelectorSelectionChangedListenerTest.java
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/AppEngineDeployPreferencesPanel.java
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@
66
66
importorg.eclipse.jface.layout.GridDataFactory;
67
67
importorg.eclipse.jface.layout.GridLayoutFactory;
68
68
importorg.eclipse.swt.SWT;
69
+
importorg.eclipse.swt.events.ModifyEvent;
70
+
importorg.eclipse.swt.events.ModifyListener;
69
71
importorg.eclipse.swt.events.SelectionAdapter;
70
72
importorg.eclipse.swt.events.SelectionEvent;
71
73
importorg.eclipse.swt.graphics.Font;
@@ -354,6 +356,13 @@ public Map<String, String> getParameters() {
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/internal/AppEngineApplicationQueryJob.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ public void run() {
89
89
if (!projectSelector.isDisposed()
90
90
&& isLatestAppQueryJob.apply(thisJob) /* intentionally checking in UI context */
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.deploy.ui/src/com/google/cloud/tools/eclipse/appengine/deploy/ui/messages.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ projectselector.createproject.tooltip=Opens the Cloud Console in a browser. You
66
66
after the project is created.
67
67
projectselector.no.projects=No projects found
68
68
projectselector.project.not.selected=Select a project
69
+
projectselector.filter=Filter projects by name or ID
69
70
projectselector.retrieveproject.error.message=An error occurred while retrieving projects: {0}
70
71
projectselector.retrieveapplication.error.message=An error occurred while retrieving App Engine application:\n{0}
71
72
projectselector.missing.appengine.application.link=This project does not have an App Engine application which is \
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.projectselector.test/src/com/google/cloud/tools/eclipse/projectselector/ProjectSelectorTest.java
0 commit comments