Jump to content

Search the Community

Showing results for tags 'Notepad++'.

  • Search By Tags

    • notepad++ ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 6 results

  1. 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...
  2. 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...
  3. 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...
  4. 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)...
  5. Just a word to the wise folks about trying to invoke notepad++.exe using the Run command: it won't work! For some reason the Run command does not like the 2 +'s at the end of the filename. I have tried and proved this by creating a stub that does nothing else but try to kick it off and it fails...
  6. 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?
×
×
  • Create New...