Share My Creation [B4X] TextEditor - Save and load external files.

Welcome to the Forum!
I would like to share my modest contribution today
in the Android Text Editor (based on Erel's sources available).

TextEditor ver. RS0.1 (see: download dropbox)

Since I noticed the interest in the forum,
the matter of counting lines of text in objects of type (EditText or B4XFloatTextField),
I decided to act. And here is the effect of my work :


TextEditor.png



My idea is not grandiose because small suggestions on this matter can be found
on the forum. My method is based on a long panel in which I have placed two EditText and B4XFloatTextField objects.
When editing a field from the B4XFloatTextField object in the EditText object, the number of lines is counted.

So far, I haven't played any software for other systems than Android.
I am accepting my own version of the Text Editor as open for testing purposes for anyone interested.


Regards
 

Attachments

  • Libs.png
    Libs.png
    10.6 KB · Views: 323
Last edited:

Xfood

Expert
Licensed User
good morning @T201016
I have had a look at your project, I find it very interesting, but unfortunately I cannot find these libraries highlighted in red, could you please attach them.
Thank you

1647343420434.png
 

Attachments

  • 1647343287106.png
    1647343287106.png
    31.5 KB · Views: 184

T201016

Active Member
Licensed User
Longtime User
good morning @T201016
I have had a look at your project, I find it very interesting, but unfortunately I cannot find these libraries highlighted in red, could you please attach them.
Thank you

View attachment 126634

I welcome you :)
Sorry for the slight delay in responding to this post.
I am attaching the user libraries thanks to which my little project could be created. Now I am thinking of modifying my design so that I can display and remember the different sizes of the fonts used in the edit box.
If you have any idea for it, I would love to use the idea.

Greetings.
 

Attachments

  • Libs.zip
    43.1 KB · Views: 282
Top