Jump to content

BoltBait

Administrator
  • Posts

    15,730
  • Joined

  • Last visited

  • Days Won

    405

Everything posted by BoltBait

  1. Well, something strange is going on with your system. I'm running the latest build (4.0.21) and when my mouse is floating over the image, turning the mouse wheel scrolls the image. When the mouse if floating over the list of layers, turning the mouse wheel scrolls the layers list. Same for the history window. So, the program has the right functionality. There must be something special about your system that is preventing it from working property. Have you recently changed your mouse or reconfigured it? Are you running some new special mouse software? Did you recently install a window's manager?
  2. When you attempt to scroll, is your mouse floating over the layer window?
  3. You can unselect by pressing Ctrl+D. Or, you can simply make another selection.
  4. If you want to see how far CodeLab has come, just read this page: http://boltbait.com/pdn/CodeLab/History If you want to see what the first version looked like, there are screenshots of it in the first post of this thread.
  5. CodeLab 3.2 Released This is only for Paint.NET 4.0.21+! Tiny update today... Changes: ▪ Fixed a crash in the Preview UI screen and the Preview Effect screen. (toe_head2001) If you tried to preview a UI that contained a Double Vector control [+] it would crash paint.net. Sorry about that! I found the bug when I was rewriting CodeLab Tutorial #7: https://forums.getpaint.net/topic/32107-how-to-write-an-effect-plugin-part-7-extra-surface/
  6. You know what this.Blur() is? Same thing. He's saying, open paint.net and make the window not cover the entire screen. Then, click on the desktop so that paint.net is no longer the active program. When you do that, the top bar turns a stark white. I really don't think it is a paint.net problem as Chrome does the same thing.
  7. With the new version 3.1 of CodeLab out, I really need to rewrite this tutorial. It is MUCH easier now!
  8. Hey Bolt, does that mean we can change sliders (of UI) to change values in editor dynamically while working in codelab? When running CodeLab, you can press Ctrl+P (File > Preview) to preview your effect including the UI you have designed. During the preview, you can slide around your sliders, change your colorwheel, etc. and you'll see the results immediately just like having your effect installed. HOWEVER, once you click OK on your effect, it reverts back to how it is in the code editor.
  9. CodeLab 3.1 Released This is only for Paint.NET 4.0.21+! Big update today... Changes: ▪ Object disposal in "File > New" Templates. (BoltBait) ▪ Create Work Surface in "File > New" Templates. (BoltBait) ▪ View Full Source without having to build a DLL file. "View Source" changed from check box to button on the Build to DLL screen. (BoltBait) ▪ Support for NestedTypes to the 'Intelligent Assistance' features. (toe_head2001) ▪ User Interface controls can now be previewed while in the UI Designer. (BoltBait & toe_head2001) ▪ The script can now be run with a fully functional UI, while still in CodeLab. Building a DLL file is not necessary to see how your final effect will look. (Does not include Help.) (BoltBait & toe_head2001) ▪ Bug Fix: reported issues with 'Format Document' (thanks, xod). (toe_head2001) Grab the CodeLab DLL here: http://www.boltbait.com/pdn/CodeLab/
  10. I think you'll like the next release... which should be later tonight (assuming all goes well).
  11. Yeah, it was low on his list of priorities... but it was high on mine. So, I started working on it and he couldn't resist finishing it.
  12. That's some good info, @toe_head2001. CodeLab should be writing that code for you. I'll add it to the list of features for the next release.
  13. Just a reminder, folks: Read the forum rules, specifically #7: https://forums.getpaint.net/topic/2932-read-first-the-rules-yes-you-read-this-2013-12-21/#7
  14. Please upgrade to paint.net version 4.0.21 and see if you still have that problem.
  15. This is listed under Popular Feature Requests: So, I'm going to close this. No hard feelings.
  16. If you're asking about an IndirectUI "reset all" button, Rick has filed an issue in his official tracking database about this. But, don't hold your breath waiting for it as there are about a million issues in there and this one is very low priority. So, it will happen eventually, just not right away.
  17. Well, you need to do that as described here: https://forums.getpaint.net/topic/112124-paintnet-4020-beta-build-6560/?do=findComment&comment=539822
  18. Thanks! I think @toe_head2001 and I make a good team. He focuses on the Editor and I focus on the Code Generation.
  19. CodeLab only supports IndirectUI controls built-in to paint.net itself.
  20. CodeLab 3.0 Released This is only for Paint.NET 4.0.20+! HUGE update today... Editor Changes: ▪ PDN Dark Theme compatibility (toe_head2001) ▪ New 'Find & Replace' panel with expanded functionality (toe_head2001) ▪ Edit -> Format Document. Automatic line indentation, and whitespace trimming from line ends (toe_head2001) ▪ F12 to 'Go To Definition'. Objects from the .Net Framework open docs.microsoft.com; objects from UserScript go to location in document (toe_head2001) ▪ Proper "Intelligent Assistance" for User Defined type members (fields, methods, ect. in your script), and type members defined in the Effect class (EnvironmentParameters, IsCancelRequested, ect.) (toe_head2001) ▪ Autocomplete box can now be filtered object type (Class, Property, Keyword, ect.) (toe_head2001) ▪ Bug fix: Red underlines for errors are now correctly located (toe_head2001) Code Generation Changes: ▪ Int and Double sliders can now have decorations (BoltBait) ▪ Users can have controls disabled based on the status of other controls (enable/disable checkbox, etc.) (BoltBait) ▪ OnSetRenderInfo can be optionally utilized in the UserScript via the PreRender method. (toe_head2001) ▪ All File > New templates rewritten to utilize the new PreRender() function (BoltBait) ▪ Bug fix: Radio buttons and Drop-down lists now properly set default values (toe_head2001) Grab the CodeLab DLL here: http://www.boltbait.com/pdn/CodeLab/ Big shout-out to @MJW for helping design and test all the new features!
×
×
  • Create New...