products/sources/formale Sprachen/Isabelle/Tools/jEdit/dist/doc/tips/tip8.html |
 |
<html><body>
You can change numbers from decimal to hexadecimal (or any other base for that matter) using the search and replace feature.<p>
First select the number(s) to convert, and make sure <b>Search in selection</b> is selected in the search dialog box. Then
search for the following regular expression:<p>
<code>.*</code><p>
And replace it with the following BeanShell snippet:<p>
<code>Integer.toString(Integer.parseInt(_0),16)</code>
</body>
</html>
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
|
Haftungshinweis
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.
|