Menu

Legacy SVN Repository Commit Log


Commit Date  
[r5356] by mgricken

Working on fixing 3043905:
Pressing Ctrl-Z (Undo) Makes System.in Box Disappear

When switching from Definitions Pane to Input Box,
undo/redo isn't switched back to the Input Box, it
stays in the Def Pane. That's because the Input Box
gets focus, not the Interactions Pane, which is what
triggers the update right now.

2010-08-12 21:39:37 Tree
[r5355] by mgricken

Fixing 3043199: Undo/Redo Menu Items Not Enabled Properly

The menu items were not enabled and disabled like the toolbar buttons,
which had PropertyChangeListeners on the "enabled" properties of the
actions.

2010-08-11 21:20:32 Tree
[r5354] by mgricken

Put back an assertion after fixing bug 2321815.
Split an assertion in two to help diagnose bug 2906538.

M drjava/src/edu/rice/cs/drjava/model/DocumentRegion.java
M drjava/src/edu/rice/cs/drjava/model/FindReplaceMachine.java

2010-08-10 22:41:14 Tree
[r5353] by mgricken

Fixed bug 2976104:
java.lang.StringIndexOutOfBoundsException: String index out of range: 94
at java.lang.String.substring(Unknown Source)
at edu.rice.cs.drjava.platform.WindowsRegistry.nullTerminatedToString(WindowsRegistry.java:612)

According to the String Javadocs, "The length of the new String is a
function of the charset, and hence may not be equal to the length of
the byte array."

We cannot use barr.length to index in the string, we
need to index in the array.

Cannot test this on a Chinese system, but I'm fairly certain this should
work.

2010-08-10 22:12:40 Tree
[r5352] by mgricken

Probably fixed bug 3037300:
NullPointerException when Find in Missing File

When the change was made to allow users to abort a search that
encountered missing files, the getNextDocument was made to return null
to signal such an aborted search. That probably caused the
NullPointerException.

I wasn't able to reproduce the bug before I made this change,
though. This analysis is based purely on reading the source code.

2010-08-10 20:22:23 Tree
[r5351] by mgricken

Changing the default look-and-feel for non-Windows, non-Mac
machines (=Linux) to the system default. This will probably
be GTK instead of Metal, which is much prettier.

2010-08-10 18:37:27 Tree
[r5350] by mgricken

Displaying compiz warning only for Java <1.6.0_20.

2010-08-09 21:10:01 Tree
[r5349] by mgricken

Updating compiler interface with extensions it can handle.
Default: .java .dj .dj0 .dj1 .dj2
HJ: .hj

2010-08-06 20:36:35 Tree
[r5348] by mgricken

Fixed [ drjava-Bugs-3040733 ]
NullPointerException When Removing Find All Matches

2010-08-06 18:41:49 Tree
[r5347] by jrp1

Updated the sootclasses jar.

2010-08-04 15:30:53 Tree
Older >
MongoDB Logo MongoDB