소스 검색

Added commands for text compiler: become useful now that error messages are more self explaining

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6981 8c9fc860-2736-0410-a75d-ab315db34111
felixf 8 년 전
부모
커밋
e7dbaaec17
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      source/Fox.Tool

+ 2 - 2
source/Fox.Tool

@@ -107,9 +107,9 @@ SystemTools.DoCommands
 	FoxTest.Compile	-l=Test.Log Oberon.Execution.Test Oberon.Execution.AMD64TestDiff ~
 	FoxTest.Compile	-l=Test.Log ActiveCells.Execution.Test ActiveCells.Execution.TestDiff ~
 	FoxTest.Compile	-l=Test.Log MathArrays.Execution.Test  ~ 
-
 ~
-
+	TextCompiler.CompileClipboard -p=Win32G  ~
+	TextCompiler.CompileSelection -p=Win32G ~
 
 open regression test files
 PET.Open Oberon.Compilation.Test ~