Mercurial Hosting > junotu
view run.gui_sh @ 105:33f090b497c8
TabEdit: Introduced 'ghosts', so recreated cards are properly linked
Covers a very specific case where you have a card open in multiple views (a minimum of 3). You delete it in the first, then save it in the second, the third view will now show that it's editing the recreated card, instead of creating a new card with same values.
author | Fox |
---|---|
date | Thu, 06 Apr 2023 10:48:15 +0200 |
parents | 4ee26d904fe3 |
children |
line wrap: on
line source
#!/bin/sh #export _JAVA_AWT_WM_NONREPARENTING=1 export CLASSPATH=../src:../build:../lib/lucene-core-3.0.3.jar #JAVA=/usr/lib/jvm/java-8-openjdk-amd64/bin/java if [ ! -d './run' ]; then mkdir ./run fi cd ./run if [ ! -d '../build' ]; then mkdir ../build/ fi javac -d ../build $(find ../src -name '*.java' | xargs) && java junotu.Main