Skip to content

Commit

Permalink
Update of my thesis
Browse files Browse the repository at this point in the history
  • Loading branch information
szabototo89 committed May 12, 2014
1 parent 90d2787 commit 2e1f714
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Binary file modified docs/Diplomamunka_Szabo_Tamas.docx
Binary file not shown.
9 changes: 5 additions & 4 deletions texteditor-gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<h1>MetaCode Text Editor</h1>

<div class="container-fluid">

<h1>MetaCode Text Editor</h1>

<div class="row-fluid">
<div class="col-md-2">
menu
menu
</div>
<div class="col-md-5">
<div class="text-editor" id="text-editor-left"></div>
Expand All @@ -22,7 +23,7 @@ <h1>MetaCode Text Editor</h1>

<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/ace/ ace.js"></script>
<script src="js/ace/ace.js"></script>
<script src="js/app.js"></script>
</body>
</html>
4 changes: 1 addition & 3 deletions texteditor-gui/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ $(function() {

initEditor("text-editor-left")
initEditor("text-editor-right")
});

MetaCode.Compiler.AbstractSyntaxTree
});

0 comments on commit 2e1f714

Please sign in to comment.