vldmr11080
c355a2b61e
Use JSON data file for storing PowerRename settings instead of registry ( #1909 )
...
* Use JSON data file for storing PowerRename settings instead of registry
* Address PR comments and made several improvements
* Remove WindowsApp.lib dependencies in test app and unit tests
* Revert changes in vcxproj for unit test
* Solve linker warnings generated while linking WindowsApp.lib
* Don't migrate enabled flag. Always read / write from registry.
2020-04-08 19:12:46 +02:00
PrzemyslawTusinski
f9a756d1ff
FancyZones editor display zone numbers & PowerRename fix ( #1726 )
...
* Fix for issue #1218
Design Change: Default Enter Action
* Fix for issue #1085
* change zone's number color and font
remove the light blue background
* Fix for disappearing zone number in editor
* Grid layout reversed order fix
Co-authored-by: sqrlmn <sqrlmn@users.noreply.github.com >
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com >
2020-03-27 13:07:19 +01:00
stefansjfw
b835716e36
Set PowerRename context menu hotkey to 'w' ( #1673 )
2020-03-25 11:12:38 +01:00
pi1024e
6f2801cea8
C++ headers ( #1660 )
2020-03-24 08:51:23 +01:00
Andrey Nekrasov
e52c5d38d3
Cleanup project output/intermediate dirs ( #1640 )
...
* sln: set output dir prefix to "modules\" for all modules
* sln: CopyToOutputDirectory only when necessary
* sln: intermediate dir for csprojs
* sln: intermediate dir for vcxprojs
* sln: add PT as runner project deps + remove nonexisting project confs
* sln: remove AnyCPU for win-app-driver project
2020-03-20 21:41:48 +03:00
Clint Rutkas
6662cf6245
Verbage changes, including #1274 ( #1629 )
...
* verbage changes
* lower cased extention
* fixing oops
2020-03-20 11:31:59 -07:00
pi1024e
bea8e647d9
Remove unused check for pClassFactory ( #1419 )
...
* Update dllmain.cpp
* Update dllmain.cpp
2020-03-07 16:25:12 -08:00
stefansjfw
6a0061dde3
Fix PowerRename UI doesn't handling DPI changes ( #1424 )
...
* Fix PowerRename UI doesn't handling DPI changes
* Address PR comments
* Address PR comments
2020-03-05 10:21:25 +01:00
yuyoyuppe
84fbdba9f5
MSIX: use com_object_factory for powerrename
2020-03-05 10:41:36 +03:00
stefansjfw
e2026aedbc
Fix typo in powerrenamer README ( #1378 )
2020-02-26 16:33:50 -08:00
yuyoyuppe
9607888fc5
PowerRename: bring the rename dialog to foreground
2020-02-17 18:38:14 +03:00
Seraphima
59d218d623
Add telemetry event for PowerRename settings ( #1279 )
...
* moved MAX_INPUT_STRING_LEN constant
* added settings changed event log
2020-02-13 12:44:03 +03:00
Chris Davis
679b26cde4
Set the rename button to the default button on the dialog. Prior to this change, users would setup the rename inputs and hit return only to discover the cancel button had the key focus and all work would be lost. ( #1271 )
2020-02-11 11:33:30 -08:00
Andrey Nekrasov
f963d28ba8
MSIX: keep PowerRename local COM server in memory ( #1222 )
2020-02-07 14:21:10 +03:00
yuyoyuppe
f8bcf52741
MSIX: add a dedicated .rc for UWPUI which joins both UI and DLL .rc's ( #1139 )
2020-01-23 14:42:28 +03:00
Alekhya Kommuru
9c743acd2d
Removed some IDs from resource file. Changed SHIFT to Shift
2020-01-20 11:52:46 -08:00
Alekhya Kommuru
653a84d3a9
reverting formatting of files
2020-01-17 14:38:41 -08:00
Alekhya Kommuru
197286c21e
moved app name to constructor to init only once
2020-01-17 14:23:07 -08:00
Alekhya Kommuru
bf48729354
rebuilt project PowerRename
2020-01-17 11:57:53 -08:00
Alekhya Kommuru
a504a75166
Removed string resources from the settings.cpp file
2020-01-17 11:25:42 -08:00
Alekhya Kommuru
44ac22c0de
Added new lines to the end of the file
2020-01-17 11:12:23 -08:00
Alekhya Kommuru
df1c6b9b0b
Removed get_res_string_wchar and used the get_resource_string() function instead which returns a wstring typecast into wchar*
2020-01-17 11:06:57 -08:00
Alekhya Kommuru
bde0e0b86a
Merge remote-tracking branch 'upstream/master' into locPowerRename
2020-01-16 13:58:59 -08:00
Arjun Balgovind
c1232a7001
Shifted three functions to common ( #1101 )
2020-01-15 23:06:22 -08:00
Alekhya Kommuru
12c4dbf0e5
added common as a reference project
2020-01-15 16:44:18 -08:00
Alekhya Kommuru
31a01ab227
Modified resourceIDs for strings in the table
2020-01-15 13:57:05 -08:00
Alekhya Kommuru
d0648d1754
built the proj
2020-01-14 16:40:40 -08:00
Alekhya Kommuru
1e3486af94
localized the settings file
2020-01-14 16:39:03 -08:00
Alekhya Kommuru
8f2b2aba12
localized powerRenameExt
2020-01-14 15:23:21 -08:00
Alekhya Kommuru
0b1232b65d
localized dllmain powerrename
2020-01-14 15:17:08 -08:00
Alekhya Kommuru
969abe015c
added the helper functions
2020-01-14 15:00:05 -08:00
Chris Davis
3ffd007cc0
Ensure previous search and replace texts are evaluated and updated in the UI at startup ( #1043 )
...
Ensure stored settings get evaluated after initial enumeration
There was a bug where the list view was not getting updated with the results of the search and replace on launch when we are using a stored search or replace text from a previous session.
2020-01-04 00:39:02 -08:00
yuyoyuppe
62c65659cc
format changed files
2019-12-24 17:06:10 +03:00
yuyoyuppe
249addebff
powerrename: implement shellext support for UWP
2019-12-24 17:06:10 +03:00
Clint Rutkas
06b1e43492
Update for #980
...
clearly stating when "Match all" needs to be enabled
2019-12-20 15:49:14 -08:00
yuyoyuppe
303d1fef6b
PCH: remove headers which are actually could be changed ( #950 )
2019-12-17 11:21:46 +03:00
ryanbodrug-microsoft
c6e839271a
This test brake was introduced in the following fix:
...
1efe5bff9f
It looks to me like the test cases just was also wrong and just wasn't updated with the fix.
I've modified some of the test cases to verify the expected behavior:
1) Slight refactor of the tests to pass in the SearchReplaceExpected and flags for the tests.
2) Using Assert::AreEqual instead of Assert::IsTrue for better error meesaging when failed.
3) Verifying that the behavior is the same with or without match all occurances when using *.
4) Verifying that without the `UseRegularExpressionsFlag` the `.*` characters get replaced, including when MatchAllOccurances is set.
2019-12-10 10:11:21 -08:00
yuyoyuppe
1760af50c8
Format unittests ( #906 )
2019-12-10 10:28:24 +03:00
yuyoyuppe
7357e40d3f
Use WinRT JSON parser instead of custom cpprestsdk solution ( #822 )
2019-12-06 11:40:23 +03:00
Chris Davis
8e8be502fd
Handle DPI change gracefully ( #786 )
...
* Ensure icon in context menu is not leaked
* Hande theme/dpi size change gracefully
2019-11-26 19:45:18 -08:00
Chris Davis
b490a72c1d
Ensure icon in context menu is not leaked ( #709 )
2019-11-13 14:13:14 -08:00
Chris Davis
3c0b479669
Merge pull request #697 from chrdavis/master
...
Update to PowerRename
2019-11-12 14:16:10 -08:00
Chris Davis
c9ad09226b
Remove call to save_to_settings_file
2019-11-12 13:56:12 -08:00
vldmr11080
be86cd4028
Customize system menu items through dedicated API ( #677 )
...
Document new interface changes.
2019-11-12 11:48:14 +01:00
Chris Davis
3ddbe92f37
Fix incorrect setting type in set_config handler
2019-11-11 23:28:31 -08:00
Chris Davis
e328c5d505
* Fix crashing bug in event vector cleanup
...
* Fix warnings in settings.cpp
* Add settings to ui of powertoys
2019-11-11 20:58:39 -08:00
Chris Davis
1e89054897
* Ensure rename dialog is centered
...
* Ensure children are renamed before parent items
* Add settings handler
* Replace old text referencing smart rename with power rename
2019-11-11 11:00:42 -08:00
Chris Davis
997ea3a2f5
A couple minor bug fixes
2019-11-09 00:30:00 -08:00
Chris Davis
389590e45d
Ensure columns are resized when the dialog is resized. Also switch to a modeless experience instead of modal for the dialog. We no longer disable the parent window.
2019-11-03 22:22:35 -08:00
Chris Davis
1efe5bff9f
Fix single regex search replace
...
Fix an issue where regular expression search and replace was not being done correctly when MatchAllOccurences is not specified.
2019-11-01 23:56:29 -07:00