]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/rozendav/index.mdwn
lectures: minor update of link to LinuxDays 2023 presentation listing.
[edu/osp-wiki.git] / student / rozendav / index.mdwn
index d338741a96acb3a4cfd92b5196445e5c2c45616c..0703517fa1045ccb391e1ee75e4ec26d68f9e631 100644 (file)
@@ -5,15 +5,20 @@
 Assignment
 ======
 
-JEdit is a programmer's text editor written in Java. I will try to fix bug [3600295](http://sourceforge.net/tracker/?func=detail&aid=3600295&group_id=588&atid=100588) (error is showed in some cases from Macro/Editing/Keywords Upper Case).
+JEdit is a programmer's text editor written in Java. I will try to fix bug [3520572](http://sourceforge.net/tracker/?func=detail&aid=3520572&group_id=588&atid=100588).
 
-Or any other bug, feature if i won't be able to fix it.
+If you save a file using dialog save-as and pick up a name from form and delete some letters from text-box, the dialog have still focus on old name and asks if you want overwrite that file.
+
+For example : I have file test1. Now i use save-as, click on test1 and in text field i remove ending 1 and click save (I want to save file as test). Alert will show up with this sentence : Do you want overwrite test1?
 
 Presentation
 ==========
 
 * [[Presentation of the aim of my work and about project in PDF|OSP1.pdf]]
+* [[Presentation of the results of my work|OSPFinal.pdf]]
 
 Links documenting the results of my work
 ======
 * [My communication with developers in a public mailing list archive - Im waiting for response still](https://sourceforge.net/tracker/?func=detail&aid=3600295&group_id=588&atid=100588)
+* [My patch for bug 3520572](https://sourceforge.net/tracker/?func=detail&aid=3610850&group_id=588&atid=300588)
+* [Public GIT repository](https://github.com/rozenbergda/jEditProject)