David Gayou
- Email:
- Registered on: 08/10/2008
- Last connection: 11/03/2008
Activity
Reported issues: 11
11/20/2008
- 01:44 PM Yzis Patch submission #449: "n|" going to Column n of the current line.
- Once again, but this time it's updated with the new API. All tests seem's to be done in the view.cpp file so there's no one in my code. enjoy , :)
11/16/2008
- 08:36 PM Yzis Bug #441: Decay between buffer line and screen line when a buffer line is superior to screen line...
- When i resize the windows of my console where nyzis is running, the lines correctly update but not the following lines. Following lines stay at the same line than before instead of going down. more formally : reducing the windows size of wind...
11/14/2008
- 03:21 PM Yzis Bug #434: Some functions don't seem's to work in view.cpp
- functions : gotoLineColumn, gotoLineColumnAndStick seem's to have no effects on the cursor. That's probably the functions gotoViewCursor() or viewCursorFromLineColumn(line, column) that are not working. I join a brief patch with an uncomplete ...
11/11/2008
- 06:13 PM Yzis Bug #421: Yzis crash with arrow movement
- Yzis crash while i use arrows movement in Insert mode (i haven't been able to crash it in commande mode). It happend when i try to go down (down arrow) on a blank line. I join the Yzis debug file and a gdb backtrace.
11/03/2008
- 01:25 PM Yzis Bug #411: Insertion mode and start of line, there's a decay of the cursor.
- When you are in insertion mode and at the start of the line. the cursor don't correctly decay after the first character typed. So the first character will stay at the end of the sentence you type instead of staying the first. For example : i...
09/06/2008
- 02:52 AM Yzis Bug #322: End of lines AND "\n" character
- Currently in Yzis, as far as i understood how stuff work. Lines of text can be got from a call of buffer->textline(int n) and we get the QString of the nth line of the buffer. The QString of the line do not contain a \n at the end of the QStri...
09/01/2008
- 11:09 AM Yzis Patch submission #318: Screen Movement implementation "H", "L", "M"
- Implementation of the commands "_n_H", "_n_L" and "_n_M", that move cursor to top, bottom, middle line of screen ( +_n_, -_n_, +_n_). It manage the end file issue when last line of text aren't the last line of screen. note : in vim, the argu...
08/28/2008
- 11:46 PM Yzis Bug #317: tabulation and cursor position
- I'm not completely sure it's a bug or even it's important. I just submit it to make it know and eventually classified as ok. If we compare cursor position on tabulation on vim and on yzis. vim have his cursor on the last column of the tabula...
- 11:40 PM Yzis Patch submission #316: "n|" movement command patch fixed
- Implementation of the "n|" movement command that put cursor on the n column of the line. *It has been previously submitted and i fixed it as Loic asked me.
- 11:14 PM Yzis Bug #315: Number of Columns Visible doesn't update after resizing a windows
- The number of columns visible (mColumnsVis in YView) doesn't update after a windows get resized. It works properly when you open nyzis(i bet qyzis too) but if you resize the windows after nyzis is open, the value isn't update.
Also available in: Atom