-
Or do you parse a system message? This is a German language XP.
2009-11-11 08:53:48 UTC in The DaCapo Benchmark Suite
-
Console should provide a character set translation for the running program's output like putty does. E.g. many java programs do their console output in ISO 8859-1, whereas Console seems to use the DOS character set, so some characters come out wrong.
2009-11-10 12:48:43 UTC in Console
-
In Xterm or putty Unix shells you can merge console input into the output of a running program. E.g. on the console of a server with lots of console log output you can press a few times enter to get some empty lines on the screen. This is very useful to have a visual start point for the following output.
This should also be possible for Console.
2009-11-10 12:38:08 UTC in Console
-
Is there a way to Console here in a new tab of an existing Console instance? The solutions above open a new instance of Console.
2009-11-10 12:13:03 UTC in Console
-
D:\downloads>ver
Microsoft Windows XP [Version 5.1.2600]
D:\downloads>java -jar dacapo-9.10-beta1.jar tradebeans
Booting Geronimo Kernel (in Java 1.6.0_17)...
Geronimo startup complete
Successfully created tables
===== DaCapo 9.10-beta1 tradebeans starting =====
Resetting database and populating with 1098 stocks...
Populating database with 384 users...
Finished repopulating database.
2009-11-04 11:59:03 UTC in The DaCapo Benchmark Suite
-
If you dragndrop a file from a rar archive to an explorer folder 7-zip extracts the content to temp and then copies the content to the target. Instead it should move the file.
2009-10-03 06:56:33 UTC in 7-Zip
-
Right now in TCPProxy-generated scripts the server:port is in each header variable. Instead the url0 variable should be taken, so you can easier adapt the script to a new server.
2009-10-01 12:38:46 UTC in The Grinder
-
> I can't see what advantage having both of these buffers in the same
bufferset can give you.
The same as a new view gives, but within the same view. A new view for a file would be almost what I want, but then you have to switch between views with OS means (e.g. Alt-TAB) instead of jEdit means.
In my example (but with views) I would change within a.txt, b.txt, c.txt[0] with jEdit means but...
2009-07-15 07:48:29 UTC in jEdit
-
Given Files a.txt, b.txt, c.txt. c.txt should be displayed in two buffers.
So the user would see buffers a.txt, b.txt, c.txt[0], c.txt[1]
This would be similar to displaying this web page in two Firefox tabs with different scroll positions for each.
2009-07-14 11:00:15 UTC in jEdit
-
> Wouldn't splitting the view do what you want?
No, then you have one row of BufferTabs for each split pane and RecentBufferSwitcher only works within the current pane. Also, I'd like to have each file buffer use the full screen area and I'd like to switch between different file buffer instances like between different files.
Thanks,
Juergen.
2009-07-14 09:30:52 UTC in jEdit