Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sl5net committed Jan 19, 2019
1 parent db4f9e1 commit 3bd152e
Show file tree
Hide file tree
Showing 9 changed files with 1,387 additions and 1,325 deletions.
700 changes: 0 additions & 700 deletions Source/Includes/ActionList.ahk

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions Source/Includes/gi-everywhere.inc.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -95,24 +95,6 @@ Receive_actionListAddress(CopyOfData){



;/¯¯¯¯ ReadInTheActionList( ¯¯ 181028125821 ¯¯ 28.10.2018 12:58:21 ¯¯\
ReadInTheActionList(calledFromStr){ ;Read in the actionList
global ParseWordsCount
global g_min_searchWord_length
; Speak(A_lineNumber,"PROD")

if(1 && InStr(A_ComputerName,"SL5"))
RegWrite, REG_SZ, HKEY_CURRENT_USER, SOFTWARE\sl5net\gi, % A_ThisFunc , % calledFromStr
Critical, On
ParseWordsCount := ReadActionList(A_ThisFunc ":" A_LineNumber " " RegExReplace(A_LineFile, ".*\\"))
Critical, Off ; if i switch critical off it not ends reading , maybe it could not read from filesystem?
g_min_searchWord_length := getMinLength_Needetthat_ListBecomesVisible(ParseWordsCount, maxLinesOfCode4length1)
return ParseWordsCount
}
;\____ ReadInTheActionList( __ 181028125831 __ 28.10.2018 12:58:31 __/



; too tooltip 5 toolTip2sec( "`n(" A_ThisFunc " " RegExReplace(A_LineFile,".*\\") ":" A_LineNumber ")" )
; oooltip tip ToolTip4sec( "`n(" A_ThisFunc " " RegExReplace(A_LineFile,".*\\") ":" A_LineNumber ")" )
; MsgBox,262208,% ":)`n" A_ThisFunc ":" A_LineNumber " " RegExReplace(A_LineFile, ".*\\") ,% ":)`n(" A_ThisFunc ":" A_LineNumber " " RegExReplace(A_LineFile, ".*\\") ")"
Expand Down
4 changes: 2 additions & 2 deletions Source/Typing_Aid_everywhere_multi_clone.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -1373,8 +1373,8 @@ stopIfWinTitleExist_giListSELECT(activeTitle,detectHidden := "", excludetTitle :
; inside: stopIfWinTitleExist_giListSELECT
while(1){ ; while loop becouse we have casese of false with WinWaitClose 19-01-17_17-25
; or? dont need it ?? 19-01-17_17-49
if(0 && InStr(A_ComputerName,"SL5"))
ToolTip, % "WinWaitClose, " substr(activeTitle,1,4) "'" substr(activeTitle,4) "`n`n" . A_LineNumber . " " . RegExReplace(A_LineFile,".*\\") ,1 , 200, 8
if(1 && InStr(A_ComputerName,"SL5"))
ToolTip, % "WinWaitClose, " substr(activeTitle,1,4) "'" substr(activeTitle,4) "`n`n" . A_LineNumber . " " . RegExReplace(A_LineFile,".*\\") ,1 , 1, 8
; DetectHiddenWindows,On
WinWaitClose,% activeTitle
sleep,150
Expand Down
15 changes: 7 additions & 8 deletions Source/config/config.inc.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
g_min_searchWord_length := 0


g_config.listBoxGui := {
tipps: {
show: true,
durationMilliseconds: 13000
}
}

g_config.ScriptDir := A_ScriptDir
g_config.editor := {
Expand All @@ -30,18 +36,11 @@ g_ListBoxFontSize := 16 ; works
g_ListBoxFontSize := 2 ; work but its so small i could not read
g_ListBoxFontSize := 8
g_FLAGmsgbox := false
g_doSound := true
g_doSound := false
; g_isListBoxDisabled := false ; toggeled by: ~ctrl::

; to#AllowSameLineComments#IfWinExist

g_config.listBoxGui := {
tipps: {
show: true,
durationMilliseconds: 3000
}
}

g_min_MonitorBound_right := 70 ; used in: ForceWithinMonitorBounds
g_method := "Clipboard"
g_fontColor := "cGreen"
Expand Down
Loading

0 comments on commit 3bd152e

Please sign in to comment.