Skip to content

Commit cfcd6c3

Browse files
committed
refactor code
1 parent b0d8e99 commit cfcd6c3

File tree

1,541 files changed

+4
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,541 files changed

+4
-6
lines changed

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ dependencies {
131131
implementation 'com.makeramen:roundedimageview:2.2.1'
132132
implementation 'com.yqritc:recyclerview-flexibledivider:1.2.9'
133133

134-
api project(':libeditor')
134+
api project(':lib-n-ide')
135135
api project(':emulatorview')
136136
api project(':libtermexec')
137137
api project(':style')

app/src/main/java/com/duy/ccppcompiler/ide/editor/CodeEditorActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ protected void onCreateNavigationMenu(Menu menu) {
132132
.setIcon(R.drawable.ic_color_lens_white_24dp);
133133
{
134134
SubMenu buildMenu = menu.addSubMenu(R.string.build);
135-
buildMenu.add(MenuDef.GROUP_NAVIGATION, R.id.action_build_native_activity, 0, R.string.build_native_activity)
136-
.setIcon(R.drawable.baseline_build_24);
137135
buildMenu.add(MenuDef.GROUP_NAVIGATION, R.id.action_run_sdl_activity, 0, R.string.run_sdl_activity)
138136
.setIcon(R.drawable.ic_play_arrow_white_24dp);
139137
}
File renamed without changes.

0 commit comments

Comments
 (0)