-snip-
I don't think that feature requires lot of work, doesn't it?
According to the source, its allready implemented.
def create_history_menu(self, position):
self.history_list.selectedIndexes()
item = self.history_list.currentItem()
be = self.config.get('block_explorer', 'Blockchain.info')
if be == 'Blockchain.info':
block_explorer = 'https://blockchain.info/tx/'
elif be == 'Blockr.io':
block_explorer = 'https://blockr.io/tx/info/'
elif be == 'Insight.is':
block_explorer = 'http://live.insight.is/tx/'
When I check this in Electrum-LTC there is a setting for it.
Should be the same with Electrum for BTC just different exchanges.
On a completly related note: you should reconsider the way you talk to developers you do not pay. Electrum is free and you walz in here REQUESTING a feature that does "not require lot of work". If its so easy, get the source and do it yourself. If you are unable to do it yourself, ask nicely.