Git Product home page Git Product logo

fixer's Introduction

Fixer 1.0

Written by Donn Edwards (c) 2019 Watchmanager.net

This utility looks through text files and does a string search and replace. The resulting files are saved with a .txt folder, with a .txt extension, so c:\dev\Hello.clw becomes c:\dev.txt\Hello.clw.txt

It was written as a learning exercise to understand how hand coded Clarion programs work and how to put everything together to create a working program. Hopefully it is sufficently well documented to explain what is going on and how it all works.

Mark Goldberg's debug library isn't absolutely necessary, but has been extremely helpful in finding bugs and getting the program to work as required.

The Fixer.ini file contains the settings needed. It will be created for you if it doesn't exist Most of them can be modified using the form, but there are two items that needs further explanation:

Extensions=.clw|.inc

This specifies the file extensions to be edited. Separate the extensions you want to edit with a pipe symbol, instead of the usual semicolon. The star character doesn't work as a wild card.

ExcludeSubFolders=.txt|.git|map|obj

This excludes certain subfolders from being inspected, such as the .txt and .git folders.

Your original files are not modified.

fixer's People

Contributors

donnedwards avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

carltbarnes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.