Jump to content

peterfnet

Newbies
  • Posts

    5
  • Joined

  • Last visited

peterfnet's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

1

Reputation

  1. Posting to provide a revision to the registry key value and to also confirm an OS working (Windows 10 Version 1607, OS Build 14393.576 - AKA Anniversary Update) They key listed above is valid, but assumes that a user of a 64-bit Windows is using 64-bit Paint.net and that the Program Files path is in the c:\. Though unlikely that someone will install a 32-bit version on a 64-bit OS, it is possible by extracting the installation package with a program like 7-Zip and installing with the PaintDotNet_x86.msi. Haven't tried it, but I'm a stickler for portable code and registry snippets like this :-D I used the same key/value/etc., I just changed the beginning of the path to use an environment variable provided by Windows. For reference, this is the default value in its raw hex format. You can put this in a .reg file of your own and merge it to restore the default: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command] @=hex(2):22,00,25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\ 00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\ 73,00,70,00,61,00,69,00,6e,00,74,00,2e,00,65,00,78,00,65,00,22,00,20,00,22,\ 00,25,00,31,00,22,00,00,00 or, if you want to just copy and paste to restore the default value/behavior, use the following: "%systemroot%\system32\mspaint.exe" "%1" When editing the existing registry key value located at [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command], edit the value and paste the following: "%ProgramFiles%\paint.net\PaintDotNet.exe" "%1" If you want to merge a registry file with your registry to overwrite the existing value, use the following in your own .reg file: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\ 00,65,00,73,00,25,00,5c,00,70,00,61,00,69,00,6e,00,74,00,2e,00,6e,00,65,00,\ 74,00,5c,00,50,00,61,00,69,00,6e,00,74,00,44,00,6f,00,74,00,4e,00,65,00,74,\ 00,2e,00,65,00,78,00,65,00,22,00,20,00,22,00,25,00,31,00,22,00,00,00 If you accidentally deleted the (Default) value in [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\edit\command], create a new REG_EXPAND_SZ there, and give it a value of (same as the first example): "%ProgramFiles%\paint.net\PaintDotNet.exe" "%1" Want to go hog wild and just be different for the hell of it? (Or you like more specific context menus) Use the following key to merge into your registry. It's the same value above, but it puts it into your Right Click/Context menu on images as "Edit with Paint.net" and doesn't mess with the Edit item in the menu: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\SystemFileAssociations\image\shell\Edit with Paint.net\command] @=hex(2):22,00,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,\ 00,65,00,73,00,25,00,5c,00,70,00,61,00,69,00,6e,00,74,00,2e,00,6e,00,65,00,\ 74,00,5c,00,50,00,61,00,69,00,6e,00,74,00,44,00,6f,00,74,00,4e,00,65,00,74,\ 00,2e,00,65,00,78,00,65,00,22,00,20,00,22,00,25,00,31,00,22,00,00,00
  2. I must have edited my post just after you loaded this page. I have corrected my mistake. Yeah, I also hope he is feeling generous! I'm so used to zooming in, then panning past the edges. I'm constantly moving my floating tools around once I hit the edge they're on.
  3. Also came looking for information on this. As of my post, 2016-02-08, there is no longer an entry in the FAQ about this: http://forums.getpaint.net/index.php?/topic/399-frequently-asked-questions-faq/ I figure this is worth a bump almost 1 year later. This would be a great feature to have! EDIT: Found it in a different thread named "Popular Feature Requests" http://forums.getpaint.net/index.php?/topic/2940-popular-feature-requests/
  4. Wow, strange. Uploading again for reference. Edit: okay, figured out why the attachment went poof. I missed the "Attach This File" button. Side note, it won't let you upload a .log file. Had to rename to txt. pdncrash.5.txt
  5. Hello, This is the first beta version I have installed. Doing a Left or Right Mouse Scroll immediately crashes the app. I've attached the crash log. For clarity, I've included a photo below of what mouse buttons I am talking about. I've also emailed the report to the address provided in the crash log. I came here first to see if anyone else had posted this. I am posting here so others can see this has been reported. pdncrash.5.txt
×
×
  • Create New...