Search and Replace v1.10

Note: since v1.9 ‘Search and Replace’ use: Golang GtkSourceView binding for use with gotk3

Last update 2021-04-14

This program is designed to find and replace a text pattern in one or more files stored in one or more directories, sub-directories. Search and replace in the clipboard is allowed. Drag and drop can be used. You can use it to search multiple files to find definitions of specific functions in a development environment for example.

Take a look at H.F.M repositories for others useful Linux software.

How it’s made

Functionalities

This is the main screen

Found window

Found window

Preview window

Preview window

How to compile

    func main() {
        devMode = true
    ...    

into

    func main() {
        devMode = false
    ...

This operation indicate that externals data (Image/Icons) must be embedded into the executable file.

Os information:

Name Version / Info / Name
GOLANG V1.16.3 -> GO111MODULE=”off”, GOPROXY=”direct”
DISTRIB LinuxMint Xfce
VERSION 20
CODENAME ulyana
RELEASE #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020
UBUNTU_CODENAME focal
KERNEL 5.8.0-49-generic
HDWPLATFORM x86_64
GTK+ 3 3.24.20
GLIB 2 2.64.3
CAIRO 1.16.0
GtkSourceView 4.6.0
LiteIDE 37.4 qt5.x
Qt5 5.12.8 in /usr/lib/x86_64-linux-gnu

You got an issue ?

Used libraries

Visit

GitHub repository
Website H.F.M’s Linux softwares