Jump to content

scite helper


akurakkauaaa
 Share

Recommended Posts

simple helper for scite

5 tabs

1. helper

2. search func/macro/string/const/etc...

3. find func / string in pc

4. google translator

5 include helper (include optimizer).

Posted ImagePosted Image

update 1.3
added: new tab: Include Helper (Include Optimizer).
update 1.2
file "helper.ini" for 3.3.8.0 au3 version.
added: new tab: google translator.

SciTE Helper 1.3.zip

Edited by akurakkauaaa
Link to comment
Share on other sites

  • 5 months later...
  • 5 months later...

update, new tab: Include Helper (Include Optimizer).

example:

Instruction.

If not work:

1. run: "Scite Helper"

2. open tab: "Include"

3. used button: 1, 2, 3

4. :)

;Instruction.
;If not work:
;1. run: "Scite Helper"
;2. open tab: "Include"
;3. used button: 1, 2, 3
;4. :)


Global Const $GUI_AVISTOP = 0
Global Const $GUI_AVISTART = 1
#include "RichEditConstants.au3"
#include "Word.au3"
Global Const $GUI_AVICLOSE = 2

$Form1 = GUICreate("test")

$StatusBar1 = _GUICtrlStatusBar_Create($Form1)

GUISetState(@SW_SHOW)

While 1
Switch GUIGetMsg()
Case $GUI_EVENT_CLOSE
Exit
EndSwitch

If _IsPressed("51") then Exit ;q

Sleep(20)
WEnd

func _IsPressed($test)
return false
endfunc
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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