Преглед на файлове

Ignore windows binaries in git

tags/0.6.3m1rc1
Gregory Holmes преди 15 години
родител
ревизия
752cccf70d
променени са 2 файла, в които са добавени 8 реда и са изтрити 7 реда
  1. 1
    0
      .gitignore
  2. 7
    7
      src/com/dmdirc/addons/ui_swing/components/frames/TextFrame.java

+ 1
- 0
.gitignore Целия файл

12
 /installer/windows/*.inc
12
 /installer/windows/*.inc
13
 /installer/windows/*.ico
13
 /installer/windows/*.ico
14
 /installer/windows/DMDirc.jar
14
 /installer/windows/DMDirc.jar
15
+/installer/windows/*.exe
15
 .svn
16
 .svn
16
 *.class
17
 *.class

+ 7
- 7
src/com/dmdirc/addons/ui_swing/components/frames/TextFrame.java Целия файл

1
-/*
1
+    /*
2
  * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
2
  * Copyright (c) 2006-2009 Chris Smith, Shane Mc Cormack, Gregory Holmes
3
  *
3
  *
4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
4
  * Permission is hereby granted, free of charge, to any person obtaining a copy
521
     @Override
521
     @Override
522
     public void internalFrameDeiconified(final InternalFrameEvent event) {
522
     public void internalFrameDeiconified(final InternalFrameEvent event) {
523
         //Ignore.
523
         //Ignore.
524
-    }
524
+        }
525
 
525
 
526
     /**
526
     /**
527
      * Activates the input field on frame focus. {@inheritDoc}
527
      * Activates the input field on frame focus. {@inheritDoc}
658
     @Override
658
     @Override
659
     public void mouseEntered(final MouseEvent mouseEvent) {
659
     public void mouseEntered(final MouseEvent mouseEvent) {
660
         //Ignore.
660
         //Ignore.
661
-    }
661
+        }
662
 
662
 
663
     /**
663
     /**
664
      * {@inheritDoc}
664
      * {@inheritDoc}
668
     @Override
668
     @Override
669
     public void mouseExited(final MouseEvent mouseEvent) {
669
     public void mouseExited(final MouseEvent mouseEvent) {
670
         //Ignore.
670
         //Ignore.
671
-    }
671
+        }
672
 
672
 
673
     /**
673
     /**
674
      * Processes every mouse button event to check for a popup trigger.
674
      * Processes every mouse button event to check for a popup trigger.
904
     @Override
904
     @Override
905
     public void keyTyped(final KeyEvent event) {
905
     public void keyTyped(final KeyEvent event) {
906
         //Ignore.
906
         //Ignore.
907
-    }
907
+        }
908
 
908
 
909
     /** 
909
     /** 
910
      * {@inheritDoc}
910
      * {@inheritDoc}
928
     @Override
928
     @Override
929
     public void keyReleased(final KeyEvent event) {
929
     public void keyReleased(final KeyEvent event) {
930
         //Ignore.
930
         //Ignore.
931
-    }
931
+        }
932
 
932
 
933
     /**
933
     /**
934
      * Gets the search bar.
934
      * Gets the search bar.
1068
                     TextFrame.super.setMaximum(b);
1068
                     TextFrame.super.setMaximum(b);
1069
                 } catch (PropertyVetoException ex) {
1069
                 } catch (PropertyVetoException ex) {
1070
                     //Ignore
1070
                     //Ignore
1071
-                }
1071
+                    }
1072
             }
1072
             }
1073
         });
1073
         });
1074
     }
1074
     }

Loading…
Отказ
Запис