-
kpreid added erights to the E code library project.
2009-02-28 13:23:44 UTC in E code library
-
This seems to work:
Index: jsrc/org/erights/e/meta/java/io/ReadOnlyFile.java
===================================================================
--- jsrc/org/erights/e/meta/java/io/ReadOnlyFile.java (revision 485)
+++ jsrc/org/erights/e/meta/java/io/ReadOnlyFile.java (working copy)
@@ -13,6 +13,7 @@
import org.erights.e.elib.tables.AssocFunc;
import...
2008-03-14 03:56:10 UTC in E code library
-
Original message: http://www.eros-os.org/pipermail/e-lang/2008-March/012564.html Fri Mar 7 00:03:05 EST 2008
javax.swing.ActionEvent.getActionCommand() appears to be necessary to tell which of the Cancel or Open/Save buttons the user pressed in a JFileChooser.
Without this method (or a specialized sugaring on JFileChooser) I can't see any way to correctly use JFileChooser.
(In...
2008-03-09 14:51:26 UTC in E code library
-
java.io.File has a sugar method copyTo/2. Since the authority to write is provided as an argument, this message should be implemented for ReadOnlyFile as well.
2008-03-03 21:16:39 UTC in E code library
-
Was fixed in svn:
r323 | markm | 2007-02-06 02:54:40 -0500 (Tue, 06 Feb 2007) | 5 lines
I think I fixed "A sent needs to arrive as the local one"
https://sourceforge.net/tracker/index.php?func=detail&aid=1635331&group_id=75274&atid=551529
ImportLoader no longer has a placeholder for a future ClassLoader
makefile version change.
2008-02-17 14:25:34 UTC in E code library
-
Was fixed in svn:
r323 | markm | 2007-02-06 02:54:40 -0500 (Tue, 06 Feb 2007) | 5 lines
I think I fixed "A sent needs to arrive as the local one"
https://sourceforge.net/tracker/index.php?func=detail&aid=1635331&group_id=75274&atid=551529
ImportLoader no longer has a placeholder for a future ClassLoader
makefile version change.
2008-02-16 18:07:09 UTC in E code library
-
ExitViaHere was introduced in E-on-CL as a mechanism for easily providing uncalling for emaker-defined objects.
A stub implementation would be putting a stamp-auditor "ExitViaHere" in the scope of emaker evaluations.
Full implementation: http://www.eros-os.org/pipermail/e-lang/2007-March/011944.html.
2007-09-06 04:20:15 UTC in E code library