Search the Community
Showing results for tags 'Notepad++'.
-
Hi AutoIt Scripters/Programmers. I have a question about MIME Tools for Notepad++: I've recently found a UDF about Base64 in forum, but they can't decode\encode correctly some emojis , other UTFs and etc. so i decided to use mimeTools.dll of Notepad++ or main site My problem is how to use...
-
I am able to open notepad++ and open an xml file, select all the contents but I want to then click on the plugins menu item, select mime, and then select base 64. This part eludes me can you help me please? - the plugin select etc and then save as base64n.txt the code isRun("C:\Progra...
-
If anyone has considered creating an interface for Notepad++ to support AutoIT, I think there would be a lot of interest. I believe that Notepad++ is based on the same underlying editing engine as Scite. I, for one, would be willing to pay for some of the Scite functionality for AutoIT to be porte...
-
Hi guys, i am having an issue reading a notepadd++ file... #include <FileConstants.au3> #include <MsgBoxConstants.au3> #include <WinAPIFiles.au3> Example() Func Example() ; Open the file for reading and store the handle to a variable. Local $hFileOpen = FileOpen("test123.html", $FO_READ)...
-
I user notepad++ and "language help" plugin to display contestual help. It work a small but annoying gap. When it launch the AutoIt.chm it display searchead word but the index is empty with only "Merge" word. Do it is a AutoIt.chm problem? Do it is possible to solve?