I got bored and put in the math functions from Imprudence.
We need something to show the list - Preferably a bit better than the popup that they use, I'm thinking maybe an expanding sidebar on the build menu? Oh, minor changes - Texture repeats go up to 1000 now because it has numbers, and I tweaked the primitive params section so it doesn't fall off the window. Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
@@ -195,6 +195,7 @@ public:
|
||||
|
||||
void setHandleEditKeysDirectly( BOOL b ) { mHandleEditKeysDirectly = b; }
|
||||
void setSelectAllonFocusReceived(BOOL b);
|
||||
void setSelectAllonCommit(BOOL b) { mSelectAllonCommit = b; }
|
||||
|
||||
void setKeystrokeCallback(void (*keystroke_callback)(LLLineEditor* caller, void* user_data));
|
||||
|
||||
@@ -214,6 +215,8 @@ public:
|
||||
static BOOL prevalidateASCII(const LLWString &str);
|
||||
|
||||
static BOOL postvalidateFloat(const std::string &str);
|
||||
|
||||
BOOL evaluateFloat();
|
||||
|
||||
// line history support:
|
||||
void setEnableLineHistory( BOOL enabled ) { mHaveHistory = enabled; } // switches line history on or off
|
||||
@@ -307,6 +310,7 @@ protected:
|
||||
|
||||
BOOL mHandleEditKeysDirectly; // If true, the standard edit keys (Ctrl-X, Delete, etc,) are handled here instead of routed by the menu system
|
||||
BOOL mSelectAllonFocusReceived;
|
||||
BOOL mSelectAllonCommit;
|
||||
BOOL mPassDelete;
|
||||
|
||||
BOOL mReadOnly;
|
||||
|
||||
Reference in New Issue
Block a user