kenmo-pb

Results 14 comments of kenmo-pb

I pushed a simpler version, that doesn't use variable `i` at all. :heavy_check_mark: Also it fixes a 1-character typo existing in `ProjectManagement.pb` which prevents SpiderBasic mode from building. (C style...

I am OK with having the validation script. But is it working properly?? I can't find any lines in `Residents/Common.pb` that have trailing whitespace! Also, this PR did not modify...

OK I understand the situation now. `Residents/Common.pb` got a trailing whitespace when Fred committed it without a PR, so it didn't go through validation. That's why this unrelated PR failed...

**Linux** - I'll look into handling the Enter key **Project Targets List** - Agreed, for consistency. Generally I like when Double-Click and Enter do the same action in a List...

:heavy_check_mark: OK, I pushed an update: 1. Rebased onto the latest `devel` 2. Instead of duplicating the same functionality for `LeftDoubleClick` and `Return`, now the `Return` shortcut just posts a...

Hi @t-harter I have zero problem with your thoughts :slightly_smiling_face: I understand only merging in features which are fully cross-platform. Should we leave this PR open? Close it and re-open...

Thanks @tajmone For **Bug 2**, I agree. `Save As` does not necessarily mean "I'm continuing the old file as the new" so the user should be responsible for updating the...

> If we have to show a Requester anyway, why not give the user the choice? Good point. What should the message string be? Also, **bug update**: It doesn't have...

@tajmone Yes, filename case should be handled correctly per OS. The IDE code already has some functions to simplify this. However I forgot about Windows 10 support for case-sensitive, AND...

**Regarding the Windows 10 thing:** Yes, I think *the minimum we should do here* is handle case-insensitive file checking on Windows. It's already done in other parts of the IDE...