Jump to content

BoltBait

Administrator
  • Posts

    15,730
  • Joined

  • Last visited

  • Days Won

    405

Everything posted by BoltBait

  1. Open file explorer. Click the View tab. Check the “File name extensions” option.
  2. Turn off Nvidia's Image Sharpening: https://forums.getpaint.net/topic/115457-paintdotnet-425-issue-with-image-sharpening-setting-for-nvidia-driver-44112/?do=findComment&comment=564635
  3. In 2018, the current version of Paint.NET was 4.0.10 (up to version 4.1). So, I'm not sure what you're talking about with "version 2.0"... Maybe you have used the wrong extension when saving the file. Use this plugin to figure out what type of file you have: https://forums.getpaint.net/topic/31715-whats-it-tools-effect-plugin/
  4. Please post your crash log file contents here so we can see what’s going on.
  5. Install my plugin pack. It comes with a flip plugin.
  6. Use the selection tool () to select what you want to keep. Then press the crop button (). If you want to adjust the selection before crop, use this tool:
  7. If you create a pan slider: It creates it like this: PanSliderControl Amount4 = Pair.Create(0); // Slider 1 Description Because of the default. If you then... press Ctrl+I to go into the interface designer again and press Enter, it will update the script and it will work fine. EDIT: I have fixed this for the next release. In the mean time, just do this
  8. CodeLab 5.1 Released This is only for Paint.NET 4.2+! Small (but important) update today... Changes: ▪ Fix user selected blend op in File New Templates (BoltBait) ▪ Add user selected color to File New Templates (BoltBait) ▪ Fix the fill function with primary/secondary colors (BoltBait) ▪ Add separate word wrap option to TXT documents (toe_head2001) ▪ Add auto complete brace pairs (toe_head2001) ▪ Fix bug in Autocomplete (toe_head2001) ▪ Added 3 new fonts to the View Font menu (toe_head2001) ▪ Cascadia Code, Fira Code, and JetBrains Mono support Programming Ligatures in CodeLab (toe_head2001) ▪ Added help to the View Font menu with links to fonts (BoltBait) Grab the CodeLab DLL here: https://www.boltbait.com/pdn/CodeLab/ Screenshots: New fonts added to the View Font menu: A new help screen in the View > Fonts menu: The bug in Autocomplete that toe_head2001 fixed was quite annoying. Sometimes when typing code, autocomplete wouldn't offer local variables in the list which caused you to have to Esc the list to continue typing. In previous releases he had put some workarounds in to deal with the issue, but they were less than perfect. For this release he took out the workarounds and fixed it properly. Yea! .
  9. The purpose of this forum is to help you learn Paint.NET or solve Paint.NET problem. It is NOT to solicit work.
  10. Now that you've figured it out... feel free to write your own tutorial on how it works.
  11. I'm a big fan of Verdana for the same reason I like JetBrains... the increased lower case 'x' height.
  12. JetBrains Mono is really pretty. If we can convince our editor to display Ligatures, we should add all three to our supported fonts list. But, honestly, I'm not a big fan of Ligatures as they are not what you actually type... can enabling them be an option or is it just by font? .
  13. I bet that one of the plugin authors who write canvas plugins could write this plugin easily.
  14. We might add an option for this in the future. No guarantees. Nope. Not doing this. If you want to test your plugin, just use the live preview right inside of CodeLab. I do not have Visual Studio, I use simple command in a .bat file that is enough. "that is enough"? I don't think so, otherwise you wouldn't be complaining. Look, Visual Studio is free; download it. We give you full access to the entire code CodeLab generates by the button on the build screen that makes your script into a VS project; use it.
  15. No, I do not. The dialog boxes all work fine for me at all scaling factors. Maybe he has some other setting that is affecting the layout. It looks to me like @NSD has changed his system font to Verdana and I'm not going to code around that. He can just fix his system back to normal.
  16. There are some formulas on this page to help you calculate how big your image is and how much memory would be required: https://forums.getpaint.net/topic/8606-out-of-memory-to-loadedit-an-image-read-this-first/
  17. Maybe you are looking for this effect: https://forums.getpaint.net/topic/112948-v12/
  18. With a potential audience of at most a dozen people... I'll get right on that!
  19. Yes we do! Thanks, I will fix it right now. Keep looking for errors! When I rewrote the File New screen it was over 2,000 lines of all new code. So, finding an error or two in that section is not surprising.
  20. Look over the list that EER provided above to see if you recently installed any of those programs. https://defkey.com/what-means/ctrl-shift-x
×
×
  • Create New...