Jose Santiago

Results 39 comments of Jose Santiago

Hi @eteran I made an attempt at solving this issue: See https://github.com/jlsantiago0/nedit-ng/commit/8b13ece33d53c839ad68ecacd36db54721d70d20 It currently tracks whether the current window is modified and the text cursor position the last time `File...

OK. I will see if FocusReason gives us any useful information.

Doesnt seem like we can use the FocusReason. But i think i see where i can get the information about someone clicking on the text window, using the mouse wheel...

Perfect. Thank you for the write up. It is very helpful. It will likely take me a little time.

Hi @eteran I have the feature itself implemented and it seems to be working very well. See https://github.com/jlsantiago0/nedit-ng/commit/51e9a5c7805291137469478c29d35568922382f6 It currently operates as the original behavior. Which will pop-up the `File...

OK. I just added the configuration management for the 3 new options: warnAlways warnWhenLocalMods warnWhenUserInteracts

OK. So the feature is implemented and the configuration options are created and being used for implementation. https://github.com/jlsantiago0/nedit-ng/commit/22a06ba87b0f854444df4d32eb0f256825e45db1 The next step is adding the configuration to the UI. Looking at...

I submitted a pull request. https://github.com/eteran/nedit-ng/pull/326 . Thank you for considering my PR. The code for this project is well organized btw. I was able to find what i needed...

Thank you for evaluating my PR. I will change the name of the |feature167CheckEnabled | ||variable and add it to the PR. The never condition 'warn disabled' is handled exactly...

[test-tsan-01.log](https://github.com/Haivision/srt/files/8400368/test-tsan-01.log) TSAN test using srt-live-transmit from master. The first entry I think is spurious. GCC TSAN is known to have some spurious false positives in the form of the first...