--- a/i18n/eric6_en.ts Sat Jul 26 12:05:01 2014 +0200 +++ b/i18n/eric6_en.ts Sat Jul 26 12:08:31 2014 +0200 @@ -4795,30 +4795,30 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="679"/> + <location filename="../Debugger/DebugServer.py" line="681"/> <source>Connection from illegal host</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="679"/> + <location filename="../Debugger/DebugServer.py" line="681"/> <source><p>A connection was attempted by the illegal host <b>{0}</b>. Accept this connection?</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1281"/> + <location filename="../Debugger/DebugServer.py" line="1283"/> <source> Not connected </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1461"/> + <location filename="../Debugger/DebugServer.py" line="1463"/> <source>Passive debug connection received </source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugServer.py" line="1475"/> + <location filename="../Debugger/DebugServer.py" line="1477"/> <source>Passive debug connection closed </source> <translation type="unfinished"></translation> @@ -5527,12 +5527,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="519"/> + <location filename="../Debugger/DebugViewer.py" line="520"/> <source>waiting at breakpoint</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Debugger/DebugViewer.py" line="521"/> + <location filename="../Debugger/DebugViewer.py" line="522"/> <source>running</source> <translation type="unfinished"></translation> </message> @@ -10645,12 +10645,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="975"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="989"/> <source>Select whether folding of comments shall be possible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="978"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="992"/> <source>Fold comments</source> <translation type="unfinished"></translation> </message> @@ -10660,12 +10660,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="946"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="960"/> <source>Select whether folding at else statement should be possible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="949"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="963"/> <source>Fold at else</source> <translation type="unfinished"></translation> </message> @@ -10870,16 +10870,11 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="691"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="766"/> <source>Select whether bad indentation shall be highlighted</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="694"/> - <source>Highlight bad indentation</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="671"/> <source>Select whether folding of strings shall be possible</source> <translation type="unfinished"></translation> @@ -10890,87 +10885,87 @@ <translation type="unfinished"></translation> </message> <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="691"/> + <source>Select whether text should be autoindented after a ':'</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="694"/> + <source>Auto indentation after ':'</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="711"/> - <source>Select whether text should be autoindented after a ':'</source> + <source>Select to allow Python v2 unicode string literals (e.g. u"utf8")</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="714"/> - <source>Auto indentation after ':'</source> + <source>Allow v2 unicode string literals</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="721"/> + <source>Select to allow Python v3 binary and octal literals (e.g. 0b1011, 0o712)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="724"/> + <source>Allow v3 binary and octal literals</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="731"/> - <source>Select to allow Python v2 unicode string literals (e.g. u"utf8")</source> + <source>Select to allow Python v3 bytes string literals (e.g. b"bytes")</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="734"/> - <source>Allow v2 unicode string literals</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="741"/> - <source>Select to allow Python v3 binary and octal literals (e.g. 0b1011, 0o712)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="744"/> - <source>Allow v3 binary and octal literals</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="751"/> - <source>Select to allow Python v3 bytes string literals (e.g. b"bytes")</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="754"/> <source>Allow v3 bytes string literals</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="783"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="797"/> <source>SQL Lexer Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="819"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="833"/> <source>Select to enable Backslash Escapes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="822"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="836"/> <source>Backslash Escapes</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="920"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="934"/> <source>VHDL Lexer Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="926"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="940"/> <source>Select whether folding of blocks at a parenthesis shall be possible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="929"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="943"/> <source>Fold at parenthesis</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="936"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="950"/> <source>Select whether folding of begin blocks shall be possible</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="939"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="953"/> <source>Fold at begin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="969"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="983"/> <source>YAML Lexer Properties</source> <translation type="unfinished"></translation> </message> @@ -11030,87 +11025,87 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="721"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="701"/> <source>Select to allow strings to span newline characters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="724"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="704"/> <source>Strings may span newline characters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="764"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="778"/> <source>Ruby Lexer Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="809"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="823"/> <source>Select whether only BEGIN blocks can be folded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="812"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="826"/> <source>Only BEGIN blocks can be folded</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="829"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="843"/> <source>Select if words may contain dots</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="832"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="846"/> <source>Words may contain dots</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="839"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="853"/> <source>Select to allow '#' as a comment character</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="842"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="856"/> <source>Allow '#' as comment character</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="849"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="863"/> <source>Select to enable quoted identifiers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="852"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="866"/> <source>Enable quoted identifiers</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="862"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="876"/> <source>TCL Lexer Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="881"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="895"/> <source>TeX Lexer Properties</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="897"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="911"/> <source>Select to treat comments as TeX source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="900"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="914"/> <source>Treat comments as TeX source</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="907"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="921"/> <source>Select to treat \if<unknown> as a command</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="910"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="924"/> <source>Treat \if<unknown> as command</source> <translation type="unfinished"></translation> </message> @@ -11120,7 +11115,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="704"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="744"/> <source>Highlight sub-identifiers</source> <translation type="unfinished"></translation> </message> @@ -11130,7 +11125,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="701"/> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="741"/> <source>Select to highlight sub-identifiers defined in keyword set 2</source> <translation type="unfinished"></translation> </message> @@ -11184,6 +11179,36 @@ <source>CoffeeScript</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.ui" line="753"/> + <source>Highlight bad indentation:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="195"/> + <source>No Warning</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="195"/> + <source>Inconsistent</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="195"/> + <source>Tabs after Spaces</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="195"/> + <source>Spaces</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Preferences/ConfigurationPages/EditorPropertiesPage.py" line="195"/> + <source>Tabs</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>EditorSearchPage</name>