Skip to content

Instantly share code, notes, and snippets.

View scholtzan's full-sized avatar

Anna Scholtz scholtzan

View GitHub Profile
@scholtzan
scholtzan / gsoc-final-submission.md
Last active August 6, 2018 17:18
GSoC 2018 Final Submission Report 

GSoC 2018 Final Submission Report - Find Enhancements

Overview

The aim of this project was to enhance the search and replace functionality of xi editor. I extended xi editor to allow search using regular expressions, replacements of matched strings and multiple search queries. Additionally, I integrated a more advanced interface for find and replace into xi-mac as well as highlighting matching text in opened documents.

Work Completed

  • Outsource find logic from view.rs into separate file: #649