Releases: Excel-DNA/IntelliSense
Excel-DNA IntelliSense v1.0.1
The Excel-DNA IntelliSense add-in provides on-sheet IntelliSense for UDFs from Excel-DNA add-ins, VBA projects and other .xll-based add-ins.
The IntelliSense extension can run in two display modes:
- Independent mode, using the standalone
ExcelDna.IntelliSense.xll
add-in from this release. - Integrated mode, where the IntelliSense library
ExcelDna.IntelliSense.dll
is provided as part of another Excel-DNA add-in - this library can be added to a project via theExcelDna.IntelliSense
package.
This version of the IntelliSense extension is supported on:
- Excel 2010 and later (use
ExcelDna.IntelliSense64.xll
for the 64-bit version of Excel) - Windows 7 and later
On-sheet IntelliSense is automatically enabled for Excel-DNA add-ins built with v0.32 or later, and will show the same descriptions as in the Function Arguments dialog (extracted from ExcelFunction
, ExcelArgument
and Description
attributes). Options to provide descriptions for VBA functions and other .xll add-ins are described in the Getting Started page.
Please ask questions and provide feedback via the Excel-DNA Google group.
[v1.0.1 attempts to address long interface delays experienced with updated Excel 2016 versions]
Excel-DNA IntelliSense v1.0.0
The Excel-DNA IntelliSense add-in provides on-sheet IntelliSense for UDFs from Excel-DNA add-ins, VBA projects and other .xll-based add-ins.
The IntelliSense extension can run in two display modes:
- Independent mode, using the standalone
ExcelDna.IntelliSense.xll
add-in from this release. - Integrated mode, where the IntelliSense library
ExcelDna.IntelliSense.dll
is provided as part of another Excel-DNA add-in - this library can be added to a project via theExcelDna.IntelliSense
package.
This version of the IntelliSense extension is supported on:
- Excel 2010 and later (use
ExcelDna.IntelliSense64.xll
for the 64-bit version of Excel) - Windows 7 and later
On-sheet IntelliSense is automatically enabled for Excel-DNA add-ins built with v0.32 or later, and will show the same descriptions as in the Function Arguments dialog (extracted from ExcelFunction
, ExcelArgument
and Description
attributes). Options to provide descriptions for VBA functions and other .xll add-ins are described in the Getting Started page.
Please ask questions and provide feedback via the Excel-DNA Google group.
Excel-DNA IntelliSense v0.1.11-beta11
This is a beta release, synchronized with the NuGet package ExcelDna.IntelliSense 0.1.11-beta11
Changes from the previous release include:
- More robust handling of workbook and xml IntelliSense sources.
IntelliSense can run in two display modes:
- Independent mode, using the ExcelDna.IntelliSense.xll add-in, and
- Integrated mode, where the IntelliSense library is part of another add-in.
Supported platforms:
- Windows 7 and later
- Excel 2010 and later
On-sheet IntelliSense should be automatically enabled for Excel-DNA add-ins built with v0.32 or later, providing the same description as in the Function Arguments dialog (derived from ExcelFunction, ExcelArgument and Description attributes). Options for VBA functions and external descriptions are described in the Getting Started page.
Please provide feedback via the Google group: https://groups.google.com/forum/#!forum/exceldna
Excel-DNA IntelliSense v0.1.10-beta10
This is a beta release, synchronized with the NuGet package ExcelDna.IntelliSense 0.1.10-beta10.
Changes from the previous release include:
- Position arguments tip relative to function name
- Allow relative HelpTopic locations in .xml and Workbooks
- Trim function names for comparison
IntelliSense can run in two display modes:
- Independent mode, using the ExcelDna.IntelliSense.xll add-in, and
- Integrated mode, where the IntelliSense library is part of another add-in.
Supported platforms:
- Windows 7 and later
- Excel 2010 and later
On-sheet IntelliSense should be automatically enabled for Excel-DNA add-ins built with v0.32 or later, providing the same description as in the Function Arguments dialog (derived from ExcelFunction, ExcelArgument and Description attributes). Options for VBA functions and external descriptions are described in the Getting Started page.
Please provide feedback via the Google group: https://groups.google.com/forum/#!forum/exceldna
Excel-DNA IntelliSense v0.1.9-beta9
This is a beta release, synchronized with the NuGet package ExcelDna.IntelliSense 0.1.9-beta9.
Changes from the previous release include:
- Add better tracking of .xlam add-ins
IntelliSense can run in two display modes:
- Independent mode, using the ExcelDna.IntelliSense.xll add-in, and
- Integrated mode, where the IntelliSense library is part of another add-in.
Supported platforms:
- Windows 7 and later
- Excel 2010 and later
On-sheet IntelliSense should be automatically enabled for Excel-DNA add-ins built with v0.32 or later, providing the same description as in the Function Arguments dialog (derived from ExcelFunction, ExcelArgument and Description attributes). Options for VBA functions and external descriptions are described in the Getting Started page.
Please provide feedback via the Google group: https://groups.google.com/forum/#!forum/exceldna
Excel-DNA IntelliSense v0.1.8-beta8
This is a beta release, synchronized with the NuGet package ExcelDna.IntelliSense 0.1.8-beta8.
Changes from the previous release include:
- Change loader notification to hoepfully remove log display pop-up
- Omit argument description line if there is no argument description
IntelliSense can run in two display modes:
- Independent mode, using the ExcelDna.IntelliSense.xll add-in, and
- Integrated mode, where the IntelliSense library is part of another add-in.
Supported platforms:
- Windows 7 and later
- Excel 2010 and later
On-sheet IntelliSense should be automatically enabled for Excel-DNA add-ins built with v0.32 or later, providing the same description as in the Function Arguments dialog (derived from ExcelFunction, ExcelArgument and Description attributes). Options for VBA functions and external descriptions are described in the Getting Started page.
The .config file is not required, but can be used to enable diagnostic logging - set switchValue="All".
Please provide feedback via the Google group: https://groups.google.com/forum/#!forum/exceldna
Excel-DNA IntelliSense v0.1.7-beta7
This is a beta release, synchronized with the NuGet package ExcelDna.IntelliSense 0.1.7-beta7.
Changes from the previous release include:
- Improved formula parsing some more (thanks Ron!)
- Improve ToolTip position tracking
- Show tips for xml in files and embedded in workbooks when they're loaded before IntelliSense server
IntelliSense can run in two display modes:
- independent mode, using the ExcelDna.IntelliSense.xll add-in, and
- integrated mode, where the IntelliSense library is part of another add-in.
Supported platforms:
- Windows 7 and later
- Excel 2010 and later
On-sheet IntelliSense should be automatically enabled for Excel-DNA add-ins built with v0.32 or later, providing the same description as in the Function Arguments dialog (derived from ExcelFunction, ExcelArgument and Description attributes). Options for VBA functions and external descriptions are described in the Getting Started page.
The .config file is not required, but can be used to enable diagnostic logging - set switchValue="All".
Please provide feedback via the Google group: https://groups.google.com/forum/#!forum/exceldna
Excel-DNA IntelliSense v0.1.6-beta6
This is a beta release, synchronized with the NuGet package ExcelDna.IntelliSense 0.1.6-beta6.
Changes from the previous release include:
- Improved formula parsing (thanks Ron!)
- Reposition tooltip to fit on screen
- Fix single-item popup list description
- Track Excel window movement
The IntelliSense add-in supports Excel-DNA, VBA and other native add-in functions.
IntelliSense can run in two display modes:
- independent mode, using the ExcelDna.IntelliSense.xll add-in, and
- integrated mode, where the IntelliSense library is part of another add-in.
Supported platforms:
- Windows 7 and later
- Excel 2010 and later
On-sheet IntelliSense should be automatically enabled for Excel-DNA add-ins built with v0.32 or later, providing the same description as in the Function Arguments dialog (derived from ExcelFunction, ExcelArgument and Description attributes). Options for VBA functions and external descriptions are described in the Getting Started page.
The .config file is not required, but can be used to enable diagnostic logging - set switchValue="All".
Please provide feedback via the Google group: https://groups.google.com/forum/#!forum/exceldna
Excel-DNA IntelliSense v0.1.5-beta3
This is a beta release, synchronized with the NuGet package ExcelDna.IntelliSense 0.1.5-beta3.
Changes from the previous release include:
- Allow tool tips to be moved
- Move tool tip below Excel tooltip if visible
This version provides the full range of features planned for the first release:
- Support for Excel-DNA, VBA and other native add-in functions.
- Both styles of hosting the display server
- independent mode, using the ExcelDna.IntelliSense.xll add-in, and
- integrated mode, where the IntelliSense library is part of another add-in.
Supported platforms:
- Windows 7 and later
- Excel 2010 and later
On-sheet IntelliSense should be automatically enabled for Excel-DNA add-ins built with v0.32 or later, providing the same description as in the Function Arguments dialog (derived from ExcelFunction, ExcelArgument and Description attributes). Options for VBA functions and external descriptions are described in the Getting Started page.
The .config file is not required, but can be used to enable diagnostic logging - set switchValue="All".
Please provide feedback via the Google group: https://groups.google.com/forum/#!forum/exceldna
Excel-DNA IntelliSense v0.1.4-beta2
This is a beta release, synchronized with the NuGet package ExcelDna.IntelliSense 0.1.4-beta2.
Changes from the test release include:
- Prevent error log pop-up when shutting Excel down
- Track Excel tool tips and hide when replaced by IntelliSense form
- Improve formula parsing and display spacing
This version provides the full range of features planned for the first release:
- Support for Excel-DNA, VBA and other native add-in functions.
- Both styles of hosting the display server
- independent mode, using the ExcelDna.IntelliSense.xll add-in, and
- integrated mode, where the IntelliSense library is part of another add-in.
Supported platforms:
- Windows 7 and later
- Excel 2010 and later
On-sheet IntelliSense should be automatically enabled for Excel-DNA add-ins built with v0.32 or later, providing the same description as in the Function Arguments dialog (derived from ExcelFunction, ExcelArgument and Description attributes). Options for VBA functions and external descriptions are described in the Getting Started page.
The .config file is not required, but can be used to enable diagnostic logging - set switchValue="All".
Please provide feedback via the Google group: https://groups.google.com/forum/#!forum/exceldna