-
Enhancement
-
Resolution: Duplicate
-
Major
-
None
-
10.1.3.Final
-
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
- is cloned by
-
ISPN-11501 Document Create Cache with XMLStringConfiguration
-
- Closed
-