Confused
16 Apr 2007, 10:22 PM
I am working on a online code review tool. The tool needs to display the changes in a side-by-side diff also reviewer's need to be able to double click on a line to popup a dialog for the reviewer to make a comment on the selected line. Right now I am loading the two versions of the files into two grids. I am finding that the larger the file content and the longer the grid my machine's performance goes way down.
I am starting to think that a grid is not the route that I want to go. I am looking for suggestions on how better to implement this. The requirements I have include:
* side-by-side diffs
* ability to double click on a line
* line highlighting for mouse over, lines with changes, and lines with comments
* lightweight enough to load a decent size file (15-20,000 lines should be more than enough)
Looking for suggestions
I am starting to think that a grid is not the route that I want to go. I am looking for suggestions on how better to implement this. The requirements I have include:
* side-by-side diffs
* ability to double click on a line
* line highlighting for mouse over, lines with changes, and lines with comments
* lightweight enough to load a decent size file (15-20,000 lines should be more than enough)
Looking for suggestions