cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
883 stars 98 forks source link

add find file option #336

Closed madewithlinux closed 7 years ago

madewithlinux commented 7 years ago

Add Goto File option under Source

It looks like this: screenshot from 2017-06-01 21-38-41

This is my first open-source code contribution, feedback and/or suggestions welcome!

eidheim commented 7 years ago

Thank you! This seems like a nice feature indeed. I'm busy this weekend, but will have a closer look early next week if not before.

eidheim commented 7 years ago

Thank you again @Joshua-Wright. I'm currently cleaning up the Config class, and will merge your PR after I'm done. I'll set <primary>p as keybinding for Find File, and "" as default keybinding for Print.

eidheim commented 7 years ago

Alright, I think I got it finalised in the above commit, but I'll do some additional tests and do a second look Tomorrow.