Giter Site home page Giter Site logo

textreme's People

Contributors

2mol avatar benjhar avatar cis-ash avatar fislamerwin avatar rancezero avatar syzygy333 avatar tsunder avatar

Stargazers

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

Watchers

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

textreme's Issues

Better Syntax

You should make it possible to create syntax bound to a specific file extension! And if you add that, you should be able to choose (when creating a new file) what file type it is going to be before saving it and loading the correct syntax for it.
Starting with "plain text", and if you click on it (for example), you can select from a list of existing syntax:es like: html, css, JavaScript, C#, Java, Ruby, Lua, and so on, you get the point. These syntax:es would be cool if they came pre-installed in a folder.

  • ./root
    • /syntax
      • /html.txt
      • /css.txt
      • /javascript.txt
      • /my custom syntax.txt

Effect drift

Effects drift on smaller and larger fonts. The more you type in a line, the more noticeable the drift is.

Install from source instructions

Hi,

I would like to package this into an RPM (when I have time, in a few months). Some documentation is missing about installing this from source. If you add these instructions such as dependencies and build steps to README.md, then I might create an RPM soonish for Fedora.

Do not see the text after resizing the window.

Aloha. I run editor, start typing. When I had a lot of text I tried resized editor window with holding left mouse button on right bottom point of window. First I moved scale down, after scale width and move around. After the text disappeared, only one gray background remained. I tried reproduce a bug and I got.
Screenshot from 2019-06-28 10-37-15

add rgb support

add hex colours support in the syntax.txt file. This makes it easier to pick colours, instead of rooting through the colours you have in the How to add syntax.txt file. For example, in python, the syntax.txt file would read:
import,#ba5bff
You could also allow for rgb, cmyk if hex is not as easy.

edit:
having looked into it, I discovered that you could instead use Color8 instead of ColorN and people could use rgb codes

The 2021 version crashes Win10

ran the 2021 version and got an instant BSOD.

Processor Intel(R) Core(TM) i3-3120M CPU @ 2.50GHz 2.50 GHz
Edition Windows 10 Pro
Version 20H2
OS build 19042.1165
Experience Windows Feature Experience Pack 120.2212.3530.0

Not Saving File

Installed through itch.io app on linux64 bits.
When I click to save appears a folder Documents\TEXTREME on my Home folder, but there is no file in it.

Zoom

The program is much too zoomed in for it to be viable as a text editor of any kind (though I know it's not the main aim for the program). If it had an option to zoom out, was zoomed out or even had something in the config files, that would add more flexibility to the editor.

Auto scroll of page.

Please add auto scrolling of text page when cursor reach bottom edge of editor window.
Screenshot from 2019-06-28 13-46-52
Screenshot from 2019-06-28 13-47-26

can't load syntax

Hi,

The syntax.txt file packaged with the macOS distributable doesn't seem to load; I get "Failed to load custom syntax!"

So, I'm trying to load a custom syntax:

break,aliceblue,
case,aliceblue,
catch,aquamarine,
const,cornflower,
continue,cornflower,
default,aliceblue,
delete,deeppink,
do,blueviolet,
else,blueviolet,
finally,aquamarine,
for,blueviolet,
function,aliceblue,
if,blueviolet,
in,hotpink,
instanceof,deeppink,
let,cornflower,
new,seagreen,
return,seagreen,
switch,aliceblue,
this,seagreen,
throw,aquamarine,
try,aquamarine,
typeof,deeppink,
var,cornflower,
void,seagreen,
while,blueviolet,
with,hotpink

Should the above work? I've tried both LF and CRLF line-endings.

Solution for gray screen when entering exclamation points ! or question marks ?

im not sure if this is the right place to post this, but for anyone who sees this and if the creator of this program will still update this in the near future, i went around messing with the godot project and have found a very simple solution that will fix the gray screen that appears when you press the exclamation point or question mark, here's a step by step on how to fix it

  1. download the code/zip and unzip it somewhere
  2. download the godot engine stable v3 release, they recently updated it to v4 and that'll break a lot of code if you import it to the new version
  3. import the project.godot file of textreme into the godot engine
  4. on the top left, go to project > export
  5. on presets, click on "add..." and select windows desktop
  6. before that though there might be an error saying that export presets are not present, just let it download it first
  7. now just export project into the TEXTREME folder in TEXTREME-master folder
  8. run it and youre done! you can now see the exclamation point and question mark effect without the screen going gray

while testing it i noticed how when you test run it in the godot engine project, it works as it should be, but exporting it using the win32 setting makes that happen, if i have to guess and i literally have no experience with godot, is just the fact that it was still set to 32 bit settings, despite a majority of windows users is using the 64 bit systems, i hope this helps for anyone who has stumbled upon this quirky program and checked this github

file to open as cli argument

Hello, I would like to use TEXTREME as my default git text editor, but that needs TEXTREME to accept file as a argument when running TEXTREME in terminal.

Cheers

RegEx Syntax

You should have support for RegEx when defining a syntax, this would make the creation of complex syntax highlighting easier! (Please combine this with my previous issue, aka, individual syntax files.)
for example inside "/syntax/javascript.txt":
/(if)(?=(\t|\x20)*(.*))/,magenta

This turns all if-statements with parentheses that may be containing code into magenta.
This way would be much more dynamic than just:
if,magenta

Godot project doesn't run

Capture
Windows 10, i7-6700k, GTX1060, 16GB RAM.
EXE from itch.io works.
I'm new to Godot and wanted to learn from the project.

Doesn't work on MacOS

It doesn't work on MacOS. Error saying, "'TEXTREME' is damaged and can’t be opened. You should move it to the Trash." (downloaded from itch.io)

Doesnt Run on Mac OS Catalina

Error:
'The application “TEXTREME” can’t be opened.'
I apologize for I am unable to provide any more details

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.