Difference between revisions of "Topic diff"

From Makers Local 256
Jump to: navigation, search
m (Protected "Topic diff" [edit=sysop:move=sysop])
Line 3: Line 3:
 
# split the topics into files (arrays) (COMPLETED)
 
# split the topics into files (arrays) (COMPLETED)
 
# diff the files (COMPLETED)
 
# diff the files (COMPLETED)
# parse the diff output and rebuild the topic with colors
+
# parse the diff output and rebuild the topic with colors (COMPLETED)
 
## red means removed
 
## red means removed
 
## green means added
 
## green means added
  
 
== Status ==
 
== Status ==
Have to think through the algorithm to parse and add in the old topic bits, all while coloring
+
Finished, waiting for SVN server to commit code.

Revision as of 09:20, 2 August 2006

Outline

  1. split the topics into files (arrays) (COMPLETED)
  2. diff the files (COMPLETED)
  3. parse the diff output and rebuild the topic with colors (COMPLETED)
    1. red means removed
    2. green means added

Status

Finished, waiting for SVN server to commit code.