Skip to content
  • Waqar Ahmed's avatar
    Extra point for already opened file · c2105380
    Waqar Ahmed authored
    If a file is already opened, give it one extra point. This gives priority
    to opened files over non-opened ones by a slight margin and is mainly
    useful for cases where you have two files with very similar names and
    same score.
    
    kate.h => opened
    kate.cpp => not opened
    
    both have same score, but if .h is opened, it will appear above cpp
    c2105380