Skip to content

Commit

Permalink
Delay Apply and Close in "Konfigurieren" #82
Browse files Browse the repository at this point in the history
  • Loading branch information
skasten-de committed Jan 27, 2025
1 parent 717037b commit 180f2cc
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Encoding() {
Send, {TAB down}
Send, {Space}
; Fenster schließen
Sleep 3000
Send, {Esc}
}

Expand Down Expand Up @@ -201,6 +202,7 @@ MyCoReJavaCodeStyle() {
Send, !a
Send, {Space}
; Fenster schließen
Sleep 3000
Send, {Esc}
}

Expand Down Expand Up @@ -247,6 +249,7 @@ XMLCode() {
Send, !a
Send, {Space}
; Fenster schließen
Sleep 3000
Send, {Esc}
}

Expand All @@ -272,6 +275,7 @@ TextEditoren() {
Send, !a
Send, {Space}
; Fenster schließen
Sleep 3000
Send, {Esc}

; CSS-Code Formatierung
Expand All @@ -298,6 +302,7 @@ TextEditoren() {
Send, {Tab}
Send, {Space}
; Fenster schließen
Sleep 3000
Send, {Esc}

if (EclipseVersion >= "2024-12") {
Expand Down Expand Up @@ -326,6 +331,7 @@ TextEditoren() {
Send, !a
Send, {Space}
; Fenster schließen
Sleep 3000
Send, {Esc}
} else {
; Text Editoren Formatierung
Expand All @@ -350,6 +356,7 @@ TextEditoren() {
Send, !a
Send, {Space}
; Fenster schließen
Sleep 3000
Send, {Esc}
}

Expand All @@ -372,6 +379,7 @@ GitCode() {
Send, !a
Send, {Space}
; Fenster schließen
Sleep 3000
Send, {Esc}
}

Expand Down Expand Up @@ -405,6 +413,7 @@ JavascriptCode() {
Send, !a
Send, {Space}
; Fenster schließen
Sleep 3000
Send, {Esc}
}

Expand Down

0 comments on commit 180f2cc

Please sign in to comment.