Jump to content

Recommended Posts

Posted

Hello,

thanks for this new version. It's impossible to change the language, why? Th others languages are avaible in the folder but nothing in the combobox (only english)!

Posted

I notice the same problem.

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 select the combo box language as German and it automatically changes in Windows 8.1 x64, so please provide a reproducer.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Func _GetLanguageList($fString = Default)
    Local $aReturn = _FileSearch($__sLanguagePath & '\Languages\', '*.lng'), $sReturn = ''
    _ArrayDisplay($aReturn,'$aReturn RESULT 1')
    If @error Then
        Local $aDefault[2] = [1, $__sLanguagePath & '\Languages\' & 'English.lng']
        $aReturn = $aDefault
    EndIf
    For $i = 1 To $aReturn[0]
        If $fString Then
            $sReturn = $aReturn[$i] & '|'
        Else
            $aReturn[$i] = StringRegExpReplace($aReturn[$i], '^.*\\|\..*$', '')
        EndIf
    Next
    _ArrayDisplay($aReturn,'$aReturn RESULT 2')
    If $fString Then
        Return $sReturn
    EndIf
    Return $aReturn
EndFunc   ;==>_GetLanguageList

RESULT 1:

  Quote

 

[0]|1

[1]|C:Documents and SettingsAdministratorDane aplikacjiSciTE JumpLanguages
 

 

RESULT 2:

  Quote

 

[0]|1

[1]|
 

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 the new computer workstation installed in sequence
autoit-v3-setup_v3.3.8.1.exe
SciTE4AutoIt3_2013-04-06.exe
autoit-v3.3.9.22-beta-setup.exe
SciTE4AutoIt3_2013-10-13.exe
 
"SciTeJump" still had a problem.

 

Fast solution:

xcopy "C:Program FilesAutoIt3SciTESciTEJumpLanguages" "C:Documents and SettingsAdministratorDane aplikacjiSciTE JumpLanguages" 

ps.

Do not even read enough code SciTeJump to pinpoint where the problem is in the script, but I think my solution of XCOPY is sufficient for a repro code.

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 (edited)

OK, you're using SciTE Jump installed. Fixed the issue. Will upload a new version in a couple of hours if no other major issues are reported.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
thanks a lot
 
I greet
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

This update includes an issue of changing the language in SciTE Jump when using the installed version only. Thanks to ricky03 as well as mlipok for reporting the issue.

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 haven't updated the language strings from the previous version, please check your language of choice and feel free to send an updated version if not done so already. Download is available in the original post.

Language Changes:

  Quote

None

Changelog:

  Quote

- FIXED: Issue with reading language files when installed. (Thanks mlipok and ricky03)

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 11/12/2013 at 8:48 PM, guinness said:

It should be noted that I haven't updated the language strings from the previous version, please check your language of choice 

In Polish translation no needed any change.

 

  On 11/10/2013 at 9:48 AM, mlipok said:

One Issue with docking - "SciTeJump" covering "SciTe.exe":

I will try to find the issue in the code.

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 don't believe so, as I haven't updated the language strings in a while.

About the docking, what system are you using? Where exectly is the taskbar? If you have time to look them brilliant. Otherwise it will be in the next release.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

you're right, there was one change. compared to the previous file is added

ERROR=An unexpected error occurred.

Well, have not compared the file, just checked how it looks, acting GUI.

 

ps.

please move 

TIP_ERROR_2=No jump data found

in English.lng from the beginning of the file to a place between  TIP_ERROR_1 and TIP_ERROR_3

 

  Quote

 

TIP_ERROR_1=Empty file.

TIP_ERROR_2=No jump data found.
TIP_ERROR_3=File doesn't exist.
TIP_ERROR_4=SciTE seems to be closed.
 

 

In this way, language files will be easier for the comparison in the future.

Polish.zip

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 11/12/2013 at 9:39 PM, guinness said:

About the docking, what system are you using? Where exectly is the taskbar? If you have time to look them brilliant. Otherwise it will be in the next release.

 

Win7Pro 64Bit

Taskbar is on the left side

The issue is only when SciTeJump is docked to the left.

I just looking in the code.

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 (edited)

Hello,

thanks for this version. You forget to change the version number in your website o:)

I Found a little bug, if you change the language, in the highlight combobox is not refreshed correctly and you have the lines for the old and the new language, see picture :

post-39014-0-00759300-1384340190_thumb.p

If you close and open again, it's ok. In the Dock state combobox, the problem is not present.

Edited by ricky03
Posted (edited)

OK, now to answer you guys -_0

Thanks mlipok for the language update. I normally sort the language strings, but on this occasion there was some "issue" that crept in. I have now fixed it.

I will have a look at the dock issue as I didn't try and dock to the left, though I used your picture as a clue to the alignment of your taskbar.

ricky03,

I have updated the website version number and will have a look at the refreshing of the combo box. Thanks for reporting.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 11/13/2013 at 11:24 AM, guinness said:

Thanks mlipok for the language update. I normally sort the language strings, but on this occasion there was some "issue" that crept in. I have now fixed it.

I will have a look at the dock issue as I didn't try and dock to the left, though I used your picture as a clue to the alignment of your taskbar.

 

I still digging. (I'm still looking in the code)

If you have more important things to do than this problem with docking to the left, then skip it for now, and let me demonstrate.

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

The code for monitoring is in Monitor.au3, but I will play around with it later as I am a little busy right this second.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

mlipok,

I am failing to see the real issue when I test, as simply moving it around sorts the problem out.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 11/13/2013 at 4:18 PM, guinness said:

I am failing to see the real issue when I test, as simply moving it around sorts the problem out.

 

Can you give your's last thought otherwise?
Even Google Translate did not help me to understand your speech

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 just can't see your problem as being a real issue with SciTE Jump. Just move SciTE to fix.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)
  On 11/13/2013 at 6:08 PM, guinness said:

I just can't see your problem as being a real issue with SciTE Jump. Just move SciTE to fix.

 

the problem is somewhere here in _Functions.au3

If $aSciTEJump_Window[$eDockLeft] < $aReturn[$eDockLeft] Then........

;~  _ArrayDisplay($aSciTE_Window,'$aSciTE_Window')
;~  [0]|58
;~  [1]|-4
;~  [2]|1312
;~  [3]|776

;~  _ArrayDisplay($aSciTEJump_Window,'$aSciTEJump_Window')
;~  [0]|1011
;~  [1]|39
;~  [2]|231
;~  [3]|729

;~  _ArrayDisplay($aReturn,'$aReturn')
;~  [0]|62
;~  [1]|0
;~  [2]|1304
;~  [3]|768
;~  MsgBox(4096,'$fIsMaximized',$fIsMaximized) = True

        If $aSciTEJump_Window[$eDockLeft] < $aReturn[$eDockLeft] Then
            If $fIsMaximized Then
                $aSciTE_Window[$eDockLeft] = $aReturn[$eDockLeft] + $aSciTEJump_Window[$eDockWidth]
                $aSciTE_Window[$eDockTop] = $aReturn[$eDockTop]
                $aSciTE_Window[$eDockWidth] = ($aReturn[$eDockWidth] - $aReturn[$eDockLeft]) - ($aSciTEJump_Window[$eDockWidth] - $aReturn[$eDockLeft])
                $aSciTE_Window[$eDockHeight] = ($aReturn[$eDockHeight] + $aReturn[$eDockTop]) - $aReturn[$eDockTop]
                ConsoleWrite('$aSciTE_Window[$eDockLeft] = ' & $aSciTE_Window[$eDockLeft])
                ConsoleWrite('$aSciTE_Window[$eDockTop] = ' & $aSciTE_Window[$eDockTop])
                ConsoleWrite('$aSciTE_Window[$eDockWidth] = ' & $aSciTE_Window[$eDockWidth])
                ConsoleWrite('$aSciTE_Window[$eDockHeight] = ' & $aSciTE_Window[$eDockHeight])
                MsgBox(1, 'Chceck Console', '')
            Else
                MsgBox(1, 'is not Maximized', '')
                $aSciTE_Window[$eDockLeft] = $aReturn[$eDockLeft] + $aSciTEJump_Window[$eDockWidth]
                Do
                    $aSciTE_Window[$eDockWidth] -= 1
                Until $aSciTE_Window[$eDockLeft] + $aSciTE_Window[$eDockWidth] < $aReturn[$eDockWidth]
            EndIf
            WinMove($hWnd_1, '', $aSciTE_Window[$eDockLeft], $aSciTE_Window[$eDockTop], $aSciTE_Window[$eDockWidth], $aSciTE_Window[$eDockHeight])
        EndIf

More specifically, here:

If $fRightSide Then
        $aSciTE_Window[$eDockLeft] += $aSciTE_Window[$eDockWidth]
    Else
        $aSciTE_Window[$eDockLeft] -= $aSciTEJump_Window[$eDockWidth]
        MsgBox(1,$aSciTE_Window[$eDockLeft],$aSciTEJump_Window[$eDockWidth]) ; $aSciTE_Window[$eDockLeft] = -173      ; $aSciTEJump_Window[$eDockWidth] = 231

    EndIf
    WinMove($hWnd_2, '', $aSciTE_Window[$eDockLeft], $aSciTE_Window[$eDockTop], Default, $aSciTE_Window[$eDockHeight])
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

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