Vojtěch Krása
Vojtěch Krása
Cloudhopper does not send any Enquire Links by itself, that logic must be implemented by you.
take a look on these methods: `com.cloudhopper.smpp.util.SmppUtil#isUserDataHeaderIndicatorEnabled` `com.cloudhopper.commons.gsm.GsmUtil#getShortMessageUserDataHeader` `com.cloudhopper.commons.gsm.GsmUtil#getShortMessageUserData` using them, you can get short messages without UDH, and then you just join them.
@JaimieW The specification is correct, you need those padding bits - I had a problem with that once.
Maybe I should switch to `com.intellij.formatting.service.FormattingService`
> Guess they were right... There was no alternative at that time.
Yes, but using an external Eclipse installation should help.
what about this? 
The profile is for managing the plugin config, the setting file is for the eclipse formatter itself.
LivePlugin might be registered too late, IntelliJ can make various consoles in the background that use this plugin. I will move the validation... > Note: I run my app, the...
Thanks! Things were seriously broken, the filter was skipped while indexing :) If it does not help, then the output might not be split into lines, you can check by...