Problem I have been following along Gary Bernhardt’s excellent video series on “Building a Text Editor From Scratch”. It’s in […]
Tag: text-editor
Call a text-editor from within a Python script to get user input
Problem Motivation I’d like to know how integrate the use of text editors (e.g. emacs, vim, etc.) into command-line Python […]
Java Swing Text Editor
Problem Creating my first program in Swing and I was hoping to get some feedback. I’m looking for constructive criticism […]
Simple console text editor
Problem I have been following along Gary Bernhardt’s excellent video series on “Building a Text Editor From Scratch”. It’s in […]
Online notepad in JavaScript
Problem I have been told for my code below i need to “Improve and optimise the codebase of the application […]
Simple text editor class
Problem I have recently undertaken a project for programming practice based on a simple text editor. Normally this kind of […]
how to efficiently draw line numbers in edittext ondraw without causing lag in scrolling
Problem I have an implementation of an edit text to show line numbers and also highlight the current line. I […]