Ignore:
Timestamp:
2006-09-24T11:15:39+02:00 (18 years ago)
Author:
imi
Message:
  • added External Tool support (no gui configuration yet)
  • applied patch for bug that Save action does not set filename (thanks Dean)
  • fixed case sensitiveness of search tool (now insensitive, like google)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/actions/SaveAction.java

    r139 r142  
    4343
    4444                save(file);
     45                Main.main.editLayer().name = file.getName();
     46                Main.main.editLayer().associatedFile = file;
     47                Main.parent.repaint();
    4548        }
    4649
Note: See TracChangeset for help on using the changeset viewer.