You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: Changelog.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
h3. Releases
2
2
3
+
* 0.2.3.2 (2025-05-15)
4
+
** Changed: (Notepad++ 8.8.1 and later) tab settings for F# files will follow the user's XML config, if changed from the default; otherwise tabs are configured according to the plugin's 'Convert tabs to spaces' and 'Tab length' options
5
+
3
6
* 0.2.3.1 (2025-01-19)
4
7
** Changed: tab settings for F# files will follow the 'Convert tabs to spaces' and 'Tab length' configuration options; the default is 4 spaces
5
8
** Added: the text colour of console output messages can be configured for light and dark modes
Copy file name to clipboardExpand all lines: Source/Plugin/NPPFSIPlugin.lpi
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@
25
25
<UseVersionInfoValue="True"/>
26
26
<MinorVersionNrValue="2"/>
27
27
<RevisionNrValue="3"/>
28
-
<BuildNrValue="1"/>
29
-
<StringTableComments="Updated for x64 Notepad++ by Robert Di Pardo, Copyright 2025"FileDescription="F# source code lexer and IPC client for F# Interactive"InternalName="$NameOnly($(ProjFile))"LegalCopyright="Copyright 2010 Prapin Peethambaran"OriginalFilename="$NameOnly($(ProjFile)).dll"ProductName="F# Interactive"ProductVersion="0.2.3.1"/>
28
+
<BuildNrValue="2"/>
29
+
<StringTableComments="Updated for x64 Notepad++ by Robert Di Pardo, Copyright 2025"FileDescription="F# source code lexer and IPC client for F# Interactive"InternalName="$NameOnly($(ProjFile))"LegalCopyright="Copyright 2010 Prapin Peethambaran"OriginalFilename="$NameOnly($(ProjFile)).dll"ProductName="F# Interactive"ProductVersion="0.2.3.2"/>
0 commit comments