Jump to content

BoltBait

Administrator
  • Posts

    15,730
  • Joined

  • Last visited

  • Days Won

    405

Everything posted by BoltBait

  1. There is not. Paint.NET is a pixel editor, not a word processor.
  2. How to crop a photo: 1. Select the part of the photo you wish to keep. You can use any of the selection tools: 2. Press the Crop button:
  3. Instead of using Ctrl+Click, you can use the options on the tool strip:
  4. Next time this happens, take a screenshot of the entire Paint.NET window and show us.
  5. If you haven't done so yet, install my plugin pack: https://forums.getpaint.net/index.php?/topic/32048-v Once you make your selection, click the button to add a new layer. Then, use Effects > Selection > Outline.
  6. There are a couple of cone shapes in my custom shape pack: (I'm sure you have more skills than me and you're roof will look better. ) Install it from here: https://forums.getpaint.net/topic/32048-boltbaits-plugin-pack-for-pdn-v406-updated-aug-16-2017/
  7. Go to this page and start at step 4: https://forums.getpaint.net/topic/110411-common-install-uninstall-crash-problems-and-solutions/
  8. You need to download and install this first: https://www.microsoft.com/en-us/download/confirmation.aspx?id=56115 If you are not able to install that, you'll need to fix any errors it gives... typically, you'll need to run Windows Update until there are no updates for your system. Once that is successful, try installing Paint.NET again.
  9. I think, if you are trying to sort colors programatically, you'd want to convert them to HSV first and sort by H (with guard band) then order by S and V combined in some way.
  10. Well, you can argue all you want... but, the fix is the same.
  11. That is because your default font (the first font in the list) has a regular version. This person's default font has only italics.
  12. Source code needs more try/catch blocks around creating fonts.
  13. ...and you didn't think that the problem is with your USB drive?
  14. Do the images save and load properly if you target your harddrive? In other words, is there only a problem if you target your USB stick?
  15. You're not getting enough entries now and you want to split it up? I don't think that's gonna work. The reason I don't participate (other than the fact that I have no skillz) is that it already takes me hours to make an entry for the SotW contest... I can't even imagine how long it would take me to make a larger piece like an OofF entry.
  16. Just know that this border will not be in the image when it is saved.
  17. Just download my pack and run the installer. Then, simply select the plugins you want and make sure all the plugins you don't want are unchecked.
  18. I agree that in that specific example, it is hard to tell which word is highlighted because it is mixing the selection color with the current line highlight and the current word highlight and similar words are highlighted right above and below the one that is highlighted. However, if you highlight Amount2, for example, it is still quite visible.
  19. The highlight color is right from Visual Studio and looks quite visible to me:
  20. CodeLab 3.5 Released This is only for Paint.NET 4.0.6+! Small update today... Changes: ▪ Fixed: Local Variables not always displaying in the AutoComplete box. (toe_head2001) ▪ Fixed: Auto Completion triggered when there were no suitable matches. (toe_head2001) ▪ Auto Completion's best suggestions now match case of what you're typing. (toe_head2001) ▪ Errors are now again enumerated when building a DLL file. (toe_head2001) (This was lost during the refactoring for the Effect Preview.) ▪ All built-in effects now available in "File > New" templates. (BoltBait) ▪ Redesigned the Variable Rename menu to be less obnoxious and more discoverable. Shows up as a Light Bulb now. (toe_head2001) ▪ Added a context menu to the Error box. (toe_head2001 and BoltBait) Options for 'Copy Error Message', 'View Full Error', and 'Look up Error Code'. ▪ Tooltips now display on raw values (ex: "myString", 'c', 5.1m, 5, 3f, ect.). (toe_head2001) ▪ Fixed a minor bug in GoToDefinition. (toe_head2001) ▪ Fixed a possible crash with Method overload detection. (toe_head2001) ▪ Improved the switch snippet. (BoltBait) ▪ Build now triggered after snippet inserted. (toe_head2001 and BoltBait) ▪ All compiler warnings now ignored. (BoltBait) ▪ UI tweaks. (BoltBait) ▪ Fixed the Cut and Replace icons to make them more visible on Dark theme. (BoltBait) ▪ Editor Tooltips are now themed (Light / Dark). (toe_head2001) ▪ WhiteSpace indicator dots are now scaled with DPI. (toe_head2001) ▪ CodeLab will only check freshness every 7 days. (BoltBait) Grab the CodeLab DLL here: http://www.boltbait.com/pdn/CodeLab/ Screenshot(s):
  21. Your fontStyles function can just be put inline, like this: FontStyle myStyle = FontStyle.Regular; if (Amount3) myStyle |= FontStyle.Bold; if (Amount4) myStyle |= FontStyle.Italic;
  22. Download THIS (.NET Framework v4.7.1) and install it. Sometimes the paint.net installer can not install it for you. By doing it ahead of time, you can avoid some install issues.
  23. Make sure you are selecting 32-bit PNG or just click the "Auto" option when saving PNG.
×
×
  • Create New...