-
FEATURE
Execute the terminal commands in background asynchronously. -
FEATURE
Implement Context Menu Options for files and folders -
FEATURE
Opening new file in new tab -
FEATURE
Smooth Scrolling -
FEATURE
Render Image for image file -
FEATURE
Syntax Highlighting -
FEATURE
Using Custum Title Bar -
FEATURE
Support For UTF-8 characters -
FEATURE
Search and Replace -
FEATURE
File Operations -
FEATURE
Tabs and Split Views -
FEATURE
Full-Screen Mode -
FEATURE
Auto-Save and Backup
UPGRADE
Added support for Latest OpenGLREFACTOR
Separating core app initialization logic to Application.cppUPGRADE
Switched to ImGui 1.90.9 from 1.89.9
- BUG FIX Fixed cursor type on scrollbar of editor
FEATURE
Added SelectAll Feature
UPGRADE
Improve API
FEATURE
Highlight opening and closing end of brackets,quotations
- BUG FIX Fix Surround when tabs present and support for multiple cursors
- BUG FIX Fixed Scroll when cursor goes off screen while pressing enter
- BUG FIX Fixed Line Render after some gap at top
FEATURE
Surround selected word with Quotations/Brackets when clickedFEATURE
Added a ToolbarFEATURE
Set a default ini file location
FEATURE
Drag and Drop File and FoldersFEATURE
Show File Extension in Status BarFEATURE
Take cmd arguments like folder/file pathFEATURE
Support OpenWith Feature
FEATURE
Place Cursor at 0,0 when loading a file
FEATURE
Color Scheme ImprovementFEATURE
File Saving
FEATURE
Status Bar containing (lineNo,colNo,gitbranch,tabsize)- BUG FIX Update window size when new file is opened
FEATURE
File Explorer Prototype (Selecting folder,selecting file, tree branching, file save)
- BUG FIX Fixing Quotations both single and double Quotations
- BUG FIX Multi-Cursor '{' issue -- only adds '}' on mCursors[0]
- BUG FIX Multi-Cursor sometime characters insert only on mCursors[0]
FEATURE
Using Arrow Keys in Multi-CursorFEATURE
Add Delete KeyBinding- BUG FIX Ctrl+Shift Multi-Cursor Selection
FEATURE
Using Ctrl+Click to place multiple cursorsFEATURE
Ctrl+D Selection and Editing at multiple positions
- BUG FIX Scrolling when left and right key pressed at start and end of line
- BUG FIX Fix Horizontal Scrolling Amount (Content Partly Clipped)
FEATURE
Scroll if word selection using mouse and mouse out of boundsFEATURE
Scroll To Cursor Position if cursor not visibleFEATURE
Render a line for indentation
- [ IMPROVEMENT ] Improved Carriage Return and Auto indentation
- [ IMPROVEMENT ] Lexer
- [ BUG ] Fix Last Line length
- [ BUG ] Calculate lineposition based on editor position.y
FEATURE
Working on Lexer
FEATURE
(Ctrl+D) Find Next occurances of current word in fileFEATURE
Auto-Indentation (Add '\t' if '{' is encountered on currentline)- BUG FIX Fix MiddleLines Not unindenting on SHIFT+TAB
- BUG FIX Selecting Word and using CTRL+D causes error
FEATURE
Using TAB or SHIFT+TAB for indentation of currently selected lineFEATURE
Highlighting all occurances of selected word in buffer
FEATURE
ctrl+shift+(left/right)
arrow for word selectionFEATURE
Copying/Cutting/Deleting Line SelectionFEATURE
Pasting Multiline TextFEATURE
Snapping to nearest tabFEATURE
Scrolling To a Line NumberFEATURE
Swapping Multiple Lines usingCtrl+Shift+(up/down)
FEATURE
Handle Horizontal Scrolling usingshift+mouseWheel
- BUG FIX
mLinePosition.y
changes while Scrolling FEATURE
Multiline selectionFEATURE
Line Selection Triple ClickFEATURE
Mouse Drag and SelectionUPGRADE
Show one width for empty line selection
- BUG FIX insertion error when tabs ahead of
mState.mCursorPosition.mColumn
FEATURE
shift+(left/right)
arrow for letter selectionFEATURE
Scrolling with cursor positionFEATURE
Add a Left Padding parameter to editor text- BUG FIX Fix Line Number Bar width based on max lines
FEATURE
Build astd::map
of theme colorFEATURE
Copying/Cutting/Pasting Word Selection
FEATURE
Added Word Selection using double click- BUG FIX Fixed while clicking on line selects neighbouring lines
FEATURE
Handle when key pressed '{' and then '}' is pressed (aka ignore input for '}' after '{')FEATURE
Swapping Lines onctrl+shift+(up/down arrow)
FEATURE
ctrl+(left/right)
arrow for word jump- BUG FIX Fix RightArrow and LeftArrow on '\t'
FEATURE
Tabbing Support (Tab Key)FEATURE
Double Click - Word Selection Backend- BUG FIX Minor Fixes
FEATURE
Double Paranthesis and Quotations
- BUG FIX Fix currentline selection on mouse click