Changeset 25
- Timestamp:
- 10/02/02 17:07:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/CompilationBuffer.java
r2 r25 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: CompilationBuffer.java,v 1. 1.1.1 2002-09-24 16:08:00 piso Exp $5 * $Id: CompilationBuffer.java,v 1.2 2002-10-02 17:07:50 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 538 538 } 539 539 540 public static void compile(String args) 541 { 542 if (Platform.isPlatformWindows() && !Platform.isPlatformWindows5()) 543 return; 544 if (args != null && args.length() > 0) { 545 History history = new History("compile.command"); 546 history.append(args); 547 history.save(); 548 compile(args, Editor.currentEditor()); 549 } 550 } 551 540 552 private static void compile(final String command, final Editor editor) 541 553 {
Note: See TracChangeset
for help on using the changeset viewer.