source: dev/trunk/ab5.0/abdev/abdev/src/WindowComponents/PartialManager/TextEditPartialManager.cpp@ 829

Last change on this file since 829 was 829, checked in by イグトランス (egtra), 12 years ago

svn:eol-styleとsvn:mime-type(文字コード指定含む)の設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/plain; charset=Shift_JIS
File size: 291 bytes
RevLine 
[829]1#include "stdafx.h"
2
3using namespace ActiveBasic::IDE;
4/*
5bool TextEditPartialManager::CanUndo() const
6{
7}
8bool TextEditPartialManager::CanRedo() const
9{
10}
11
12void TextEditPartialManager::Undo()
13{
14}
15void TextEditPartialManager::Redo()
16{
17}
18
19void TextEditPartialManager::NoticeChangeset()
20{
21}
[632]22*/
Note: See TracBrowser for help on using the repository browser.