diff --git a/comp/src/gb.form.editor/.src/TextEditorMode_Gambas.class b/comp/src/gb.form.editor/.src/TextEditorMode_Gambas.class index e32e565d4..7555b0a3d 100644 --- a/comp/src/gb.form.editor/.src/TextEditorMode_Gambas.class +++ b/comp/src/gb.form.editor/.src/TextEditorMode_Gambas.class @@ -55,7 +55,7 @@ Public Sub OnKeyPress(hEditor As TextEditor) As Boolean If Key.Alt Then - For Each sBraces In ["()", "{}", "[]"] + For Each sBraces In ["()", "{}", "[]", "\"\"", "''"] If InStr(sBraces, Key.Text) Then ToggleAroundCurrentWord(hEditor, sBraces) Return True