Git Product home page Git Product logo

sqriptor's People

Contributors

luebking avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jodehli ved-un

sqriptor's Issues

Basic configuration

I like sqriptor, but to make it a go-to text editor, I need to be able to do some basic configuration that the competition already has. Things like:

  • when opening a txt file, I want the window to open to a certain size from the start, instead of having to resize the window manually every time
  • word wrap status is not 'remembered' from last time when the program opens
  • the 80 character line is useful sometimes, but being able to configure it [like the 7-72 char limit for old Fortran] or to be able to switch it off would be even more useful
  • being able to do all this configuration in a text file would be great, if only to be able to experiment with settings while keeping a backup of the setup.

The project resonates with me, but the integration in my workflow isn't quite doable yet.

Thank you for your attention to this matter.

recursive replace all will be infinite

ie. when the replace text contains the original text the loop doesn't terminate because the original text doesn't disappear

The new issue is that we may not actually replace everything. Tomorrow.

It's a QScintilla bug, probably fixed in the next release. I'll close the issue if I can confirm the upstream fix.

Please include build instructions for Linux

So I tried to build sqriptor on Pop!_OS (an Ubuntu 21.04 based distro) using a fairly naive approach by downloading the ZIP file, extracting the archive and:

cd sqriptor-main
qmake
make 
g++ -c -pipe -O2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sqriptor.o sqriptor.cpp
sqriptor.cpp:19:10: fatal error: QAction: No such file or directory
   19 | #include <QAction>
      |          ^~~~~~~~~
compilation terminated.

Would you be able to shed light on the build procedure?

Update
Aha! My system was missing a dependency:

sudo apt install libqscintilla2-qt5-dev

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.