1. Wee editor 0.25
- Posted by PeteE Apr 11, 2015
- 1694 views
Download from the repo or run the updater.ex. Notable changes:
- fill in Find dialog with current selection
- allow search backward in Find and Replace dialogs
- quick search Find Next (Ctrl+G) Find Previous (Shift+Ctrl+G)
- comment/uncomment selected lines (Ctrl+M)
- go back (Esc) after doing View Declaration or Goto Error
- if there is a selection, it will be deselected first
The EuGTK version was updated to 4.9.4, so compiling Wee on Linux/OSX ought to work now.
2. Re: Wee editor 0.25
- Posted by PeteE Apr 12, 2015
- 1634 views
I made a small update 0.26 with one more thing:
- line wrap option
3. Re: Wee editor 0.25
- Posted by K_D_R Apr 14, 2015
- 1580 views
Wee 0.26 now translates/compiles/Shrouds/Binds itself perfectly under my Ubuntu System!
If Wee 0.25 is this good what in the world will 1.0 be like?
Thanks again Pete.
Ken
4. Re: Wee editor 0.25
- Posted by euphoric (admin) Apr 15, 2015
- 1531 views
Download from the repo or run the updater.ex. Notable changes:
- fill in Find dialog with current selection
Doesn't seem to work for me. Prior search term still appears in Find dialog.
- quick search Find Next (Ctrl+G) Find Previous (Shift+Ctrl+G)
Oh. Can we also have F3 and Shift+F3 respectively?
- comment/uncomment selected lines (Ctrl+M)
Can you make it so the selection is retained after the behavior?
Thank you!
5. Re: Wee editor 0.25
- Posted by PeteE Apr 16, 2015
- 1510 views
Ok. Version .27 pushed to github.
- Fixed find dialog initialization with selection on Windows
- Find/Find Next/Find Previous keys changed to Ctrl+F3/F3/Shift+F3
- Made selection persist during comment/uncomment lines
- Completion list now has icons based on declaration type
6. Re: Wee editor 0.25
- Posted by euphoric (admin) Apr 16, 2015
- 1514 views
Pete, I'm getting a "Failed to validate wee.exw" error when running update.ex. Is it me or you?
7. Re: Wee editor 0.25
- Posted by evanmars Apr 16, 2015
- 1491 views
Pete, I'm getting a "Failed to validate wee.exw" error when running update.ex. Is it me or you?
Seems to be you. Works for me.
8. Re: Wee editor 0.25
- Posted by euphoric (admin) Apr 16, 2015
- 1486 views
Pete, I'm getting a "Failed to validate wee.exw" error when running update.ex. Is it me or you?
Seems to be you. Works for me.
OK, thanks!
9. Re: Wee editor 0.25
- Posted by PeteE Apr 16, 2015
- 1536 views
The updater uses
hash(file_text, HSIEH30)to check that the downloaded file text matches what was originally uploaded. The files are downloaded over unsecure HTTP, so it's possible that a malicious entity between you and cdn.rawgit.com is modifying the files in transit. I added the verification check after the last problem you had with the updater. Another possibility is the hash function is returning different values on different versions of Euphoria, but this is unlikely.
10. Re: Wee editor 0.25
- Posted by jimcbrown (admin) Apr 16, 2015
- 1488 views
Another possibility is the hash function is returning different values on different versions of Euphoria, but this is unlikely.
I recall that earlier versions of Eu had a bug that caused an incorrect hash to be returned, but that this was fixed in later versions.
http://scm.openeuphoria.org/hg/euphoria/rev/339c5b70d31e?revcount=1200
http://scm.openeuphoria.org/hg/euphoria/rev/985c90ac044b?revcount=1200
http://scm.openeuphoria.org/hg/euphoria/rev/94f2ae7a1837?revcount=1200
http://scm.openeuphoria.org/hg/euphoria/rev/b7d014d360ac?revcount=1200
http://scm.openeuphoria.org/hg/euphoria/rev/b94d2534c77b?revcount=1200
http://scm.openeuphoria.org/hg/euphoria/rev/04e5810b41b1?revcount=1200