-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[replace-across-files] Replace in Files #7809
Commits on Mar 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 2ca021e - Browse repository at this point
Copy the full SHA 2ca021eView commit details
Commits on Apr 30, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b60ba25 - Browse repository at this point
Copy the full SHA b60ba25View commit details
Commits on May 2, 2014
-
Configuration menu - View commit details
-
Copy full SHA for eaa4d38 - Browse repository at this point
Copy the full SHA eaa4d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ea44f - Browse repository at this point
Copy the full SHA 32ea44fView commit details
Commits on May 5, 2014
-
Implement basic textual find/replace in files
Also fixed a bug and dealt with some nonobvious asynchrony in one of the existing tests.
Configuration menu - View commit details
-
Copy full SHA for 5971e7e - Browse repository at this point
Copy the full SHA 5971e7eView commit details
Commits on May 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for d70b40f - Browse repository at this point
Copy the full SHA d70b40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5aa82d - Browse repository at this point
Copy the full SHA b5aa82dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad367bf - Browse repository at this point
Copy the full SHA ad367bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 094a75d - Browse repository at this point
Copy the full SHA 094a75dView commit details
Commits on May 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 0dd3eca - Browse repository at this point
Copy the full SHA 0dd3ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b170527 - Browse repository at this point
Copy the full SHA b170527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e113db - Browse repository at this point
Copy the full SHA 3e113dbView commit details
Commits on May 8, 2014
-
Add logic to force in-memory replacements for 10 or fewer files, and …
…add confirmation dialog. Clean up some unnecessary runs() in tests.
Configuration menu - View commit details
-
Copy full SHA for 51dda43 - Browse repository at this point
Copy the full SHA 51dda43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad4acd - Browse repository at this point
Copy the full SHA 8ad4acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba02433 - Browse repository at this point
Copy the full SHA ba02433View commit details -
Configuration menu - View commit details
-
Copy full SHA for cda467a - Browse repository at this point
Copy the full SHA cda467aView commit details -
Use batchOperation() instead of edit op merging for replace all
Logically, this is a single operation, not a set of merged adjacent operations, and we wouldn't want a second replaceAll done immediately afterward to merge with it (though it would be difficult to get into that case).
Configuration menu - View commit details
-
Copy full SHA for 660fddb - Browse repository at this point
Copy the full SHA 660fddbView commit details
Commits on May 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f804242 - Browse repository at this point
Copy the full SHA f804242View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2826a1 - Browse repository at this point
Copy the full SHA c2826a1View commit details -
Improve Enter key behavior in Replace in Files
* hitting Enter in Find field sets focus to Replace field * hitting Enter in Replace field starts the search
Configuration menu - View commit details
-
Copy full SHA for 79a873a - Browse repository at this point
Copy the full SHA 79a873aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a9bed - Browse repository at this point
Copy the full SHA 39a9bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e0e518 - Browse repository at this point
Copy the full SHA 8e0e518View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb6ab8a - Browse repository at this point
Copy the full SHA bb6ab8aView commit details -
Automatically open a changed file if current editor hasn't been chang…
…ed by a Replace in Files operation
Configuration menu - View commit details
-
Copy full SHA for f820a12 - Browse repository at this point
Copy the full SHA f820a12View commit details -
Use original line endings when comparing in-memory doc to known goods…
… in Replace in Files unit tests
Configuration menu - View commit details
-
Copy full SHA for d571a6f - Browse repository at this point
Copy the full SHA d571a6fView commit details
Commits on May 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for c33add6 - Browse repository at this point
Copy the full SHA c33add6View commit details -
Ignore unchecked matches when computing number of files to replace in…
…. Clone results so they don't get updated during the replace.
Configuration menu - View commit details
-
Copy full SHA for aeca946 - Browse repository at this point
Copy the full SHA aeca946View commit details -
Beginning of refactoring to unify view code:
* Broke out query/results state into a model object that behaves similarly between Replace All and Find/Replace in Files * Got rid of separate ReplaceAllResults, unifying code into SearchResultsView
Configuration menu - View commit details
-
Copy full SHA for 6141347 - Browse repository at this point
Copy the full SHA 6141347View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab95c67 - Browse repository at this point
Copy the full SHA ab95c67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59e39ab - Browse repository at this point
Copy the full SHA 59e39abView commit details -
Just reverse the matches instead of sorting them in reverse since the…
…y're already in document order
Configuration menu - View commit details
-
Copy full SHA for 7a9af00 - Browse repository at this point
Copy the full SHA 7a9af00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28207e2 - Browse repository at this point
Copy the full SHA 28207e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5d760 - Browse repository at this point
Copy the full SHA 5b5d760View commit details
Commits on May 12, 2014
-
Make single-file Replace All just use Find in Files. Plus fixes:
* make regexp replacements work from Find in Files bar * change EDIT_FIND/EDIT_REPLACE to CMD_* to avoid deprecation warnings
Configuration menu - View commit details
-
Copy full SHA for 72b7121 - Browse repository at this point
Copy the full SHA 72b7121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a4c9ca - Browse repository at this point
Copy the full SHA 4a4c9caView commit details
Commits on May 13, 2014
-
Configuration menu - View commit details
-
Copy full SHA for abfd249 - Browse repository at this point
Copy the full SHA abfd249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0c59b - Browse repository at this point
Copy the full SHA 8c0c59bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ced86cf - Browse repository at this point
Copy the full SHA ced86cfView commit details
Commits on May 14, 2014
-
Cleanup and bugfixes for Replace in Files:
* Properly initialize paging/selection state and initial file for sorting * Uncheck "check all" checkbox when any item is unchecked * Add some unit tests for checkboxes
Configuration menu - View commit details
-
Copy full SHA for 5e6a35d - Browse repository at this point
Copy the full SHA 5e6a35dView commit details -
Make limit on found results much larger, and apply it to total number…
… of matches as well as number of matches in a file
Configuration menu - View commit details
-
Copy full SHA for ea51cc3 - Browse repository at this point
Copy the full SHA ea51cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc5ffb - Browse repository at this point
Copy the full SHA ffc5ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ac1b0 - Browse repository at this point
Copy the full SHA 37ac1b0View commit details -
Add error dialog if problems occur during replace. Add a few more uni…
…t tests and behavior for edge cases.
Configuration menu - View commit details
-
Copy full SHA for c9e4b56 - Browse repository at this point
Copy the full SHA c9e4b56View commit details
Commits on May 15, 2014
-
Added tests for panel closure. Need to fix a bug that causes one of t…
…he tests to fail.
Configuration menu - View commit details
-
Copy full SHA for 770a389 - Browse repository at this point
Copy the full SHA 770a389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 268cfd8 - Browse repository at this point
Copy the full SHA 268cfd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47fbda5 - Browse repository at this point
Copy the full SHA 47fbda5View commit details -
Add unit test for find/replace in dirty document.
Plus another attempt to fix flaky unit test.
Configuration menu - View commit details
-
Copy full SHA for 2778827 - Browse repository at this point
Copy the full SHA 2778827View commit details
Commits on May 16, 2014
-
More Replace in Files unit test work:
* Add more checkbox tests * Another try at fixing the flaky focus test * Add comments to some test utility functions * Move non-UI tests into a separate describe()
Configuration menu - View commit details
-
Copy full SHA for 2e62bcd - Browse repository at this point
Copy the full SHA 2e62bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac10ba2 - Browse repository at this point
Copy the full SHA ac10ba2View commit details -
Directly include FindInFilesUI instead of FindInFiles, since the form…
…er now registers the commands
Configuration menu - View commit details
-
Copy full SHA for 6e9f6ec - Browse repository at this point
Copy the full SHA 6e9f6ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1917878 - Browse repository at this point
Copy the full SHA 1917878View commit details
Commits on Jun 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6490a03 - Browse repository at this point
Copy the full SHA 6490a03View commit details -
Configuration menu - View commit details
-
Copy full SHA for b20b2ee - Browse repository at this point
Copy the full SHA b20b2eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20876e4 - Browse repository at this point
Copy the full SHA 20876e4View commit details
Commits on Jun 4, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 737b27a - Browse repository at this point
Copy the full SHA 737b27aView commit details
Commits on Jun 13, 2014
-
Merge pull request #8029 from adobe/randy/replace-in
Add Replace in... to context menus
Configuration menu - View commit details
-
Copy full SHA for f6d3efc - Browse repository at this point
Copy the full SHA f6d3efcView commit details