skullbonz Posted August 11, 2013 Share Posted August 11, 2013 I have searched the forums for this answer but have not found it. Sorry if I missed it somehow. I was wondering if it is possible now or in the future to make the plugin drop down lists scrollable with the mouse wheel instead of the tiny arrow at the bottom? In a couple plugin categories I have more plugins than height allows so I have to use the little arrow and miss half the time causing me to have to undo an unwanted action. Until recently adding some more plugins to the Distort category the Thermal Heat Map was at the bottom and I kept accidentally hitting that instead which caused some freeze up problems at times with large images. It would be so easy to be able to scroll simply by rolling the scroll wheel on the mouse seeing as I use the mouse for most everything. I know I could move some of the plugins into a folder so as to shrink down the drop down list but I never know for sure which plugin will work best for what I am doing or what I may want to try. Quote http://forums.getpaint.net/index.php?/topic/21233-skullbonz-art-gallery Link to comment Share on other sites More sharing options...
DrewDale Posted August 11, 2013 Share Posted August 11, 2013 (edited) There is a way - Open the effects menu and position your cursor on the sub menu so it opens the list of plug ins in there, then use your up down arrows on your keyboard to select the effect you want, then press enter on your keyboard Edit - When I say sub menu I mean something like Effects > Photo or Effects > Object etc... Edited August 11, 2013 by DrewDale 2 Quote Link to comment Share on other sites More sharing options...
skullbonz Posted August 11, 2013 Author Share Posted August 11, 2013 (edited) Thanks Drew but keyboards mess me up even more,lol. By using the mouse with my right hand that leaves my left hand for the keyboard. Lefty can't spell or hit the right keys all the time,lol. Oh and nice sig. Edited August 11, 2013 by skullbonz 1 Quote http://forums.getpaint.net/index.php?/topic/21233-skullbonz-art-gallery Link to comment Share on other sites More sharing options...
DrewDale Posted August 11, 2013 Share Posted August 11, 2013 I'm sure the up / down & enter method would be better than hitting the wrong effect I use that method all the time because I have a massive amount of plug ins in some of the sub categories. That is the only work around I know of. Quote Link to comment Share on other sites More sharing options...
nitenurse79 Posted August 11, 2013 Share Posted August 11, 2013 Good tip Drew. I never thought you could do that. I have many plugins and like skullbonz I sometimes open up an effect by accident. Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted August 11, 2013 Share Posted August 11, 2013 Recommend you delete Thermal Heat Map. It's awful. I know - I wrote it Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
BoltBait Posted August 12, 2013 Share Posted August 12, 2013 Recommend you delete Thermal Heat Map. It's awful. I know - I wrote it You're kidding, right? I use that plugin at least 5 times per day. Oh, wait... That's Feather. Nevermind. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted August 12, 2013 Share Posted August 12, 2013 Thermal Heat Map melts your brain because it's so slow. Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
TechnoRobbo Posted August 12, 2013 Share Posted August 12, 2013 (edited) ego, code wrapper below may speed up render. it bypasses preview. Obviously it's for codelab so adjust for vs. #region UICode bool Amount1 = true; // [0,1] #endregion void Render(Surface dst, Surface src, Rectangle rect) { if (Amount1){ // next two lines are necessary if you are using system graphics. Rectangle sel = EnvironmentParameters.GetSelection(src.Bounds).GetBoundsInt(); dst.CopySurface(src, sel.Location,sel); //========================= Amount1=false; try { //your code goes here }catch(Exception e){} }else{ //======= next code is a keep alive for dialog box //so users know its working. ColorBgra CP=dst[0,0]; dst[0,0]=CP; } } Edited August 12, 2013 by TechnoRobbo Quote Go out there and be amazing. Have Fun, TRSome Pretty Pictures Some Cool Plugins Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted August 12, 2013 Share Posted August 12, 2013 Thanks TechnoRobbo - I think my code is significantly more flawed than that. I create a GDI brush for each pixel and other foolish things.... But we're off-topic... Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
Rick Brewster Posted August 13, 2013 Share Posted August 13, 2013 Sorry, but I'm not planning to implement this. My recommendation is, as usual, to simply install fewer plugins. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Oceana Posted August 13, 2013 Share Posted August 13, 2013 There is a way - Open the effects menu and position your cursor on the sub menu so it opens the list of plug ins in there, then use your up down arrows on your keyboard to select the effect you want, then press enter on your keyboard Edit - When I say sub menu I mean something like Effects > Photo or Effects > Object etc... I also use this method. I find it a good work around Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted August 14, 2013 Share Posted August 14, 2013 Alt[C,R] then Enter or Right Arrow opens the Render submenu. The up/down arrows will highlight the entries within the submenu. There are key combinations like this for all the menus. Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.