Releases: HaikuArchives/Pe
Releases · HaikuArchives/Pe
Release v2.5.0
What's Changed
- .recipe: fix infoDir typo, add more missing keywords and definitions. by @arfonzocoward in #43
- Updated to call new BCollator API in #49
- Fix for newer versions of Flex by @korli in #51
- link JamExt against libstdc++. by @korli in #52
- Add Screenshot & Update README.md by @localanu in #55
- Update screenshot by @localanu in #56
- Unbind B_FUNCTION_KEY from "Help" by @hyche in #53
- Status view is now as high as scrollbar by @ddacw in #57
- Update README.md by @scottmc in #58
- Fix README.md style by @hanzelik in #63
- Removed line 461 as it was causing a compile error. by @dsizzle in #65
- Fix drawing glitches, cursor and drag&drop handling by @X547 in #66
- Syntax Highlighting for RDEF Files by @CodeforEvolution in #69
- Fix build on gcc11 by @diversys in #72
- About: point to HaikuArchives/Pe repo by @OscarL in #79
- keywords.recipe: add some missing keywords. by @OscarL in #82
- HeaderHeader: added the missing "All rights reserved" part. by @OscarL in #80
- Extensions: fix warnings. by @OscarL in #81
- Python_Popup: Fix false positive detection of functions and class definitions by @OscarL in #83
- Diff_Language: add detection of "Subject" lines on patchset files. by @OscarL in #78
- Fix opening of help docs files with Web+ (or other default browser) by @OscarL in #84
- Fix showing Help doc by @humdingerb in #86
- Lout_Popup: use B_FIND_PATH_DATA_DIRECTORY to find Lout's data by @OscarL in #87
- Make PDoc::OpenInclude() support absolute paths. by @OscarL in #88
- keywords.py: update for Python 3.10 by @OscarL in #89
- Fix detection of GCC13 on x86 32 bits. by @OscarL in #92
- MThread.cpp: Switch encoding to UTF8. by @OscarL in #93
- Fix warnings (mostly when using GCC13) by @OscarL in #95
- add Github Actions CI by @korli in #99
- Remove unused/leftover file. by @OscarL in #96
- Save/Restore "Show invisibles" setting. by @OscarL in #97
- Avoid adding "Numlock-" in DescribeKeys(). by @OscarL in #98
- Partial/alternative solution to #64. by @OscarL in #94
- Allow invoking the "Find differences" mode from the command line. by @OscarL in #85
- "diff mode" improvements. by @OscarL in #100
- Add basic CMake syntax support. by @OscarL in #102
- Replace BeIDE with Paladin if compiling on Haiku. by @OscarL in #90
- CMimeBox.cpp: fix a format warning. by @OscarL in #103
- Add Cmd+Z/Cmd+Shift+Z as Undo/Redo keybindings. by @OscarL in #107
- Support opening files with
file:line:colstyle arguments. by @OscarL in #91 - lpe: allow invoking Pe's diff mode. by @OscarL in #104
- keywords.recipe: add pre-uninstall-scripts keywords by @jmairboeck in #109
- Use separate "generated" dirs per arch. by @OscarL in #106
- Bump version a bit after 10 years. by @OscarL in #105
- build.yaml: add nightly builds by @korli in #111
- Display find string clearly when window is not active by @DigitalBox98 in #110
- Extensions: fix "Replace as tabs" by fixing the case in extensions names. by @OscarL in #112
- Fix search result and error list items height on window resize. by @X547 in #119
- Fix remaining list item height change misbehavior on window resize by @X547 in #122
- Avoid crash on Find dialog. by @OscarL in #124
- Fix HDPI issues, using be_control_look->GetScrollBarWidth() mostly. by @phoudoin in #125
- Fix centering text in status boxes, increase the font size scaling a bit by @phoudoin in #126
New Contributors
- @arfonzocoward made their first contribution in #43
- @korli made their first contribution in #51
- @localanu made their first contribution in #55
- @hyche made their first contribution in #53
- @ddacw made their first contribution in #57
- @scottmc made their first contribution in #58
- @hanzelik made their first contribution in #63
- @dsizzle made their first contribution in #65
- @X547 made their first contribution in #66
- @CodeforEvolution made their first contribution in #69
- @diversys made their first contribution in #72
- @OscarL made their first contribution in #79
- @jmairboeck made their first contribution in #109
- @DigitalBox98 made their first contribution in #110
- @phoudoin made their first contribution in #125