Activity for Arsi

  • Arsi Arsi posted a comment on a wiki page

    But the project is designed for java 8 and Netbeans 8.x

  • Arsi Arsi posted a comment on a wiki page

    Try to enter the full path to the config.ini public static void main(String[] args) { if (args.length != 1) { System.out.println("Command line: path to config.ini"); System.exit(0); } try { ConfigManager.loadConfig(args[0]); } catch (IOException ex) { System.out.println("Unable to parse " + args[0]); System.exit(0); } public static final void loadConfig(String path) throws IOException { Ini ini = new Ini(); ini.getConfig().setMultiSection(true); ini.load(new File(path)); Set<Map.Entry<String, Profile.Section>>...

  • Arsi Arsi committed [be44e0]

    HTML sync bugfix

  • Arsi Arsi modified ticket #1

    Problem before building

  • Arsi Arsi committed [510553]

    Update gradle version to 3.5

  • Arsi Arsi committed [1d991b]

    Manual Html sync and Stub bugfix

  • Arsi Arsi posted a comment on ticket #1

    I got no reply.. can I close the ticket?

  • Arsi Arsi posted a comment on ticket #1

    Can you test, but I feel that it's not the problem.. Replace in build.gradle proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' to proguardFiles getDefaultProguardFile('proguard-android.txt') or proguardFiles 'proguard-rules.pro' but the problem is definitely with gradle or gradle nb plugin my plugin just exports the files, the android folder is gradle plugin project

  • Arsi Arsi posted a comment on ticket #1

    check if exist file C:\Users\mic87xp1\android-sdks\tools\proguard\proguard-android.txt that could be the problem..

  • Arsi Arsi posted a comment on ticket #1

    Delete the android folder, create it again and restart netbeans.. if it does not work, the only option is to try it (android folder) open in android studio. i need to know if android studio compile it

  • Arsi Arsi posted a comment on ticket #1

    But the exception is from gradle... What you have set up in menu Tools->Options->Miscellaneous->CN1 Android offline??

  • Arsi Arsi posted a comment on ticket #1

    Hi, The problem will be here: Could not normalize path for file 'C:\Users\mic87xp1\Documents\NetbeansProject2\CodenameOne3\android\C:Usersmic87xp1android-sdks\tools\proguard\proguard-android.txt'. Could you compile it first through the android studio? Arsi

  • Arsi Arsi committed [0a26c3]

    merge changes from NETBEANS81

  • Arsi Arsi committed [504edd]

    release

  • Arsi Arsi committed [45bbb3]

    min 2 chars to start completion

  • Arsi Arsi committed [e594dd]

    On save sync - added exclude filter

  • Arsi Arsi committed [fc18f7]

    Action Exclude from sync - on single file or directory recursive

  • Arsi Arsi committed [f8e995]

    Action checkbox - Generate Android Stub on src sync

  • Arsi Arsi committed [d21fd4]

    Update cn1-android.jar action list refresh bug fix

  • Arsi Arsi committed [f312c6]

    cn1-android.jar automatic build on server. (once per hour when there is a new commit), Update cn1-android.jar action

  • Arsi Arsi committed [573632]

    Freeze on screen lock fix. (After installing the update, it is necessary to manually sync source code)

  • Arsi Arsi committed [818b95]

    PackageView for source/test folder + lock on project create

  • Arsi Arsi committed [379229]

    site

  • Arsi Arsi committed [3dc29c]

    rework

  • Arsi Arsi committed [0f9721]

    rework

  • Arsi Arsi committed [67be9d]

    rework

  • Arsi Arsi committed [3ef1aa]

    rework - NETBEANS81

  • Arsi Arsi committed [55f55e]

    rework - NETBEANS82

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi committed [e12f44]

    site

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi committed [3da37e]

    release 01.06

  • Arsi Arsi committed [0e6ade]

    added support for cn1libs (extensions)

  • Arsi Arsi committed [6358b4]

    site

  • Arsi Arsi committed [43ce57]

    RELEASE 1.0 - PLUGIN VERSION 1.05

  • Arsi Arsi committed [b02c93]

    actions AndroidNode via lookup

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi committed [d01038]

    native - sync on save, site

  • Arsi Arsi committed [5bb8e5]

    added site

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi modified a wiki page

    Home

  • Arsi Arsi committed [30b65f]

    BETA-SNAPSHOT

  • Arsi Arsi committed [505d01]

    big varchar size

  • Arsi Arsi committed [7e3bd7]

    addHelpPanel size of fields

  • Arsi Arsi committed [b1fab9]

    CodeViewer add to cache record name snippet id

  • Arsi Arsi committed [48fdd1]

    README

  • Arsi Arsi committed [42c7a0]

    BETA-SNAPSHOT

  • Arsi Arsi committed [fbeb78]

    snippets viewer show rank

  • Arsi Arsi committed [a151c9]

    Several bugfixes, Author can edit snippet

  • Arsi Arsi committed [7e4f0a]

    bugfix delete local snippet

  • Arsi Arsi committed [29023c]

    added release zip for NB81

  • Arsi Arsi committed [f2dcb8]

    release actions moved to parent project

  • Arsi Arsi committed [1a1574]

    SCSM-BETA-SNAPSHOT release

  • Arsi Arsi committed [0e19f4]

    added ZipReleaseMojo

  • Arsi Arsi committed [20a067]

    release actions

  • Arsi Arsi committed [7e8905]

    maven plugin to upload netbeans autoupdate site

  • Arsi Arsi committed [d36dde]

    mvn profiles, custom target dir for module

  • Arsi Arsi committed [b308ff]

    NB Update center

  • Arsi Arsi committed [a790c0]

    Added bug fix of NBM maven plugin, Fix autoupdate on custom target dir location

  • Arsi Arsi committed [e03bf1]

    public database backup to multisection ini file

  • Arsi Arsi modified ticket #5

    User who created the snippet can delete it

  • Arsi Arsi committed [e39a98]

    beta 2.2 - #5 User who created the snippet can delete it

  • Arsi Arsi created ticket #5

    User who created the snippet can delete it

  • Arsi Arsi committed [c10a27]

    hg ignore

  • Arsi Arsi committed [2d38b4]

    CodeViewer if opened reuse instance, show loading while waiting for server

  • Arsi Arsi committed [4d7150]

    Fix license headers

  • Arsi Arsi modified ticket #4

    NB panel to browse and view all snippets by mime type

  • Arsi Arsi committed [2a4c0e]

    Snippets browser - Done

  • Arsi Arsi committed [b856d7]

    Snippets browser - get mime types from server

  • Arsi Arsi committed [f75e99]

    Snippets browser - GUI

  • Arsi Arsi committed [191885]

    Classes for Snippets browser

  • Arsi Arsi committed [0c7783]

    Snippets browser - get single help record

  • Arsi Arsi committed [e92286]

    Snippets browser - get descriptions fo mime type

  • Arsi Arsi created ticket #4

    NB panel to browse and view all snippets by mime type

  • Arsi Arsi created ticket #3

    server - reindex snippets full text index on start

  • Arsi Arsi modified ticket #2

    Before post snippet perform duplicate check

  • Arsi Arsi committed [3a9ad8]

    create action - duplicate code and description check

  • Arsi Arsi modified ticket #1

    Export/Import local DB + index to zip

  • Arsi Arsi committed [63d715]

    one CompletionProvider for any mime type hack, create help popup action for any mime type

  • Arsi Arsi committed [8b1a0b]

    Merge with #1 Export/Import local DB + index to zip

  • Arsi Arsi committed [34ccef]

    NB local database backup and restore - close

  • Arsi Arsi committed [ae071a]

    NB local database backup and restore

  • Arsi Arsi created ticket #2

    Before post snippet perform duplicate check

  • Arsi Arsi created ticket #1

    Export/Import local DB + index to zip

  • Arsi Arsi committed [61b686]

    images

1 >