Skip to content

Commit

Permalink
- code formatted with CLion
Browse files Browse the repository at this point in the history
- mouse wheel bug fixed.
- app title changed.
- README.md improved.
  • Loading branch information
ozkanpakdil committed May 11, 2024
1 parent 4c0569a commit 23c9af0
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 151 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Windows:[![Build status](https://ci.appveyor.com/api/projects/status/je31oh7roigybhsx?svg=true)](https://ci.appveyor.com/project/ozkanpakdil/big-file-editor)
Linux&OSX:[![Build Status](https://travis-ci.org/ozkanpakdil/big-file-editor.svg?branch=master)](https://travis-ci.org/ozkanpakdil/big-file-editor)

this project's aim is to help who needs to open up a big file and
have to browse on it mostly on windows or ofcourse you may use it under linux :)
this project's aim is to help who needs to open up a big/large file (bigger then GB) and
have to browse on it mostly on windows, or you may use it under linux :)

simple demo from linux machine.
http://youtu.be/nYun58jPUtw
Expand All @@ -12,12 +12,13 @@ https://github.com/ozkanpakdil/big-file-editor/releases

Implemented Tasks

- open very big file.
- mouse wheel and go down in the file.
- Ctrl+L and go to line. this ability can be improved.
- catch page up page down or arrow keys for reading file line by line or pageSize pageSize.
- go to end of file.
- change file and save it.
- search in the file.
- Ctrl+O open a very big/large file.
- mouse wheel and scroll down in the file.
- Ctrl+L and go to line(this ability can be improved).
- PageUp key PageDown key or arrow keys for reading file line by line or pageSize pageSize.
- Ctrl+Shift+F go to end of file.
- Change file and save it.
- Ctrl+F search in the file.
- Ctrl+Shift+H replace in the file.

now I need tests....
How to compile in windows check [here](./.appveyor.yml).
Loading

0 comments on commit 23c9af0

Please sign in to comment.