UltraEdit will search back 50K in the file for words that match a partially typed word and offer these as options Reindent/reformat source code based on syntax highlighting indent/unindent strings Auto-correct case of keywords(optionally) based on definitions in wordfile...
package com.as400samplecode; import android.app.Activity; import android.content.SharedPreferences; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.CheckBox; import android.widget....
Save selection as separate file Revert to saved (refresh active file) Favorite files list (store up to 50 of your favorite files) Recently opened / closed files list Configure number of files to show (up to 32) Hold Ctrl + click multiple items in list to open at once ...