if (this.renaming === null && this.selected !== null && (this.selected.className.indexOf(' addr ') > -1)) {
        var address = get_address_from_class(this.selected);
        if (this.selected.className.indexOf('ec_gui_dataoffset') > -1) {
            // address is located in not executable memory, switching to hex view
            r2ui.openpage(address, 2);