Skip to content

Commit

Permalink
[BUG_FIXED] Apply a walk around solution for Actionscript crash problem.
Browse files Browse the repository at this point in the history
- Notepad-plus svn trunk @ 673
  • Loading branch information
donho committed Sep 26, 2010
1 parent 774ed35 commit e59c7b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion PowerEditor/src/ScitillaComponent/ScintillaEditView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1138,12 +1138,13 @@ void ScintillaEditView::defineDocType(LangType typeDoc)
case L_JAVA :
case L_RC :
case L_CS :
case L_FLASH :
setCppLexer(typeDoc); break;

case L_TCL :
setTclLexer(); break;

case L_FLASH :

case L_OBJC :
setObjCLexer(typeDoc); break;

Expand Down
6 changes: 3 additions & 3 deletions PowerEditor/src/ScitillaComponent/UserDefineDialog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ FONT 8, TEXT("MS Shell Dlg"), 0, 0, 0x0
BEGIN
LTEXT "User language : ",IDC_LANGNAME_STATIC,0,3,63,8,0,WS_EX_RIGHT
COMBOBOX IDC_LANGNAME_COMBO,64,1,90,58,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
CONTROL "Transparency",IDC_UD_TRANSPARENT_CHECK,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,150,3,66,10
CONTROL "",IDC_UD_PERCENTAGE_SLIDER,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | NOT WS_VISIBLE | WS_TABSTOP,209,3,53,10
PUSHBUTTON "Dock",IDC_DOCK_BUTTON,275,1,50,14,BS_FLAT
CONTROL "Transparency",IDC_UD_TRANSPARENT_CHECK,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,165,3,66,10
CONTROL "",IDC_UD_PERCENTAGE_SLIDER,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | NOT WS_VISIBLE | WS_TABSTOP,225,3,53,10
PUSHBUTTON "Dock",IDC_DOCK_BUTTON,280,1,50,14,BS_FLAT

PUSHBUTTON "Create New...",IDC_ADDNEW_BUTTON,34,20,62,14
PUSHBUTTON "Save As...",IDC_SAVEAS_BUTTON,104,20,62,14
Expand Down

0 comments on commit e59c7b8

Please sign in to comment.