Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11413

Allow copy source code from document without markdown

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • 10.1.3.Final
    • Documentation
    • None
    • DataGrid Sprint #41
    • Documentation (Ref Guide, User Guide, etc.), Interactive Demo/Tutorial, User Experience

      When copying source code from a document that has markdowns like : ( 1 ), ( 2 ) the markdowns are present in the clipboard.

      Example:

      ConfigurationBuilder clientBuilder = new ConfigurationBuilder();
      clientBuilder
         .addServer()
            .host("127.0.0.1")
            .port(11222)
         .security()
            .ssl()
               // Server SNI hostname.
               .sniHostName("myservername") 1
               // Server certificate keystore.
               .trustStoreFileName("/path/to/truststore") 2
               .trustStorePassword("truststorepassword".toCharArray())
               // Client certificate keystore.
               .keyStoreFileName("/path/to/client/keystore") 3
               .keyStorePassword("keystorepassword".toCharArray());
      RemoteCache<String, String> cache=remoteCacheManager.getCache("secured");
      

      I would like to copy only the source code without 1, 2, 3

              dnaro@redhat.com Donald Naro
              dlovison@redhat.com Diego Lovison
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: