Files
textmate/Frameworks
Allan Odgaard 1d4d3bd3d3 Fix path/inode lookup when opening documents
The strategy is to prefer an existing document with same path and if there is none, check if there is a document with the same inode. The latter is so that links or files that have been moved, do not create duplicate documents.

The old code used a single map for the lookup, using path::identifier_t as key (wrapping path and/or inode), though since the map is ordered, the code would occasionally fail, as the keys cannot be correctly ordered (so effectively this reworked code is a fix for an incorrect path::identifier_t::operator<).

Fixes #1052.
2013-07-30 15:34:17 +02:00
..
2013-07-27 16:30:02 +02:00
2013-05-16 21:36:49 +07:00
2013-07-29 16:07:33 +02:00
2013-07-29 15:50:31 +02:00
2013-07-21 13:25:27 +02:00
2013-02-22 15:50:37 +01:00
2013-07-28 21:57:50 +02:00
2013-07-29 10:03:25 +02:00
2012-08-09 16:25:56 +02:00