summaryrefslogtreecommitdiff
path: root/src/file.hh
AgeCommit message (Expand)Author
2014-10-13Do not assert on SIGTERM and backup modified buffers on signal induced termin...Maxime Coste
2014-10-13Refactor regex uses, do not reference boost except in regex.hhMaxime Coste
2014-08-15Add support for reading from stdin/writing to stdout in filter modeMaxime Coste
2014-04-18Use StringView for file functionsMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2013-12-23Add complete_command for completing commands in PATHMaxime Coste
2013-10-15Detect file external modification and ask the user whether to reload or notMaxime Coste
2013-07-26memoryview: always pass by valueMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-25Always use absolute path for file buffer names, compact paths for displayMaxime Coste
2013-03-22use canonicalized filenames for buffersMaxime Coste
2013-03-14add support for regex options, make ignored_files oneMaxime Coste
2013-03-13move complete_filename to file.ccMaxime Coste
2013-02-27Add 'gf' (goto file) functionalityMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-01-29File: parse_filename function which handle ~ and environment variable in file...Maxime Coste
2011-11-27File: extract read_file function which returns file content in a stringMaxime Coste
2011-09-09exception: refactoringMaxime Coste
2011-09-02create_buffer_from_file: throw file_not_found instead of open_file_error when...Maxime Coste
2011-09-02Initial commitMaxime Coste