nccgroup / ncccodenavi

NCC Code Navigator
GNU Affero General Public License v3.0
54 stars 10 forks source link

[Feature request] Possibility to reload the grepify profiles #26

Closed metrodango closed 11 years ago

metrodango commented 11 years ago

Possibility to reload the grepify profiles from within the application, without the need to restart the application.

olliencc commented 11 years ago

Implemented in 29ca74c93216cffae63394201d78d061e2570af8

lllama commented 11 years ago

Alternative implementation in 00f73a6b90fc2ad2e06cf3230826d7d98bcbd50f

Uses a FileSystemWatcher to auto-repopulate the drop-down when files change, get added, removed, or renamed.