Computer Science, asked by rajputisha250, 16 days ago

In text editor new file.is created by





Answers

Answered by 21Shrey9
0

Answer:

Editing files using the screen-oriented text editor vi is one of the best ways. This editor enables you to edit lines in context with other lines in the file. An improved version of the vi editor which is called the VIM has also been made available now

Explanation:

Mark me as Brainlist

Answered by jahnvi2008
1

Explanation:

Since this will be the first big project you'll be doing with FLTK, lets define what we want our text editor to do:

Provide a menubar/menus for all functions.

Edit a single text file, possibly with multiple views.

Load from a file.

Save to a file.

Cut/copy/delete/paste functions.

Search and replace functions.

Similar questions