Git Product home page Git Product logo

Comments (8)

d3x0r avatar d3x0r commented on June 5, 2024

image

Screen shot - 6x8 font, 597 characters.

from efte.

lanurmi avatar lanurmi commented on June 5, 2024

Thank you for reporting these problems. I'll have a look at the HANDLE issue as soon as possible.

from efte.

d3x0r avatar d3x0r commented on June 5, 2024

the fix for width was pretty easy; but there's issues still with opening files..
I would expect the configuration for EFTE to be relative to the efte.exe exeutable itself, so a good path to add to check would be GetModuleName( NULL, buf, bufSize ); which is the full path to the exeutable, and chop the last slash...

from efte.

d3x0r avatar d3x0r commented on June 5, 2024

it also doesn't do a good job of outputting unicode characters. It outputs '?'
I don't know if it's a limitation in the console font maybe?

This is a sample of some code..

# in EFTE (shouldn't be showing utf8-character parts
	if ( ( typeof (maker_key) !== "string" ) && ( "Λ" in maker_key ) ) real_key = keyTracker.keys.get(maker_key.Λ)

# in another console editor (correct)
        if ( ( typeof (maker_key) !== "string" ) && ( "Λ" in maker_key ) ) real_key = keyTracker.keys.get(maker_key.Λ); 

from efte.

lanurmi avatar lanurmi commented on June 5, 2024

it also doesn't do a good job of outputting unicode characters. It outputs '?'
I don't know if it's a limitation in the console font maybe?

eFTE doesn't unfortunately support Unicode. Would be nice if it did, but it's a huge task to make the code Unicode-aware.

from efte.

d3x0r avatar d3x0r commented on June 5, 2024

I haven't fully looked, but efte and utf-8 on linux through slang works pretty good as a model....

from efte.

d3x0r avatar d3x0r commented on June 5, 2024

Hmm. I looked more. Yes, I understand, no unicode. And in implementing unicode, I'd want to implement it with like UCS-32 internally; but that doesn't even account for clusters and stuff...

I also thought tab-completion worked in the directory screen? (does on my older fte build)
maybe I have a keymap wrong...

from efte.

d3x0r avatar d3x0r commented on June 5, 2024

I have a dirty branch that has the fix for handle - that works when NT is not defined.
Forked the h_c.cpp to h_js.cpp to start a js syntax highlighter.... originally I just added the config, but back-tick strings

const string = `format ${"something"}` 

So then I can strip out some c-centric things and improve object highlighting (maybe)

I say my branch is 'dirty' because I've included Wordstar keyboard, but mangled it - I should just copy that to a myfte.config thing...

from efte.

Related Issues (20)

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.