Skip to content

Releases: BoltBait/CodeLab

CodeLab v4.2

19 Mar 04:40
0abf2af

Choose a tag to compare

CodeLab v4.2 Release - March 18, 2019

Download: http://www.boltbait.com/pdn/codelab/CodeLabInstaller402.zip

Changes:

  • New Icons!
  • Improved the 'unsaved changes' dialog for when there's only one tab open, and also changed the wording in the dialog when there's multiple tabs open, to be less confusing
  • The search box (in Find & Replace) now turns red when there are no matches
  • When using Save As, the "//Name: " comment is now parsed to try to create a default filename. If it's unsuccessful, it will fall back to "MyScript.cs"
  • Minor fixes to Format Document
  • Files (with .cs extension) can now be dropped (drag and drop) into CodeLab to open them.
  • Options to use force SingleRenderCall and Legacy ROI when Building DLL
  • Added three additional menu items to the Effects menu to start CodeLab with specific parameters (EffectsFlags, EffectRendingSchedule).
  • Scripts with "//Submenu: Adjustments" will be put in the Adjustments menu instead of the Effects menu
  • If your effect has a sample image for The Plugin Browser, it will be shown on the Build to DLL form
  • Added a new high res icon for when CodeLab is running higher than 96dpi
  • Added new build options (Legacy ROI, Single Render Call) to File New template screen
  • Added the following script comments to control build options:
    // Force Legacy ROI
    // Force Single Render Call
  • CodeLab can now be installed to the Store version of Paint.NET. However, when running the Store version you can not create a Visual Studio project from your CodeLab script. Building a DLL still works fine.
  • Assortment of bugfixes, cleanups, refactorings

The complete history of CodeLab can be read here: http://boltbait.com/pdn/CodeLab/History.asp

CodeLab v4.1

23 Oct 06:26

Choose a tag to compare

CodeLab v4.1 Release - October 22, 2018

Download: http://www.boltbait.com/pdn/codelab/CodeLabInstaller401.zip

Changes:

  • Added a 'Find Next' button to the Find panel.
  • Ensure the .rtz file is part of the generated Solution.
  • Retain default values when using UI Designer.
  • Changed "while" snippet.
  • Fixed generated OnDispose code.
  • Fixed a bug in Install.BAT files for the Store versions of PdN.
  • Lots of code cleanup, minor fixes, and HiDPI fixes.

The complete history of CodeLab can be read here: http://boltbait.com/pdn/CodeLab/History.asp

CodeLab v4.0

06 Sep 04:20

Choose a tag to compare

CodeLab v4.0 Release - September 5, 2018

Download: http://www.boltbait.com/pdn/codelab/CodeLabInstaller400.zip

Editor changes:

  • Editor has tabs and can edit more than one file at a time.
  • Generate VS Project function on Build screen.
  • Separate Save and Save As functions.
  • The autocomplete function now does matching initials.
  • Indicator Map (Ctrl+M) now integrated with scroll bar.
  • Building to DLL now saves to Desktop in a ZIP file all ready for posting.
  • Install.BAT files now work for both the Classic and Store versions of PdN.

Indirect UI changes:

  • Colorwheel control now has Alpha style option.
  • Colorwheel control reset button can now be hidden.
  • Filename control added.
  • File>New templates have a "non-looping" style for GDI+ plugins.

The complete history of CodeLab can be read here: http://boltbait.com/pdn/CodeLab/History.asp

CodeLab v3.5

09 Jul 05:52
8476613

Choose a tag to compare

CodeLab v3.5 Release - February 24, 2018

Download: http://boltbait.com/pdn/CodeLab/CodeLabInstaller305.zip

  • Fixed: Local Variables not always displaying in the AutoComplete box.
  • Fixed: Auto Completion triggered when there were no suitable matches.
  • Auto Completion's best suggestions now match case of what you're typing.
  • Errors are now again enumerated when building a DLL file.
    (This was lost during the refactoring for the Effect Preview.)
  • All built-in effects now available in "File > New" templates.
  • Redesigned the Variable Rename menu to be less obnoxious and more discoverable. Shows up as a Light Bulb now.
  • Added a context menu to the Error box.
    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.).
  • Fixed a minor bug in GoToDefinition.
  • Fixed a possible crash with Method overload detection.
  • Improved the switch snippet.
  • Build now triggered after snippet inserted.
  • UI tweaks.
  • Fixed the Cut and Replace icons to make them more visible on Dark theme.
  • Editor Tooltips are now themed (Light / Dark).
  • WhiteSpace indicator dots are now scaled with DPI.
  • CodeLab will only check freshness every 7 days.

The complete history of CodeLab can be read here: http://boltbait.com/pdn/CodeLab/History.asp