alankilborn

Results 817 comments of alankilborn

Perhaps has some overlap/commonality with [THIS](https://community.notepad-plus-plus.org/topic/26049/config-files-need-updating-too), although to be honest I haven't looked very deeply at the functionality of either one (I've blindy used `ConfigUpdater.py` though).

In the demo, why is there a `#` at the beginning of the data?: `# var1, var2, object1, object2, object3, flag1, flag2` Step 1, upon close reading, disregards the `#`,...

@u07 Maybe provide some actual data, so others can try to reproduce?

@xomx IMO CRLF should be counted as two.

![image](https://github.com/user-attachments/assets/56ebb1cc-756d-4f7c-bac9-c9ef6094a48a)

The feature has worked well for me. I think @xomx worked on the feature; maybe he can comment.

>Does pressing the ESC key not work for you? ESC does work (I think that's a newer workaround than my double-tap-on-Windows key). The point is, IMO input focus upon startup...

Another workaround, inspired by @Ekopalypse mention of Esc key: * User places this code at end of (user) startup: ``` import SendKeys as sk sk.SendKeys("{ESC}") ```

>And I assume that the prompt field should be empty afterwards and have the input focus? Well, someone (Yaron10, I believe) came up with "interesting" behavior for what should appear...

It's a _minor_ feature request, I guess. I probably made the request when I wanted to do exactly what the opening comment of this issue says. In general, I think...