Pretty printing
This commit is contained in:
parent
69782dd2fa
commit
9eb90686bb
2 changed files with 30 additions and 16 deletions
22
Compiler/.idea/.idea.Compiler/.idea/workspace.xml
generated
22
Compiler/.idea/.idea.Compiler/.idea/workspace.xml
generated
|
|
@ -21,7 +21,7 @@
|
|||
<component name="ChangeListManager">
|
||||
<list default="true" id="a54bb6de-191c-4bd1-91ab-3953adfc5dfb" name="Default Changelist" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/.idea.Compiler/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.Compiler/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Lexer/TokenType.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Lexer/TokenType.cs" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Compiler.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Compiler.cs" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -85,8 +85,8 @@
|
|||
<option value="$PROJECT_DIR$/Parser/Exceptions/MissingTokenException.cs" />
|
||||
<option value="$PROJECT_DIR$/Parser/Exceptions/UnexpectedTokenException.cs" />
|
||||
<option value="$PROJECT_DIR$/Parser/Parser.cs" />
|
||||
<option value="$PROJECT_DIR$/Compiler.cs" />
|
||||
<option value="$PROJECT_DIR$/Lexer/TokenType.cs" />
|
||||
<option value="$PROJECT_DIR$/Compiler.cs" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
|
|
@ -147,7 +147,7 @@
|
|||
<workItem from="1597604480117" duration="13146000" />
|
||||
<workItem from="1597620399423" duration="389000" />
|
||||
<workItem from="1597650936637" duration="537000" />
|
||||
<workItem from="1597695400525" duration="4359000" />
|
||||
<workItem from="1597695400525" duration="4637000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
|
@ -181,22 +181,22 @@
|
|||
<screen x="1920" y="0" width="1920" height="1080" />
|
||||
</state>
|
||||
<state x="2169" y="170" width="430" height="508" key="FileChooserDialogImpl/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597507670532" />
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.bottom" timestamp="1597699568550">
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.bottom" timestamp="1597700036417">
|
||||
<screen x="1920" y="0" width="1920" height="1080" />
|
||||
</state>
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.bottom/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597699568550" />
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.center" timestamp="1597699568550">
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.bottom/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597700036417" />
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.center" timestamp="1597700036417">
|
||||
<screen x="1920" y="0" width="1920" height="1080" />
|
||||
</state>
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.center/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597699568550" />
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.left" timestamp="1597699568550">
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.center/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597700036417" />
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.left" timestamp="1597700036417">
|
||||
<screen x="1920" y="0" width="1920" height="1080" />
|
||||
</state>
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.left/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597699568550" />
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.right" timestamp="1597699568550">
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.left/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597700036417" />
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.right" timestamp="1597700036417">
|
||||
<screen x="1920" y="0" width="1920" height="1080" />
|
||||
</state>
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.right/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597699568550" />
|
||||
<state width="1868" height="289" key="GridCell.Tab.0.right/1920.0.1920.1080/0.0.1920.1080@1920.0.1920.1080" timestamp="1597700036417" />
|
||||
<state width="1868" height="383" key="GridCell.Tab.1.bottom" timestamp="1597698294797">
|
||||
<screen x="1920" y="0" width="1920" height="1080" />
|
||||
</state>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue