Jump to content

Recommended Posts

Posted

Skydrive?

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted

I've heard Dropbox is better and my experience with Dropbox wasn't great.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Oh and for all I'm working on the next version of SciTE Jump, so now is the time to post features.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I actually use both, but I'm inclined towards Skydrive because it has a lot larger upload space available than Dropbox does. Although the sync software could use some tweaking.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted

  On 9/25/2012 at 10:01 PM, 'mlipok said:

can You add new feature:

FIRST:

add to $__vGUIAPI[$__iGUITreeView]

Parent Item = FILENAME.au3

SECOND:

automatically add all

  • User comments
  • Functions
  • Regions

for all Include but only relative to the current script

for example

in "SciTE Jump.au3"

TreeView will be contain also

#include 'Includes_CRC32ForFile.au3'
#include 'Includes_GUIDisable.au3'
#include 'Includes_Language.au3'
#include 'Includes_PreProcessor.au3' ; Currently not implemented.

I will be creating an experimental build of this in the next couple of days.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 2/10/2013 at 10:10 PM, 'BrewManNH said:

I actually use both, but I'm inclined towards Skydrive because it has a lot larger upload space available than Dropbox does. Although the sync software could use some tweaking.

Thanks I will have a look.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Downloads are working again from ge.tt.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

The current changelog for SciTE Jump is as follows. Any bugs you encounter then please report. Thanks.

  Quote

Version 1.32.XX.XXX [XX-02-2013]

- ADDED: Listing functions in custom user include files. This is an optional setting. (Thanks Sunaj)

- ADDED: Load a SciTE.session file by dragging on the SciTE Jump treeview. (Thanks Sunaj)

- FIXED: Error if Monitor.a3x didn't exist.

- FIXED: Export list returning incorrect number unused functions.

- FIXED: Parsing includes regular expression.

- FIXED: Temporary dat file not being erased on error.

- FIXED: The Func keyword displaying in the search results.

- IMPROVED: Now uses Monitor.a3x to find in files, resulting in a speed increase.

- IMPROVED: Parsing functions regular expression.

New version will be coming at the end of the week. Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Hi

guinness

I see You was developed my Idea

I will test it with pleasure

and of course I send a report

thx

Edited by mlipok

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

Thanks, I just need to fix a couple more bugs and I should be complete.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

A bit behind schedule as I decided to add a workaround which would take the main comment/function/region array from a 2-dimensional 3 column array to a 2-dimensional 2 column array, a massive difference on the overall size of the array. I also went through the source code line by line optimising where I could.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I've updated SciTE Jump with the largest changelog I have every created during my time developing SciTE Jump. This release comes with many bug fixes as well as nice additions, one of which is manually (for now) adding LineToPixel to the INI file and specifying whether the function should appear at the top or a certain number of pixels e.g. 180px. Any problems please post below and thanks for trying SciTE Jump.

I've also included a ZIP file on the download page for those who are a little reluctant to use the Portable installer.

It should be noted that I have updated the language strings from the previous version, so if you provided a translation for the last version then by all means update the translation and send to me. Download is available in the original post.

Language Changes:

  Quote

MENU_UDFS=Search in UDFs

UDFS=User Defined

Changelog:

  Quote

- ADDED: Listing functions in custom user include files. This is an optional setting via the titlebar context menu. (Thanks Sunaj and mlipok)

- ADDED: Load a SciTE.session file by dragging it to the SciTE Jump treeview. (Thanks Sunaj)

- ADDED: Manually add LineToPixel to the general section of the INI file to specify whether or not a function should appear at the top or a specified number of pixels e.g. 180

So for example if you would like the function to appear 190px from the top of ScITE, add LineToPixel=190 to the INI file. Default is 0. Note: There will be a setting in later versions of SciTE Jump. (Thanks tproli)

- FIXED: Error if Monitor.a3x didn't exist.

- FIXED: Export list returning incorrect number of unused functions. This was a regression from V1.31.72.125.

- FIXED: Export list returning incorrect number of variables inside a function.

- FIXED: Includes regular expression.

- FIXED: Remembering the last function selected in the treeview.

- FIXED: Rename in files text was offset incorrectly when docking SciTE Jump to SciTE.

- FIXED: Searching within the function list and swapping between SciTE tabs, would cause the treeview to be unresponsive.

- FIXED: Starting SciTE if it was not running already.

- FIXED: Temporary dat file not being erased on reading/writing error.

- FIXED: The Func keyword displaying in the search results.

- FIXED: Using the refresh button would cause the treeview to be unresponsive until changing the SciTE tab or file.

- IMPROVED: Functions regular expression.

- IMPROVED: Monitor.a3x to version 10. This will automatically update if you have an older version.

- IMPROVED: Now uses Monitor.a3x to find in files, resulting in a speed increase.

- IMPROVED: Parsing of comments and regions.

- IMPROVED: Replacing in files.

- IMPROVED: Speed of "function to line" parsing.

- IMPROVED: Speed of creating a unique array. (Thanks Yashied)

- IMPROVED: Speed of exporting the script details.

- IMPROVED: Overall memory consumption and CPU usage.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

Great job

I have one sugestion

can You add an option to 'User defined'

something like 'Do not show standard UDF' (from AutoIt installation package)

or

create separated two groups in TreeView

"Standard UDF"

"User UDF"

Description:

I use several my own UDF for many project connected with my JOB

for example

UDF for signing software from http://certum.pl/certum/main.xml or http://sigillum.pl/

UDF for gpg software

UDF for automating GUI in a special CRM aplication

UDF for automating EDITOR bulit in a CRM aplication

UDF for SQL functions to a CRM database

UDF for sending raport via email

UDF for ThunderBird automation

UDF for mass edit RTF files

....

....

....

and now my UDF are displayed together with Standard UDF

now i'ts great

but i think this can be better .. excellent

Edited by mlipok

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

How I implemented it was any includes structured using "" were custom UDFs and <> were AutoIt UDFs. This leads me to believe you don't follow the rules in the help file. Could you send me a PM of small example of how you set your UDFs, nothing too big, just so I get an idea.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

ps.

I now I'am a lingerer :ermm:

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

Not at all, thanks for testing.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I was right. They were using "Array.au3" (for example) instead of <Array.au3>, which is the correct usage.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

i found it

SCITE Jump - Works Well

It was my mistake

thanks

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 would argue differently. The help file does not specify that either <> or "" should be used in favor of the other when including standard library UDFs versus custom UDFs. The behavior of the syntax is meant to control the UDF path search order only. I keep all my custom UDFs in one include directory, specified by the registry key, and always use the <> syntax. I only use "" if I happen to be using a script specific library, which would of course be kept in the same directory, or I purposely want to use a different version of a UDF with the same name as one in my custom path, for example to test something new. But even so, <> is still perfectly valid.

Posted

Yeh, I think I will change my logic on this one and use what the help file says as guidance. Personally I use <> for AutoIt includes and "" for custom UDFs relative to the script file (as shown in SciTE Jump.)

Quite relieved wraithdu that it wasn't a bug report this time! -_0

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...