]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/modosist/index.mdwn
lectures: minor update of link to LinuxDays 2023 presentation listing.
[edu/osp-wiki.git] / student / modosist / index.mdwn
index f8dbdc9068eee83c9d95346537a2acac5e81e62b..584f622b7351478d0d4f7d12d8bb76fe8e741752 100644 (file)
@@ -1,36 +1,26 @@
 [[!meta title="Módos István"]]
 
-**Project name and homepage:** [Example project](http://www.example.com)
+**Project name and homepage:** [Vrapper](http://vrapper.sourceforge.net/)
 
-Assignment
+Project description
 ======
+Vrapper is an Eclipse IDE plugin, which imitates the behavior of VIM for editing code.
 
-Description of my planned/completed work for the project
-
-Links documenting the results of my work
+Assignment
 ======
+My main task is to fix a stationary cursor in linewise visual mode. I'm also going to fix some defects, which I observed while using the plugin.
 
-Here, I'll add links similar to the examples below and describe what
-is being linked.
+Links
+======
+* [My Github repository for Vrapper](https://github.com/modosist/vrapper)
+* [Commit fixing two exceptions, which were thrown when making some actions on the end of the file (range test added)](https://github.com/vrapper/vrapper/pull/168)
+* [Commit fixing line joining](https://github.com/vrapper/vrapper/pull/169)
+* [Commit fixing stationary cursor in linewise visual mode](https://github.com/vrapper/vrapper/pull/170)
+* [Commit implementing 'cursorline' option](https://github.com/vrapper/vrapper/pull/176)
+* [Commit with reimplementation of paragraph text objects](https://github.com/vrapper/vrapper/pull/180)
 
-* [My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
-* [Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
-* [My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
-* [Additional supporting material](http://lwn.net/Articles/385586/)
 
 Presentation
 ==========
-
-* [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
-* [[Presentation of the results of my work|prezentace2.pdf]]
-
-Ohloh
-=====
-
-Here, I'll fill in the HTML code of the [Ohloh widgetu][w] showing my KudoRank.
-
-For example: <a href='https://www.ohloh.net/accounts/9897?ref=Detailed'>
-  <img alt='Ohloh profile for Linus.Torvalds' height='35' src='https://www.ohloh.net/accounts/9897/widgets/account_detailed.gif' width='191' />
-</a>
-
-[w]:https://www.ohloh.net/accounts/modosist/widgets
+* [[Presentation of the aim of my work|p1.pdf]]
+* [[Presentation of the aim of my work|p2.pdf]]