|
|
|
|
|
- Overview
- New features and improvements in WINDEV "Update 2" (version 302xxx)
- New features and improvements in WINDEV "Update 1" (version 301xxx)
Here are the main new features and improvements in this update. Several improvements have been made in this version.
This help page presents: New features and improvements in WINDEV "Update 2" (version 302xxx) | New features and improvements in WINDEV 2025 (Update 2) (available both for dongle-based and SaaS versions) |
To upgrade from a dongle-based version to a SaaS version at no cost, visit https://windev.com/saas.
Environment- Image catalog
Updated keywords for quick image retrieval. More keywords have been associated with each image, which allows for more efficient search. - Color palettes
- Ability to define a main palette and multiple secondary palettes for a single project. Available in the "Style" tab of the project description window.
- New color palette format for compatibility with skin templates.
- New skin templates
- Apollo (based on a palette).
- Eleven_Palette (based on a palette).
Window editor
- Toasts
Toasts have been updated and now feature animations, margins, rounded corners, etc. - Date Edit control
Depending on the input mask used, an automation correction is made when the date entered does not correspond to a valid date (30 days in February, 31 days in April instead of 30, etc.). - Repositionable notes
Updated style. - Data-bound Table control
Sort and filter features are now available on all columns (including non-indexed columns). - Dynamic tabs: Groups of controls
When an action is applied to a group of controls programmatically, only the current tab is modified. The same group of controls present in the other tabs will not be modified. Application installation- Update notifications now integrated into the application. An Update available notification appears. This toast also allows user to install the update.
SCM (Source Code Manager)- The version number of an element saved in text format in the SCM indicates whether this element was modified in a project with SaaS-exclusive features.
HFSQL- Optimizing queries on data files with composite keys.
WLanguage programming: - New BitcoinCoreXXX functions
- Maps
There have been some changes to map functions in WLanguage, for compatibility with new map styling modes. - The MapChangeStyle and MapGetStyle functions have been deprecated.
- The MapIDGgl function has been added. This function gets or sets the style used in the Map control. This function enables you to use the new map styling mode defined by Google.
- OpenAPI web services
The apiResponse type is used to get the result of a request sent to a previously imported REST API. - .NET 9 support.
| New features and improvements specific to WINDEV 2025 SaaS version (Update 2) |
These features are only available in the SaaS version of WINDEV.
Note: To use these features, your project must be in "SaaS mode" (not available in dongle-based versions of WINDEV). For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
Environment- Modern environment
When installed for the first time, the WINDEV/WEBDEV/WINDEV Mobile environment uses the newest options by default. These options include: prefix syntax, generic vocabulary ("TeamTable"), dark theme, modifier pane to the right, nullable types, etc. - Export/Import environment options
It is now possible to export and import the options of the current environment. All the options defined for the various editors are taken into account. This feature can be accessed from the "Editor" tab of the general options of the IDE. - Date a project was last opened
When you use the "Open a project" option in the home screen, recent projects are listed including the date they were last opened. For example, "last week" or "3 days ago". Project Management Hub- Filter displayed elements
You can now view tasks, requirements and incidents associated with multiple sprints. HFSQL Control Center - Data file reindexing
Data files can be reindexed in the background on the server (asynchronous mode). The HFSQL Control Center can be closed. Reindexing results will be available in the "Optimization" tab. - Keychain
The HFSQL Control Center can be used to store passwords for analyses, connections and data files. These passwords are now securely stored using a keychain. They are inaccessible to other users. Report editor - Image controls: Exif data (positioning and orientation) can be taken into account when printing a report.
Code editor- You can now edit and apply syntax highlighting to code from any type of text file. This feature lets you edit ".wl" or ".wx" files used by your application. You can also edit Python, C++, C, YAML, etc.
Application installation - MSIX format
MSIX format is now available for installing 32 and 64-bit WINDEV applications. MSIX is a unified packaging format provided by Microsoft for creating secure installations. - Installation with UAC
If an application was installed using administrator privileges, future updates will always request administrator privileges, even if this requirement is disabled when creating the setup program. HFSQL: - Optimized notification system to avoid excessive messages.
- HExecuteAsynchronousProcedure, new function for executing a stored procedure asynchronously.
WLanguage programming- Serialization
It is now possible binary serialize JSON variables and JSON members (Serialize and /Deserialize functions). - Toasts
Variables of type Toast now feature new properties to customize toasts: - ClosingAnimation: Sets the animation to be used when closing the toast.
- OpeningAnimation: Sets the animation to be used when opening the toast.
- Round: Radius to be applied to the corners of the toast.
- Image: Path to the image displayed at the top left corner of the toast.
- ExternalMargin: Margin between the edge of the toast and the edge of the parent window (in pixels).
- Email functions
- EmailExecuteCommand: Sends a command to an email server.
- EmailAbonneAuDossier / EmailUnsubscribeFromFolder: Allows you to subscribe to or unsubscribe from a folder to access its contents (using IMAP).
- FTP server management
You can now define a variable of type ftpConnection to optimize FTP functions. All FTP functions now support this variable type. - SSH functions
- SSHConnectCommand: Keeps the SSH session active between several commands sent to an SSH server.
- SSHDisconnectCommand: Stops the active SSH session.
- Opening documents
OpenDocument and OpenDocumentAsynchronous now open Diagram documents in the diagram editor. - System functions
- SysEncrypt: Encrypts data using Windows user credentials. Encrypted data can be saved in a file and then decrypted by the same user on the same computer as the application that encrypted the data.
- SysDecrypt: Decrypts data previously encrypted by SysEncrypt.
- SysWindowsVersion: New sysIsServer constant to determine whether the current operating system is a server system.
- SysIsAdministrator: This new function determines if the current user has administrator privileges.
- Drawing functions
- dTextHeight: Calculates text height in pixels.
- dTextWidth: Calculates text width in pixels.
- ImageInfo: Gets a series of details of an image.
- Other functions
- ArrayContain: Determines whether an array contains a value.
- Modified functions
- TableSelect: tsRowNoFilter, new constant used to get the current row number, regardless of the filter.
- zipCreateExe: It is now possible to specify a version number for the self-extracting executable file. This version number can be retrieved using the ExeInfo function (exeVersionWindowsFormat constant).
New features and improvements in WINDEV "Update 1" (version 301xxx) | New features and improvements in WINDEV 2025 Update 1 (available both for dongle-based and SaaS versions) |
To upgrade from a dongle-based version to a SaaS version at no cost, visit https://windev.com/saas.
Environment- File explorer: You can now choose the desired file explorer (Windows File Explorer, Total Commander, etc.) without leaving the environment. You can change these settings in the IDE general options ("Directories" tab).
- Color palettes:
- Ability to adjust opacity of colors from the palette.
- Images in monochrome mode.
Window editor- Button control:
Ability to make long text scroll automatically. - Segmented Button control:
- Value property: Ability to identify and change the buttons selected in a Segmented Button control in "Check Box" or "Radio Button" mode.
- Grayed property: Now available for Segmented Button control options.
- Automatic Application Feature (AAF): An option in the context menu now allows you to save the value of the control (i.e., selected and non-selected options).
- Cell control:
You can adjust the opacity of the background of a cell in the control description window ("UI" tab) or via the Opacity property. - Static Text control:
Ability to make long text scroll automatically. - Spreadsheet control:
New formulas available in a Spreadsheet control: - DATEDIF: Returns the difference in days between two dates.
- DCOUNTA: Counts non-empty cells in a range.
- GROWTH: Returns a value along an exponential trend.
- Tab control
- Image associated with the text:
- Ability to set a margin between the image and text displayed in the tab.
- Monochrome mode.
- You can customize the borders of active and inactive tabs.
- Image Editor control:
- Positioning and orientation EXIF data is now automatically taken into account.
Help editorIt is now possible to insert a diagram created with the diagram editor into a help page.
Vaults- Project tests: You can now select the type of secret strings to be used in test mode (secret content or test content).
- Generating executables: You can now select the type of secret strings to be used to generate the executable (secret content or test content).
MVP programmingYou can now provide a model class that will be used to generate MVP models. This approach automatically implements the code that must be present in all generated models. Reactive proceduresOptimizations.
Console mode executable functions- The new CmdIsRunning function indicates whether the executable associated with the command is currently running.
- The new CmdKill function forces termination of executable associated with a command in console mode.
- Command variables: The new AutoTerminate property indicates whether the associated executable should be terminated once the variable has been used.
Windows notifications - The new Style property of sysNotificationButton variables allows you to set the color of buttons in a notification.
- The new AssociatedTextInputName property of sysNotificationButton variables allows you to display a button next to an Edit control.
Automatic HFSQL error handling- New, cleaner windows in the HFSQL automatic error handling utility.
HFSQL server replication- The HFSQL Control Center now allows for single-channel, bidirectional HFSQL server replication.
- The SingleChannel property of hRSConfig variables allows you to define a single-channel replication.
SCM (Source Code Manager)- Same check-out/check-in UI, regardless of the number of elements being manipulated.
- Branch and directory deletion is now faster.
To take advantage of this optimization, use the latest version of the SCM repository. For more details, see SCM: Repository versions. Git / Github / Gitlab- New properties in text format are available for both control and windows. It is now possible to see changes in these properties in the comparison tools.
- The history of a given element includes the changes made by the current user as well as those made by other users.
WLanguage programming: - Support for XML arrays serialized as a sequence of elements::
The psdXMLArrayRepeatedElements constant is used to manage the serialization and deserialization of XML arrays that have been serialized as a sequence of elements (Serialize and Deserialize). - OOP:
It is now possible to pass a method from a class instance to an external API (API and CallDLL32 functions). - SQL Query variables: You can now define an SQL Query variable that uses another SQL query variable as source.
- New functions:
- HRSTransformSpareIntoServer: Transforms a Spare server into an HFSQL server. This makes it possible to delete replications of a spare server so that it can be used again. For example, this function can be used in the case of a master server that becomes unreachable.
- PDFVerifySignatures: Checks the validity of PDF signatures. If there are any invalid signatures, this function allows you to get their details.
- SaaSAdminSubscriptionListLicense: Lists SaaS subscription licenses associated with a user.
- Improved functions:
- New properties:
- Monochrome: Enables or disables monochrome mode on Image controls.
Java: | New features and improvements specific to WINDEV 2025 SaaS version (Update 1) |
These features are only available in the SaaS version of WINDEV.
Note: To use these features, your project must be in "SaaS mode" (not available in dongle-based versions of WINDEV). For more details, see Using new features exclusive to WINDEV Suite SaaS 2025.
Code editor: - Empty lines in the code:
Now you can use a simple refactoring option to remove empty lines of code from a WLanguage process or event. - Sorting procedures and methods:
By default, procedures and methods are sorted according to the order in which they were created. Now, you can sort them alphabetically. This makes it easier to find your functions. - Copying WLanguage code to a third-party tool:
- Now, copied/pasted code always uses light theme colors. This means that code copied in dark theme won't be pasted with a dark background.
- Copied/pasted code now supports plain text and HTML. If you paste code in an application that supports HTML (e.g. Thunderbird or Outlook), it will be pasted directly using HTML formatting. Syntax highlighting uses the colors from the light theme.
- A new wizard for the RegexMatch function allows you to generate the desired code just by answering a few questions.
- New shortcuts for faster scrolling: Alt + mouse wheel / Alt + Shift + Mouse wheel.
WLanguage programming- Windows notifications: New properties for variables of type sysNotification now allow you to set a notification expiration condition and to display progress bars.
- The new ExpireOnReboot property allows you to specify whether the notification should be kept or dismissed after restarting the computer.
- The new ProgressBars property and sysNotificationProgressBar variable type allow you to include and configure progress bars in notifications.
- The new SysNotificationProgressBarUpdate function updates the characteristics of a progress bar present in a system notification.
Digital signature- Ability to use a certificate on a smart card (RSA signature only).
CertificateSelect and CertificateList functions can now be used to select and list a certificate present on a smart card. The different signature functions can use a certificate present on a smart card. Report editor- Planning reports: You can now display weeks according to ISO 8601 ("ISO 8601 format" in the "General" tab of the Planning control description in a report).
Charts- To draw line charts without the segments (leaving only the points), simply pass the LineNone constant to grSeriesLineType.
Continuous integration - Software factory- New action to change the save format of project elements from "Text" to "Binary" (and vice versa).
SOAP webservices- You can now import SOAP webservices with descriptions containing multiple services with the same name. This functionality is particularly useful for web services associated with the Spanish electronic invoicing system.
SCM (Source Code Manager)- Detection of elements that are not in the latest version of the SCM repository:
- A notification appears in the "SCM" widget in the dashboard.
- Detection using the static audit.
Reminder: It is recommended to work with the latest version of the SCM repository to take advantage of all the new features and improvements. Otherwise, you may encounter performance issues. Tools- Static audit:
- Detection of multilingual strings using obsolete technology.
- Source Code Manager (SCM) repository: Detection of outdated formats.
Reminder: It is recommended to work with the latest version of the SCM repository to take advantage of all the new features and improvements. Otherwise, you may encounter performance issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|