Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pH-7/Simple-Java-Text-Editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: afr427/Simple-Java-Text-Editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 7 files changed
  • 5 contributors

Commits on Nov 12, 2024

  1. Added a line numbering class.

    afr427 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    794fe92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db8235d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Added character count to LineNumbering. It will show up as "Length" in

    the editor.
    afr427 committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    b12137f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Added a regular expression search/replace feature. Also fixed line

    numbering; it shows up correctly now.
    afr427 committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e10b084 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Create CODE_OF_CONDUCT.md

    Code of conduct
    davidludington authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    0733076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7771571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ff702 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2152262 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0959fc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Configuration menu
    Copy the full SHA
    30fa59a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Awalwyn/master

    Updates to Indentation Feature
    afr427 authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    fb23c61 View commit details
    Browse the repository at this point in the history
Loading