antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright ACE-desktop/system.antiright ACE-desk...


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright ACE-desktop/system.antiright ACE-desk...
Date: Mon, 09 Apr 2007 15:12:59 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/04/09 15:12:59

Modified files:
        ACE-desktop    : system.antiright 
        ACE-desktop/guidl: IDE.gdl 
        gtkshell       : guidl.y 

Log message:
        Hard coded IDE editor in order to avoid errors on linux related to vi
        not being runable outside of a terminal.  Fixed missing OR in grammar
        definition.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/system.antiright?cvsroot=antiright&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/guidl/IDE.gdl?cvsroot=antiright&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/guidl.y?cvsroot=antiright&r1=1.8&r2=1.9

Patches:
Index: ACE-desktop/system.antiright
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/system.antiright,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- ACE-desktop/system.antiright        22 Mar 2007 06:41:03 -0000      1.6
+++ ACE-desktop/system.antiright        9 Apr 2007 15:12:58 -0000       1.7
@@ -76,5 +76,4 @@
 Deskbar_Y:echo +0
 
 # IDE-releated
-IDE_Editor: echo vi
 

Index: ACE-desktop/guidl/IDE.gdl
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/guidl/IDE.gdl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- ACE-desktop/guidl/IDE.gdl   29 Mar 2007 15:55:49 -0000      1.7
+++ ACE-desktop/guidl/IDE.gdl   9 Apr 2007 15:12:59 -0000       1.8
@@ -8,7 +8,7 @@
 option "terminal font" "Mono 12";
 option "terminal width" 80;
 option "terminal height" 24;
-add terminal "`ACE IDE_Editor`";
+add terminal "vi";
 
 option "terminal font" "Mono 10";
 option "terminal height" 8;

Index: gtkshell/guidl.y
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/guidl.y,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- gtkshell/guidl.y    8 Apr 2007 23:44:03 -0000       1.8
+++ gtkshell/guidl.y    9 Apr 2007 15:12:59 -0000       1.9
@@ -113,6 +113,7 @@
 {
        gsh_append_arg((gchar*)"-ar");
 }
+|
 ADD TEXT
 {
        gsh_append_arg((gchar *)"-aT");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]