Doug Hennig
Doug Hennig
This is really simple. Matt Slay passed away, so there is no one who can make any changes to this repository. Not me, not you. I have forked this repository...
Thanks for stepping up. The best way to do that it to fork the project, make whatever changes you see fit in the forked repository, then submit a pull request.
Actually, it doesn't look like creating a pull request will help: Matt was the only one who could merge any changes. Send me the files you change (doug@doughennig,com) and I'll...
Here's the code for version 39. - SaveGridToWorkbook: beginning at line 212: ``` IF toGrid.HeaderHeight > 0 && Change recommendation by Doug Hennig (if no headers, start in first row)...
I hadn't noticed that before but now I see it happening too. I wonder if it's a Windows 10 issue; the code displaying that dialog (SFCommonDialog in SFUtility.vcx) uses the...
I'm not sure how to fix it since it's a Windows dialog called with an API function.
Notes from Fernando: - The syntax for importing or exporting a single class is: classlib.vcx::classname::import classlib.vcx::classname::export - For importing just one class in particular you need to specify a real...
Spaces in tags work for me, but there is an issue with custom tags: they only work when the parent for an object also has that tag. For example, I...
Fixed in the latest build: special characters are allowed but no longer cause an error.
Since both Mercurial and Git require a commit message, we have to use something. Also, how would Project Explorer know that sometimes you want a commit message and sometimes you...