Skip to content

Release Notes for HDevelopEVO 25.11.0.2πŸ”—

More Info

  • You find the release notes for the last major version 25.11 of HDevelopEVO here .
  • You find the release notes for HDevelopEVO 25.11.0.1 here .
  • You find the release notes for HALCON 25.11 on the MVTec website .

New functionality for the IDEπŸ”—

  • HDevelopEVO now supports using an existing GitHub Copilot license. You can configure the AI Chat to authenticate with your license and benefit from enhanced code completion and assistance.
  • The autocompletion has been improved to include all keywords that are valid at the requested position.
  • Displaying a tuple with many elements during debugging has been improved. Now, the element count is always visible. Tuples with more then 100 elements are grouped.
  • The gray value histogram has been improved:
    • You can now pan the grayscale histogram data.
    • The histogram now displays the currently visible minimum and maximum values.
    • Iconic variable names are now displayed in the histogram.
    • The channel selection drop-down is now conditionally enabled:
      • Disabled for single-channel images.
      • Enabled for multi-channel images.
    Further, an issue where the overlay was not removed after turning off the visualization via the button has been fixed.
  • In the title bar of the graphics widget and the gray value histogram, a new button now allows you to detach the widget into a separate window.

New functionality for the HALCON Script EngineπŸ”—

  • Imports can now contain environment variables as part of their file paths.

Bug fixes for the IDEπŸ”—

  • Debugging could not be started when breakpoints were used in new unsaved files. This problem has been fixed.
  • Empty comment lines mistakenly confused HDevelopEVO’s line counting and, as a consequence, could lead to incorrect behavior, for example, of the program counter. This problem has been fixed.
  • When disabling a breakpoint, the breakpoint was deleted. This problem has been fixed.
  • The number of entries in a tuple displayed in the Variables View was incorrect. This problem has been fixed.
  • The Iconic Variables view did not adapt to the light theme. This problem has been fixed.

Bug fixes for the HALCON Script EngineπŸ”—

  • In HALCON Script, assigning values of different types to a tuple variable could corrupt the tuple. This problem has been fixed.

Documentation bug fixesπŸ”—

  • The EULA could be displayed with corrupted encoding. Further, the version of the EULA was wrong. These problems have been fixed.