openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
StExBar
Settings
|
Report Duplicate
58
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Dec 04, 2024 — Dec 04, 2025
Showing page 58 of 59
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Select the text in the cmd edit box when it gains focus.
Stefan Küng
More...
about 19 years ago
Only enable the cmd edit box if the viewpath is valid.
Stefan Küng
More...
about 19 years ago
If no enabled states are set, assume that the command is always active.
Stefan Küng
More...
about 19 years ago
Prevent the hotkeys from being overwritten if just the keycode matches.
Stefan Küng
More...
about 19 years ago
Add new command to rename the selected entries.
Stefan Küng
More...
about 19 years ago
Add new command: New Folder This command creates a new folder in the current folder view using the standard windows way to do it: via the context menu of the folder background. After creating the new folder, the new item is put into edit mode like the user is used to.
Stefan Küng
More...
about 19 years ago
Insert a separator after the "options" button.
Stefan Küng
More...
about 19 years ago
Load the icons of the custom commands more intelligent: 1) try the path specified with the 'icon = ' setting 2) try loading the icon from the 'icon =' path with an icon index appended (e.g. c:\windows.explorer.exe,4) 3) try using the applications default icon with the application taken from the command line of the custom command 4) if all else fails, *then* use the default icon
Stefan Küng
More...
about 19 years ago
If no commandline is specified, ignore the costom command section completely.
Stefan Küng
More...
about 19 years ago
* correctly hide the cmd edit box if requested * inform the parent about size changes in our toolband.
Stefan Küng
More...
about 19 years ago
Remove the message beep: if we process the hotkey message, don't pass it along to the rest.
Stefan Küng
More...
about 19 years ago
* Only remove a hotkey of an internal command if the user specifically configured it * Allow hiding of internal buttons
Stefan Küng
More...
about 19 years ago
Allow resetting the internal commands hotkeys.
Stefan Küng
More...
about 19 years ago
Only execute the hotkey command if the button is actually enabled.
Stefan Küng
More...
about 19 years ago
Add config params to enable/disable the custom commands depending on the selected items and the current view.
Stefan Küng
More...
about 19 years ago
If the current directory is empty (not defined), pass NULL instead of an empty string to CreateProcess(). Because CreateProcess doesn't like an empty path for the current directory.
Stefan Küng
More...
about 19 years ago
Add comments.
Stefan Küng
More...
about 19 years ago
Erase the background of the main window ourselves by drawing the themed background of a rebar control.
Stefan Küng
More...
about 19 years ago
* store all selected paths with their fetched attributes (replace the std::set with an std::map). * fetch the attributes (file or folder for now) of every selected item. * set up timer to check whether to enable/disable certain command buttons depending on what's shown and what's selected in the explorer.
Stefan Küng
More...
about 19 years ago
Recalculate the size of the toolbar after all other settings are applied to it.
Stefan Küng
More...
about 19 years ago
Expand env variables before using the command line provided by the user in the config file.
Stefan Küng
More...
about 19 years ago
Implement separators on the toolbar.
Stefan Küng
More...
about 19 years ago
Replace the dummy icons with real ones.
Stefan Küng
More...
about 19 years ago
set svn properties.
Stefan Küng
More...
about 19 years ago
* Implement starting the custom commands. * Fix bug with relative pidls where the selected paths were not correct.
Stefan Küng
More...
about 19 years ago
Extend the text in the config file and fix an UNICODE mistake.
Stefan Küng
More...
about 19 years ago
Add new class which provides functions to deal with pidls.
Stefan Küng
More...
about 19 years ago
* Rebuild the toolbar after settings changes. * Honor the "show button text" setting
Stefan Küng
More...
about 19 years ago
* Switch from using the registry for custom commands to using a config file - add new class CSimpleIni to handle the config file - change code to use CSimpleIni instead of the registry - use default icon for custom commands which don't have one specified (or a wrong one) * Add options dialog
Stefan Küng
More...
about 19 years ago
Implement commands: cmd: starts the console on the currently active directory copy names: copies the selected names to the clipboard copy paths: copies the selected paths to the clipboard quick console: text entered in the edit box is executed in the console
Stefan Küng
More...
about 19 years ago
←
1
2
…
51
52
53
54
55
56
57
58
59
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree