.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 18 Jan 2017 23:45:00 +0000
branchjv
changeset 3391 a23601cc0b03
permissions -rw-r--r--
Issue #112: Fix DNU when saving window spec in UI Painter For some reason, `UIPainter` sent `#buildAndMergeFromClass:`, passing down a class name rather than class itself (which is what the method expects, resulting in DNU). Fix is easy: pass down a class itself. https://swing.fit.cvut.cz/projects/stx-jv/ticket/112


syntax: glob
*Init.c   
makefile
*.so
*.H
*.o
*.STH
*.sc
objbc
objvc
*.class
java/libs/*.jar
java/libs-src/*.jar
*-Test.xml
st.chg