Jump to content

Recommended Posts

Posted

Links are now working again.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 4 months later...
Posted

During my free time I will try and pick up development of this again. First off my priority is to refactor a lot of the code, as my style has changed quite a bit when I started this back in 2011. Though I will try to maintain the functionality that is present, no doubt things will be broken. Don't expect anything until September though.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 8 months later...
  • 3 weeks later...
Posted

Site is back up and working.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 2 months later...
Posted

Hi,

i like to try jump, but after klicking at the downloadlink i'm redirekted to a softwarespot.wordpress.com site. Do i need to register there?

Best regards

Mik

Posted

No you do not need to register just downolad this software which you want.
 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 6/21/2016 at 1:17 PM, mLipok said:

No you do not need to register just downolad this software which you want.
 

Expand  

Thank you for the quick reply but clicking the downloadlink i'm asked for username and password.

Posted

hmm... I see.
So just download together with :

https://www.autoitscript.com/site/autoit-script-editor/downloads/?new

SciTE4AutoIt3.exe (5225Kb) 12-6-2016 Installer containing SciTE and all configuration files plus utilities.Update History. Definition files included: AutoIt v3.3.14.2 and BETA v3.3.15.0

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

I have disabled downloading for a while, whilst I work out a new service provider.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 4 months later...
  • 2 weeks later...
Posted

I love this tool so much!

Thank you for this master piece.

Here is a tiny feature request:

When I type into the "Search Functions" input box and then click on one of the search results in the tree view I would prefer to auto reset (clear) the "Search functions" input box.

Or maybe you can give me a hint at what script line I could add a clear command by myself.

  • 3 months later...
Posted

Thank you!

My request:

TreeView -> Regions -> Context Menu -> Find = It does not work with Russian

I changed function _SciTE_Send_Command:

Func _SciTE_Send_Command...

...

$sMsg = _ConvertAnsiToUtf8(':' & Dec(StringTrimLeft($hWnd, 2)) & ':' & $sMsg)

...

EndFunc

Func _ConvertAnsiToUtf8($sText)
    Local $tUnicode = _WinAPI_MultiByteToWideChar($sText)
    If @error Then Return SetError(@error, 0, "")
    Local $sUtf8 = _WinAPI_WideCharToMultiByte(DllStructGetPtr($tUnicode), 65001)
    If @error Then Return SetError(@error, 0, "")
    Return SetError(0, 0, $sUtf8)
EndFunc

And now it works )

Can you make these changes in your project?

Thanks again!

  • 1 year later...
  • 1 year later...
  • 4 weeks later...
Posted

As @Jos said. I basically was forced to removed the downloads and haven't found a better place to host them

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...