Skip to content

Commit

Permalink
Added new stub for icon overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
majenkotech committed Jul 31, 2014
1 parent 7c49e7f commit deab811
Show file tree
Hide file tree
Showing 27 changed files with 897 additions and 4 deletions.
2 changes: 2 additions & 0 deletions plugins/AStyle/src/uecide/plugin/AStyle.java
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,6 @@ public String extractProgram() {

return dfile.getAbsolutePath();
}

public ImageIcon getFileIconOverlay(File f) { return null; }
}
1 change: 1 addition & 0 deletions plugins/AutoFormat/src/uecide/plugin/AutoFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -920,5 +920,6 @@ public void actionPerformed(ActionEvent e) {

public void populateContextMenu(JPopupMenu menu, int flags, DefaultMutableTreeNode node) {
}
public ImageIcon getFileIconOverlay(File f) { return null; }

}
2 changes: 2 additions & 0 deletions plugins/CopyForForum/src/uecide/plugin/CopyForForum.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ public void actionPerformed(ActionEvent e) {
public void populateContextMenu(JPopupMenu menu, int flags, DefaultMutableTreeNode node) {
}

public ImageIcon getFileIconOverlay(File f) { return null; }

}
3 changes: 3 additions & 0 deletions plugins/ElfInspector/src/uecide/plugin/ElfInspector.java
Original file line number Diff line number Diff line change
Expand Up @@ -626,4 +626,7 @@ public void populateMenu(JMenu menu, int flags) {

public void addToolbarButtons(JToolBar toolbar, int flags) {
}

public ImageIcon getFileIconOverlay(File f) { return null; }

}
2 changes: 2 additions & 0 deletions plugins/GitLink/build.settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version=0.1.6f
thirdparty.jars=https://repo.eclipse.org/content/groups/releases//org/eclipse/jgit/org.eclipse.jgit/3.4.1.201406201815-r/org.eclipse.jgit-3.4.1.201406201815-r.jar,http://optimate.dl.sourceforge.net/project/jsch/jsch.jar/0.1.51/jsch-0.1.51.jar
1 change: 1 addition & 0 deletions plugins/GitLink/build.xml
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit deab811

Please sign in to comment.