April 2010
6 posts
1 tag
Bug#557135 : Final Review
Bug#557135 The patch for indent went through a lot of iterations and changes. I have summarized everything up until this point as to where I am with my latest patch: - Selected lines are indented as well as multiple lines. - Indentation on multiple lines is grouped into a single undo/redo event. - Rather then replacing the entire line with <indention> + <line text> only ...
Apr 19th
1 tag
Bug#557135 Quick Update
After I shortly submitted my 2nd patch, Julian was able to provide me with feedback and as well as a new patch with a few more additions to my current patch. My patch worked  but however there were a few issues pointed out by Julian that were needed to be fixed and are fixed now with his help:) 1.) Instead of replacing the entire line with <indention> + < line text > , only...
Apr 15th
1 tag
Sign-in and Sign-out Process!
Login System  Its almost 3AM and I’m dead tired! Today I had a chance to work on our processing.js project.  One feature we wanted to implement is the login system. Each user will have his/her own unique login to manage their files and preferences. Lets break down how this will work.  The user will be presented with two options, Either to login with an existing ID or sign up for a new...
Apr 14th
1 tag
Bespin Multi-line Revisited: BUG#557135
Well before I get straight to the multi-line stuff, let me mention a few bugs I encountered while working on this feature.  1.) Undo/Redo did not work properly with multi-line indent. Each indent on a line was treated as a separate change where as in the whole indent should be grouped into one undo event. Julian is aware of this now. I might know how to fix this so If I do come across a fix I...
Apr 12th
Bespin 0.7.1 (“Bryce”) released: Bespin Rebooted →
Apr 11th
1 tag
Bespin Multi-line Indent
Schools just a week away from finishing and I have been working on Bespin. In my previous post I was able to get indent working on a selected piece of text. Now Julian had suggested that I change the code so that it would work on multiple lines.  First step was to grab all the selected lines: *This gives us an array of selected lines which now contain the characters and the length of each...
Apr 10th