Havin a 'grep' filter which filter out non matching lines (maybe in a new read only TAB ?)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3348
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3348(a)github.com>
The scripts, mainly start_build.sh, can be used for nightly builds
and for CI builds.
The Windows scripts use a Docker image containing a full cross
compilation environment for mingw64-x86_64. They create fully working
installer files for Geany and Geany-Plugins, optionally even signed
if a certificate is provided.
The Debian build scripts are yet to be tested and finalized.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/infrastructure/pull/7
-- Commit Summary --
* Add nightly and CI build scripts to create Windows installers
-- File Changes --
M README.md (11)
A builders/.dockerignore (5)
A builders/Dockerfile.debian (25)
A builders/Dockerfile.mingw (114)
A builders/README.md (130)
A builders/certificates/.gitkeep (0)
A builders/mingw/bin/mingw-w64-i686-wine (4)
A builders/mingw/bin/mingw-w64-x86_64-wine (3)
A builders/mingw/etc/pacman.conf (40)
A builders/mingw/etc/pacman.d/mirrorlist.mingw64 (6)
A builders/mingw/etc/pacman.d/mirrorlist.msys (6)
A builders/output/.gitkeep (0)
A builders/scripts/build_debian_geany.sh (182)
A builders/scripts/build_debian_geany_plugins.sh (183)
A builders/scripts/build_mingw_geany.sh (326)
A builders/scripts/build_mingw_geany_plugins.sh (355)
A builders/scripts/update_debian_repositories.sh (49)
A builders/start_build.sh (271)
-- Patch Links --
https://github.com/geany/infrastructure/pull/7.patchhttps://github.com/geany/infrastructure/pull/7.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/7
You are receiving this because you are subscribed to this thread.
Message ID: <geany/infrastructure/pull/7(a)github.com>
I often need to quickly open a new document and paste text. It's annoying to have to manually focus the editor widget. This does that automatically.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3343
-- Commit Summary --
* Make New command focus editor
-- File Changes --
M src/callbacks.c (2)
M src/keybindings.c (1)
-- Patch Links --
https://github.com/geany/geany/pull/3343.patchhttps://github.com/geany/geany/pull/3343.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3343
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3343(a)github.com>