... the user friendly GPS tool


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ConvertPanel::tablePositions
#10
(03.09.2010, 18:19)IlmariKrebs Wrote: habe noch zwei Patches angefügt:

Hallo Ilmari,

vielen Dank dafür. Das Format der Patches ist anders als zuvor:

Index: route-converter/src/main/java/slash/navigation/converter/gui/RouteConverter.java
===================================================================
@@ -801,6 +801,7 @@
+ actionManager.register("print-positions", new PrintPositionsAction());

Das wird nicht als "unified diff" erkannt, dies hier schon:

Index: java/slash/navigation/converter/gui/helper/FrameMenu.java
===================================================================
--- java/slash/navigation/converter/gui/helper/FrameMenu.java (revision 1947)
+++ java/slash/navigation/converter/gui/helper/FrameMenu.java (working copy)
@@ -42,6 +42,7 @@
printMenu.add(JMenuHelper.createItem("print-map"));
printMenu.add(JMenuHelper.createItem("print-map-and-route"));
printMenu.add(JMenuHelper.createItem("print-elevation-profile"));
+ printMenu.add(JMenuHelper.createItem("print-positions"));
fileMenu.add(printMenu);
fileMenu.addSeparator();
fileMenu.add(JMenuHelper.createItem("exit"));


Klar könnte ich das per Hand einsortieren, aber es ist wohl viel leichter und weniger fehlerträchtig, wenn Du die Patches nochmal im unified diff-Format erzeugst, oder?
--
Christian
Reply


Messages In This Thread
ConvertPanel::tablePositions - by IlmariKrebs - 27.08.2010, 17:09
RE: ConvertPanel::tablePositions - by routeconverter - 04.09.2010, 12:23
RE: ConvertPanel::tablePositions - by kumo - 06.09.2010, 14:46
RE: ConvertPanel::tablePositions - by kumo - 06.09.2010, 15:50
RE: ConvertPanel::tablePositions - by kumo - 06.09.2010, 18:43

Forum Jump:


Users browsing this thread: 3 Guest(s)