akurakkauaaa Posted August 6, 2011 Share Posted August 6, 2011 (edited) simple helper for scite5 tabs1. helper2. search func/macro/string/const/etc...3. find func / string in pc4. google translator5 include helper (include optimizer).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 July 15, 2012 by akurakkauaaa mLipok 1 my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch Link to comment Share on other sites More sharing options...
wakillon Posted August 7, 2011 Share Posted August 7, 2011 Interesting !Traduction is not complete and when i click on a function in organizer Tab, scite move to a wrong line.Take a look at SciTeHopper in my Signature ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
akurakkauaaa Posted August 7, 2011 Author Share Posted August 7, 2011 Traduction is not complete and when i click on a function in organizer Tab, scite move to a wrong line.dont understand my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch Link to comment Share on other sites More sharing options...
happytc Posted August 7, 2011 Share Posted August 7, 2011 what's the meaning:szukacz? Link to comment Share on other sites More sharing options...
wakillon Posted August 8, 2011 Share Posted August 8, 2011 dont understandFor a better understanding finish to translate your script in english.and when i double click on a function name in organizer Tab, scite goes to a wrong line. AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
akurakkauaaa Posted August 8, 2011 Author Share Posted August 8, 2011 heh. good idea. ok. adding for tree "declared func". my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch Link to comment Share on other sites More sharing options...
wakillon Posted January 18, 2012 Share Posted January 18, 2012 Powerfull ! Nice work ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
akurakkauaaa Posted July 15, 2012 Author Share Posted July 15, 2012 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, 34. ;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 mLipok and wakillon 2 my crap: myFileListToArray_AllFiles, SciTE Helper, myImageSearch Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now