Skip to content

๐Ÿ‘ Java application displaying diffs of two directories

Notifications You must be signed in to change notification settings

umjammer/vavi-apps-jwindiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

36 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Release Java CI CodeQL Java

JWinDiff

duke_diff

๐Ÿฃ Incubation for swing bindings.

Install

Usage

 $ mvn -P run antrun:run -Ddir1='dir1' -Ddir2='dir2'

References

Tech Know

  • JPopupMenu didn't work because of this
  • File#getCanonicalPath is huge cost

TODO

  • change JFileChooserTextField's TextField to ComboBox
  • ComboBox w/ history
  • popup menu for ComboBox
  • saving history
  • JFontChooser
  • directory sorting
  • opoup menu
  • alignment for JCheckBoxMenuItem and normal JMeniItem โ†’ EmptyIcon.java
  • InputMap see
  • Moved line
  • separate graphics Left files and Right files
  • matching regex is something wrong
  • default focus for a dialog
  • default button behaviour is something wrong
  • list to table
  • DnD to JFileChooserHistoryComboBox Refference
  • MVC separation perfectly
  • when the location bar is clicked, jump to the location
  • cannot delete mark pattern