Code Monkey home page Code Monkey logo

notepad-sharp's People

Contributors

hexman768 avatar polakosz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

polakosz ijat

notepad-sharp's Issues

Add shortcut keys

Users should be able to save when they use CTRL+S, copy when they use CTRL+C, etc.

Implement AutoComplete feature

Description


It would be pretty cool if we could implement the AutoComplete feature that was shown in a demo within the Tester in the FastColoredTextBox repository.


Example


Feature_Demo_2

Create a document map

There should be a document map displayed on the right side of the editor if the user chooses to have it enabled.

Create about page

We should have an about page being displayed when the user navigates to help -> about.

Add unit tests

We should add unit tests to test as much of the code as possible. This would decrease our percentage of defect introduction.

Cannot change syntax with syntax selection options

Description

Users are unable to change the syntax in the current instance of FastColoredTextBox.

Steps to replicate

  • Open file with any syntax.
  • Click View -> Syntax Highlighting -> [Any Syntax]
  • The syntax will not change.

Implement the ability to launch vbscripts from the editor

There should be an option to launch vbscripts directly from the editor. Theoretically, we could execute the script and either open a shell instance, or we could print the output to the logger. We could also implement a small console instance of FastColoredTextBox to handle the output.

Implement code formatter for C#

There should be an option to format C# code from within the editor. There are many different formatters available that could suit our needs, this will avoid us having to create a new one ourselves. We may also want to implement the ability to add one's own formatter down the road. Styling rules are a stretch for right now, those will have to be added when we get a working settings page created.

Duplicate files can be opened several times

Description

The component should check the list of open tabs when performing the open operation just in case the file has already been opened, then that instance should be opened if available. When opening files, they should not be duplicated in the editor.

Workflow

Use the following workflow to recreate the issue:

  • Open a file in Notepad-Sharp
  • Open the same file once more

Implement GOTO functionality

Users should be able to jump to a specific line number via a small textbox up in the top right corner although this is up for debate.

Enhance support for Java syntax highlighting

The Java syntax highlighter does not highlight import statements. There may also be other complications as well. This should be fixed so that java can be properly supported.

Code Cleanup

Do some code cleanup. There is some code that needs to be packaged into private functions. Ex. The save file functionality. It should be added to a private function called SaveFile().

Implement diffmerge feature

Description


It would be cool to be able to elect to compare the differences between two files. Perhaps we could add it as an option under the menu tool strip.


Preview


Feature_Demo_1

Error Logger for Developers

Description


It would be nice to have a logging feature along with some custom errors to help trace issues with future feature implementations and creations.

Missing some shortcuts

We are still missing some keyboard shortcuts, I will comment the list of shortcuts that need to be added.

Create Style Configurator

There should be a settings page where users can customize their various settings. These settings will be stored within a text or json file in the temporary directory.

Remove Batch file and Java support

It has been decided that both batch file and java support will be removed from this software. This is because there are many other text editing components available online that support syntax highlighting for these languages. Since I am already considering changing the component to something more powerful, there is really no use in created support for these languages. This change will also lower the bug list.

Fix document map UI issue

The size of the FastColoredTextBox should dynamically change based on whether or not the document map is visible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.